diff options
author | 2000-09-08 13:17:41 +0000 | |
---|---|---|
committer | 2000-09-08 13:17:41 +0000 | |
commit | 3f7a3dda8d7733f83e79a4577ad9c90f548eb5f8 (patch) | |
tree | 96d7e6c09389e6fccbc6d9e83dd334089028084e /share/man | |
parent | bye bye (diff) | |
download | wireguard-openbsd-3f7a3dda8d7733f83e79a4577ad9c90f548eb5f8.tar.xz wireguard-openbsd-3f7a3dda8d7733f83e79a4577ad9c90f548eb5f8.zip |
Some miscellaneous fix-ups.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/rc.conf.8 | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8 index e0fe5b2c039..5c2779a1553 100644 --- a/share/man/man8/rc.conf.8 +++ b/share/man/man8/rc.conf.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rc.conf.8,v 1.9 2000/09/08 13:17:41 aaron Exp $ .\" .\" Copyright (c) 1997 Ian F. Darwin .\" All rights reserved. @@ -27,7 +28,7 @@ .\" SUCH DAMAGE. .\" .Dd January 5, 1998 -.Dt RC.CONF 8 SMM +.Dt RC.CONF 8 .Os .Sh NAME .Nm rc.conf @@ -49,8 +50,9 @@ file. Variables set in this file will override variables previously set in .Pa /etc/rc.conf . .Pp -There are three sections in this file. The first is used to turn features -on or off. For example, whether the system runs the +There are three sections in this file. +The first is used to turn features on or off. +For example, whether the system runs the .Nm sendmail daemon is determined by the line in this section .Bd -literal -indent xxx @@ -66,8 +68,9 @@ sendmail_flags="-bd -q30m" then the sendmail daemon will be started with those options. .Pp The second section contains some other programs that can either be run or not, -but that don't need options. They can be set to YES or NO. For example, -the line +but that don't need options. +They can be set to YES or NO. +For example, the line .Bd -literal -indent xxx nfs_server=NO .Ed @@ -82,13 +85,14 @@ file etc.). .Pp The third section contains values that parameterize servers started by one of the first two sections, and are ignored if the corresponding -server is not running. For example, if +server is not running. +For example, if .Nm nfs_server , is enabled, then the line .Bd -literal -indent xxx nfsd_flags="-tun 4" .Ed -provides command-line arguments for the nfs server. +provides command-line arguments for the NFS server. .Pp This particular line instructs .Xr nfsd 8 @@ -96,12 +100,12 @@ to start four copies of the server. On a busy file server, 8 (or more) copies are recommended. .Sh SEE ALSO .Xr init 8 , -.Xr rc 8 . +.Xr rc 8 .Pp and the detailed documentation given for each server that is configurable in this fashion. .Sh HISTORY -The file -.Nm rc.conf -first appeared in +The +.Nm +file first appeared in .Ox 2.2 . |