Remove whitespace at EOL

Approved by:	joel (mentor)
This commit is contained in:
Niclas Zeising 2012-10-03 21:50:53 +00:00
parent 104d9fc776
commit f41e2a4d49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241167

View File

@ -55,7 +55,7 @@ The following options are available:
.It Fl a
Dump a list of all non-default configuration variables.
.It Fl A
Dump a list of all configuration variables
Dump a list of all configuration variables
.Pq incl. defaults .
.It Fl d
Print a description of the given variable.
@ -66,14 +66,14 @@ passing `-f' with a NULL file-argument).
Print query results as
.Ql var=value
.Pq useful for producing output to be fed back in .
Ignored if
Ignored if
.Fl n
is specified.
.It Fl f Ar file
Operate on the specified file(s) instead of the files obtained by reading the
.Sq rc_conf_files
entry in the
.Ev RC_DEFAULTS
Operate on the specified file(s) instead of the files obtained by reading the
.Sq rc_conf_files
entry in the
.Ev RC_DEFAULTS
file.
This option can be specified multiple times for additional files.
.It Fl F
@ -89,9 +89,9 @@ Ignore unknown variables.
.It Fl j Ar jail
The
.Ar jid
or name of the
.Ar jail
to operate within
or name of the
.Ar jail
to operate within
.Pq overrides So Fl R Ar dir Sc ; requires Xr jexec 8 .
.It Fl n
Show only variable values, not their names.
@ -103,13 +103,13 @@ Quiet. Ignore previous
and/or
.Ev SYSRC_VERBOSE .
.It Fl R Ar dir
Operate within the root directory
Operate within the root directory
.Pq Sq Ar dir
rather than
rather than
.Pq Sq / .
.It Fl v
Verbose. Print the pathname of the specific
.Xr rc.conf 5
Verbose. Print the pathname of the specific
.Xr rc.conf 5
file where the directive was found.
.It Fl x
Remove variable(s) from specified file(s).
@ -133,7 +133,7 @@ configuration files.
.Pp
The list of system configuration files is configured in the file
.Ql /etc/defaults/rc.conf
within the variable
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
@ -172,14 +172,14 @@ Override default
.Ql rc_conf_files
.Pq even if set to NULL .
.It Ev RC_DEFAULTS
Location of
Location of
.Ql /etc/defaults/rc.conf
file.
.It Ev SYSRC_VERBOSE
Default verbosity. Set to non-NULL to enable.
.El
.Sh DEPENDENCIES
The following standard commands are required by
The following standard commands are required by
.Nm :
.Pp
.Xr awk 1 ,