diff options
author | 2007-03-21 22:07:52 +0000 | |
---|---|---|
committer | 2007-03-21 22:07:52 +0000 | |
commit | c58ee26a50e93109e1f4740684d4bc7708090140 (patch) | |
tree | 2f1868b8b3923ae0e2f69e395883f2b390aa7d2f | |
parent | Document the CVSROOT/config file; input and OK's niallo@ jmc@. (diff) | |
download | wireguard-openbsd-c58ee26a50e93109e1f4740684d4bc7708090140.tar.xz wireguard-openbsd-c58ee26a50e93109e1f4740684d4bc7708090140.zip |
- this file also document rc.conf.local, so add it to NAME
- tweak SEE ALSO
-rw-r--r-- | share/man/man8/rc.conf.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8 index 114c111372c..9c75de5f418 100644 --- a/share/man/man8/rc.conf.8 +++ b/share/man/man8/rc.conf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.conf.8,v 1.12 2003/07/10 08:30:36 jmc Exp $ +.\" $OpenBSD: rc.conf.8,v 1.13 2007/03/21 22:07:52 jmc Exp $ .\" .\" Copyright (c) 1997 Ian F. Darwin .\" All rights reserved. @@ -31,7 +31,8 @@ .Dt RC.CONF 8 .Os .Sh NAME -.Nm rc.conf +.Nm rc.conf , +.Nm rc.conf.local .Nd system daemon configuration database .Sh DESCRIPTION This file contains a series of Bourne-shell syntax assignments @@ -101,10 +102,8 @@ 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 intro 8 , .Xr rc 8 -.Pp -and the detailed documentation given for each server that is -configurable in this fashion. .Sh HISTORY The .Nm |