Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 * add entry for lvm(8)



details:   https://anonhg.NetBSD.org/src/rev/2429c9c30b0a
branches:  trunk
changeset: 779995:2429c9c30b0a
user:      jdf <jdf%NetBSD.org@localhost>
date:      Wed Jul 04 20:53:30 2012 +0000

description:
* add entry for lvm(8)
 * add subsection for block device subsystem setup
 * s/OPTIONAL:/"OPTIONAL:" to make mdoclint happier
 * add missing type specifications of variables

diffstat:

 share/man/man5/rc.conf.5 |  66 ++++++++++++++++++++++++++++-------------------
 1 files changed, 39 insertions(+), 27 deletions(-)

diffs (153 lines):

diff -r 3e40941642c9 -r 2429c9c30b0a share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5  Wed Jul 04 20:46:14 2012 +0000
+++ b/share/man/man5/rc.conf.5  Wed Jul 04 20:53:30 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rc.conf.5,v 1.152 2012/06/03 21:42:47 joerg Exp $
+.\"    $NetBSD: rc.conf.5,v 1.153 2012/07/04 20:53:30 jdf Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 1, 2012
+.Dd July 4, 2012
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -282,7 +282,7 @@
 The default is
 .Dq "OPTIONAL:/var" ,
 where the
-.Dq OPTIONAL:
+.Dq "OPTIONAL:"
 prefix means that it's not an error if the file system is not
 present in
 .Xr fstab 5 .
@@ -295,7 +295,7 @@
 The default is
 .Dq "OPTIONAL:/usr" ,
 where the
-.Dq OPTIONAL:
+.Dq "OPTIONAL:"
 prefix means that it is not an error if the file system is not
 present in
 .Xr fstab 5 .
@@ -325,15 +325,8 @@
 Remove block-type swap devices at shutdown time.
 Useful if swapping onto RAIDframe devices.
 .El
-.Ss One-time actions to perform or programs to run on boot-up
+.Ss Block device subsystems
 .Bl -tag -width net_interfaces
-.It Sy accounting
-Boolean value.
-Enables process accounting with
-.Xr accton 8 .
-Requires
-.Pa /var/account/acct
-to exist.
 .It Sy ccd
 Boolean value.
 Configures concatenated disk devices according to
@@ -346,6 +339,30 @@
 See
 .Xr cgdconfig 8
 for additional details.
+.It Sy lvm
+Boolean value.
+Configures the logical volume manager.
+See
+.Xr lvm 8
+for additional details.
+.It Sy raidframe
+Boolean value.
+Configures
+.Xr raid 4 ,
+RAIDframe disk devices.
+See
+.Xr raidctl 8
+for additional details.
+.El
+.Ss One-time actions to perform or programs to run on boot-up
+.Bl -tag -width net_interfaces
+.It Sy accounting
+Boolean value.
+Enables process accounting with
+.Xr accton 8 .
+Requires
+.Pa /var/account/acct
+to exist.
 .It Sy clear_tmp
 Boolean value.
 Clear
@@ -415,14 +432,6 @@
 .Xr quotacheck 8
 and
 .Xr quotaon 8 .
-.It Sy raidframe
-Boolean value.
-Configures
-.Xr raid 4 ,
-RAIDframe disk devices.
-See
-.Xr raidctl 8
-for additional details.
 .It Sy rndctl
 Boolean value.
 Runs the
@@ -515,12 +524,6 @@
 file to reflect the version of the running kernel.
 See
 .Xr motd 5 .
-.It Sy veriexec
-Boolean value.
-Load Veriexec fingerprints during startup.
-Read
-.Xr veriexecctl 8
-for more information.
 .It Sy virecover
 Boolean value.
 Send notification mail to users if any recoverable files exist in
@@ -537,7 +540,7 @@
 .Xr wdogctl 8
 for information on how to configure a timer.
 .El
-.Ss System security setting
+.Ss System security settings
 .Bl -tag -width net_interfaces
 .It Sy securelevel
 A number.
@@ -559,8 +562,15 @@
 .Xr rc 8
 completes.
 .It Sy permit_nonalpha
+Boolean value.
 Allow passwords to include non-alpha characters, usually to allow
 NIS/YP netgroups.
+.It Sy veriexec
+Boolean value.
+Load Veriexec fingerprints during startup.
+Read
+.Xr veriexecctl 8
+for more information.
 .It Sy veriexec_strict
 A number.
 Controls the strict level of Veriexec.
@@ -643,6 +653,7 @@
 .Sy dhclient_flags
 variable - for example, "-lf /tmp/dhclient.leases".
 .It Sy dhcpcd_flags
+A string.
 Additional arguments to pass to
 .Xr dhcpcd 8
 when requesting configuration via
@@ -953,6 +964,7 @@
 Run
 .Xr cron 8 .
 .It Sy ftpd
+Boolean value.
 Runs the
 .Xr ftpd 8
 daemon and passes



Home | Main Index | Thread Index | Old Index