diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-03-15 12:58:32 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-03-15 12:58:32 +0000 |
commit | 7df9027b84c46b50471d8d278e77424d5f90ce79 (patch) | |
tree | 789134d677952ab39c36473edc7b3b6a1a187acb | |
parent | 01cd21f764df64b375ada9c8fb501277d6f9dcfd (diff) |
Put daemon between double quotes to make it clear we are talking about
the daemon class, not the daemon script.
ok schwarze@
-rw-r--r-- | share/man/man8/rc.subr.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index 4db92606593..1bb45bcbbd0 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.subr.8,v 1.14 2011/03/15 10:31:47 ajacoutot Exp $ +.\" $OpenBSD: rc.subr.8,v 1.15 2011/03/15 12:58:31 ajacoutot Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -227,7 +227,9 @@ It searches for a login class that has the same name as the .Nm rc.d script itself and uses that. -If no such login class exists then daemon will be used. +If no such login class exists then +.Dq daemon +will be used. .It Va pexp A regular expression to be passed to .Xr pkill 1 |