1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

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