fix typo
This commit is contained in:
parent
06f20fb7d3
commit
dbdaee06a4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rc.subr,v 1.72 2008/05/22 14:03:26 he Exp $
|
||||
# $NetBSD: rc.subr,v 1.73 2008/06/23 03:26:18 dholland Exp $
|
||||
#
|
||||
# Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -173,7 +173,7 @@ check_process()
|
|||
# If interpreter != ".", read the first line of procname, remove the
|
||||
# leading #!, normalise whitespace, append procname, and attempt to
|
||||
# match that against each command, either as is, or with extra words
|
||||
# at the end. As an alternative, to deal with interpreted deaemons
|
||||
# at the end. As an alternative, to deal with interpreted daemons
|
||||
# using perl, the basename of the interpreter plus a colon is also
|
||||
# tried as the prefix to procname.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue