summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysrc
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-10-06 06:07:33 +0000
committerjoel <joel@FreeBSD.org>2012-10-06 06:07:33 +0000
commit4bef41973f7c4df239c272abad1ccd84679efeb4 (patch)
tree81ba0c388f2275828f78ec2fe9c50edf521762f6 /usr.sbin/sysrc
parent57f7001cb4d6a87c42ed3ac561d96dbeb336188d (diff)
downloadFreeBSD-src-4bef41973f7c4df239c272abad1ccd84679efeb4.zip
FreeBSD-src-4bef41973f7c4df239c272abad1ccd84679efeb4.tar.gz
mdoc: begin sentences on a new line.
Diffstat (limited to 'usr.sbin/sysrc')
-rw-r--r--usr.sbin/sysrc/sysrc.830
1 files changed, 20 insertions, 10 deletions
diff --git a/usr.sbin/sysrc/sysrc.8 b/usr.sbin/sysrc/sysrc.8
index 4b6e22c..43ba885 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -98,7 +98,8 @@ Show only variable values, not their names.
.It Fl N
Show only variable names, not their values.
.It Fl q
-Quiet. Ignore previous
+Quiet.
+Ignore previous
.Fl v
and/or
.Ev SYSRC_VERBOSE .
@@ -108,7 +109,8 @@ Operate within the root directory
rather than
.Pq Sq / .
.It Fl v
-Verbose. Print the pathname of the specific
+Verbose.
+Print the pathname of the specific
.Xr rc.conf 5
file where the directive was found.
.It Fl x
@@ -135,16 +137,20 @@ The list of system configuration files is configured in the file
.Ql /etc/defaults/rc.conf
within the variable
.Ql rc_conf_files ,
-which by-default contains a space-separated list of pathnames. On all FreeBSD
-systems, this defaults to the value "/etc/rc.conf /etc/rc.conf.local". Each
-pathname is sourced in-order upon startup. It is in the same fashion that
+which by-default contains a space-separated list of pathnames.
+On all FreeBSD
+systems, this defaults to the value "/etc/rc.conf /etc/rc.conf.local".
+Each
+pathname is sourced in-order upon startup.
+It is in the same fashion that
.Nm
sources the configuration files before returning the value of the given
variable.
.Pp
When supplied a variable name,
.Nm
-will return the value of the variable. If the variable does not appear in any
+will return the value of the variable.
+If the variable does not appear in any
of the configured
.Ql rc_conf_files ,
an error is printed and error status is returned.
@@ -152,13 +158,16 @@ an error is printed and error status is returned.
When changing values of a given variable, it does not matter if the variable
appears in any of the
.Ql rc_conf_files
-or not. If the variable does not appear in any of the files, it is appended to
+or not.
+If the variable does not appear in any of the files, it is appended to
the end of the first pathname in the
.Ql rc_conf_files
-variable. Otherwise,
+variable.
+Otherwise,
.Nm
will replace only the last-occurrence in the last-file found to contain the
-variable. This gets the value to take effect next boot without heavily
+variable.
+This gets the value to take effect next boot without heavily
modifying these integral files (yet taking care not to allow the file to
grow unwieldy should
.Nm
@@ -176,7 +185,8 @@ Location of
.Ql /etc/defaults/rc.conf
file.
.It Ev SYSRC_VERBOSE
-Default verbosity. Set to non-NULL to enable.
+Default verbosity.
+Set to non-NULL to enable.
.El
.Sh DEPENDENCIES
The following standard commands are required by
OpenPOWER on IntegriCloud