diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-03 12:56:00 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-03 12:56:00 +0000 |
commit | 003a1ce32aa3d7686a76de548fb087d6e52c4478 (patch) | |
tree | bcab03d88ef2f55549d2f0d7e2dea2721babbdd1 | |
parent | 0f33a49366d0f533d2f4e28070d1e0fd240a6f27 (diff) | |
download | FreeBSD-src-003a1ce32aa3d7686a76de548fb087d6e52c4478.zip FreeBSD-src-003a1ce32aa3d7686a76de548fb087d6e52c4478.tar.gz |
Clear the obsolete argument to the Os macro.
Clear extraneous arguments to Nm.
Use Pa to mark up paths.
Use a single tagged list in the FILES section.
-rw-r--r-- | share/man/man5/rc.conf.5 | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 26737eb..3573e52 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,24 +24,24 @@ .\" .\" $FreeBSD$ .\" -.Dd April 26, 1997 +.Dd Jul 3, 2000 .Dt RC.CONF 5 -.Os FreeBSD 2.2.2 +.Os .Sh NAME .Nm rc.conf .Nd system configuration information. .Sh DESCRIPTION The file -.Nm rc.conf +.Nm contains descriptive information about the local host name, configuration details for any potential network interfaces and which services should be started up at system initial boot time. In new installations, the -.Nm rc.conf +.Nm file is generally initialized by the system installation utility: .Pa /stand/sysinstall . .Pp The purpose of -.Nm rc.conf +.Nm is not to run commands or perform system startup actions directly. Instead, it is included by the various generic startup scripts in @@ -113,7 +113,7 @@ for a fixed address or "DHCP" for a DHCP client). (str) Path to the configuration file for the .Xr pccardd 8 daemon (e.g. -.Ar /etc/pccard.conf.sample ) . +.Pa /etc/pccard.conf.sample ) . .It Ar pccardd_flags (str) If .Ar pccard_enable @@ -135,8 +135,12 @@ to set your hostname via DHCP, this variable should be set to an empty string. .Ar NO if you are not running NIS. .It Ar dhcp_program -(str) Path to the DHCP client program (/sbin/dhclient, the ISC DHCP client, -is the default). +(str) Path to the DHCP client program +.Po +.Pa /sbin/dhclient , +the ISC DHCP client, +is the default +.Pc . .It Ar dhcp_flags (str) Additional flags to pass to the DHCP client program. For the ISC DHCP client, see the @@ -335,7 +339,7 @@ allows hosts on private network addresses access to the Internet using this host as a network address translating router. .It Ar ppp_profile (str) The name of the profile to use from -.Ar /etc/ppp/ppp.conf . +.Pa /etc/ppp/ppp.conf . .It Ar rc_conf_files (str) This option is used to specify a list of files that will override the settings in @@ -1173,7 +1177,11 @@ if you want to start .Xr vinum 8 at system boot time. .It Ar sshd_program -(str) Path to the SSH server program (/usr/sbin/sshd is the default). +(str) Path to the SSH server program +.Po +.Pa /usr/sbin/sshd +is the default +.Pc . .It Ar sshd_enable (bool) Set to .Ar YES @@ -1191,13 +1199,7 @@ daemon. .Sh FILES .Bl -tag -width /etc/defaults/rc.conf -compact .It Pa /etc/defaults/rc.conf -.El -.Pp -.Bl -tag -width /etc/rc.conf -compact .It Pa /etc/rc.conf -.El -.Pp -.Bl -tag -width /etc/rc.conf.local -compact .It Pa /etc/rc.conf.local .El .Sh SEE ALSO |