summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-01-16 13:19:48 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-01-16 13:19:48 +0000
commit8f8dd3dc735afc0bc0251a94d07268fd922ef4fc (patch)
tree35ee56cdc5daf338f4b4aa54dff3775265d3a938 /share
parent987a35af88f9e38709298314d0e5bd4dd735e54d (diff)
- new sentence, new line
- remove double word - slight rewording tweaks
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/rc.subr.818
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 3899139a0b8..45147ebb44b 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.2 2011/01/16 13:08:50 jasper Exp $
+.\" $OpenBSD: rc.subr.8,v 1.3 2011/01/16 13:19:47 jasper Exp $
.\"
.\" Copyright (c) 2010 Robert Nagy and Antoine Jacoutot
.\" All rights reserved.
@@ -43,8 +43,7 @@ scripts
.Sh DESCRIPTION
The
.Nm
-script
-contains commonly used shell script functions and variable
+script contains commonly used shell script functions and variable
definitions which are used by various
.Xr rc.d 8
scripts.
@@ -107,7 +106,7 @@ after the daemon has been stopped.
.It Cm reload
Find the process using
.Xr pkill 1
-with the regexp specified in the
+with the regular expression as specified in the
.Ar pexp
variable and send a SIGHUP signal.
One has to make sure that sending SIGHUP to a daemon will
@@ -158,14 +157,15 @@ Login class to run the
.Va daemon
with, using
.Xr su 1 .
-This is a read only variable that gets populated by
+This is a read only variable that gets set by
.Xr rc.subr 8
-itself. It searches
+itself.
+It searches
.Xr login.conf 5
for a login class that has the same name as the
.Xr rc.d 8
-script itself and uses that. If no such login class
-exists then daemon will be used.
+script itself and uses that.
+If no such login class exists then daemon will be used.
.It Va daemon_shell
Shell to run the
.Va daemon
@@ -182,7 +182,7 @@ script or the
variable in
.Xr rc.conf 5 .
.It Va pexp
-A pattern to be passed to to
+A regular expression to be passed to
.Xr pgrep 1
or
.Xr pkill 1