summaryrefslogtreecommitdiffstats
path: root/share/man/man8/rc.subr.8
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-10-26 04:20:18 +0000
committeryar <yar@FreeBSD.org>2005-10-26 04:20:18 +0000
commit4a93cc5bfd85a58dcffb3863361e5ad288a7efda (patch)
treee60f9845c0c4bace8b0664804c9465989103f534 /share/man/man8/rc.subr.8
parent82d988c3c8750331b76a988a48951783723c1244 (diff)
downloadFreeBSD-src-4a93cc5bfd85a58dcffb3863361e5ad288a7efda.zip
FreeBSD-src-4a93cc5bfd85a58dcffb3863361e5ad288a7efda.tar.gz
Use consistent punctuation and vertical indenting around .Dl's.
Wrap a too long line.
Diffstat (limited to 'share/man/man8/rc.subr.8')
-rw-r--r--share/man/man8/rc.subr.818
1 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 00c8f67..1971453 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -225,7 +225,7 @@ If
.Ar interpreter
is provided, parse the first line of
.Ar procname ,
-ensure that the line is of the form
+ensure that the line is of the form:
.Pp
.Dl "#! interpreter [...]"
.Pp
@@ -454,12 +454,13 @@ Optional arguments and/or shell directives for
.Va command .
.It Va command_interpreter
.Va command
-is started with
+is started with:
.Pp
.Dl "#! command_interpreter [...]"
+.Pp
which results in its
.Xr ps 1
-command being
+command being:
.Pp
.Dl "command_interpreter [...] command"
.Pp
@@ -473,14 +474,14 @@ Path to PID file.
Used to determine the PID(s) of the running command.
If
.Va pidfile
-is set, use
+is set, use:
.Pp
.Dl "check_pidfile $pidfile $procname"
.Pp
to find the PID.
Otherwise, if
.Va command
-is set, use
+is set, use:
.Pp
.Dl "check_process $procname"
.Pp
@@ -764,13 +765,14 @@ variable consisting of a daemon's name postfixed by the string
.Dq Li "_enable" .
This is not the case in
.Nx .
-When the following line is included in a script
+When the following line is included in a script:
.Pp
.Dl "rcvar=`set_rcvar`"
.Pp
-This function will use the value of the
+this function will use the value of the
.Va $name
-variable, which should be defined by the calling script, to construct the appropriate
+variable, which should be defined by the calling script,
+to construct the appropriate
.Xr rc.conf 5
knob.
If the
OpenPOWER on IntegriCloud