Subject: Sorting rc.conf.5
To: None <tech-userlevel@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@menta.net>
List: tech-userlevel
Date: 01/14/2004 23:38:56
Hi all,

is it ok to sort the variables in the rc.conf.5 manpage alphabetically?
And, is it ok to add all manpage crossreferences to the SEE ALSO section?
(I'm unsure about the last one).

Patch patched below.

Thanks!

Index: rc.conf.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/rc.conf.5,v
retrieving revision 1.87
diff -u -r1.87 rc.conf.5
--- rc.conf.5	14 Jan 2004 21:51:18 -0000	1.87
+++ rc.conf.5	14 Jan 2004 22:30:41 -0000
@@ -114,6 +114,27 @@
 without requiring editing of the script.
 .Ss Overall control
 .Bl -tag -width net_interfaces
+.It Sy do_rcshutdown
+.Sq YES
+or
+.Sq NO .
+If set to
+.Sq NO ,
+.Xr shutdown 8
+will not run
+.Pa /etc/rc.shutdown .
+.It Sy rcshutdown_rcorder_flags
+A string.
+Extra arguments to the
+.Xr rcorder 8
+run by
+.Pa /etc/rc.shutdown .
+.It Sy rcshutdown_timeout
+A number.
+If non-blank, use this as the number of seconds to run a watchdog timer for
+which will terminate
+.Pa /etc/rc.shutdown
+if the timer expires before the shutdown script completes.
 .It Sy rc_configured
 .Sq YES
 or
@@ -140,36 +161,9 @@
 .Xr rcorder 8
 run by
 .Pa /etc/rc .
-.It Sy do_rcshutdown
-.Sq YES
-or
-.Sq NO .
-If set to
-.Sq NO ,
-.Xr shutdown 8
-will not run
-.Pa /etc/rc.shutdown .
-.It Sy rcshutdown_rcorder_flags
-A string.
-Extra arguments to the
-.Xr rcorder 8
-run by
-.Pa /etc/rc.shutdown .
-.It Sy rcshutdown_timeout
-A number.
-If non-blank, use this as the number of seconds to run a watchdog timer for
-which will terminate
-.Pa /etc/rc.shutdown
-if the timer expires before the shutdown script completes.
 .El
 .Ss Basic network configuration
 .Bl -tag -width net_interfaces
-.It Sy hostname
-A string.
-Name of host.
-If empty or not set, then the contents of
-.Pa /etc/myname
-(if it exists) are used.
 .It Sy defaultroute
 A string.
 Default network route.
@@ -199,6 +193,12 @@
 and
 .Xr ippp 4
 interfaces will be automatically added to this list.
+.It Sy hostname
+A string.
+Name of host.
+If empty or not set, then the contents of
+.Pa /etc/myname
+(if it exists) are used.
 .El
 .Ss Boottime file-system and swap configuration
 .Bl -tag -width net_interfaces
@@ -256,37 +256,20 @@
 .El
 .Ss One-time actions to perform or programs to run on boot-up
 .Bl -tag -width net_interfaces
-.It Sy lkm
-.Sq YES
-or
-.Sq NO .
-Runs
-.Pa /etc/rc.lkm .
-.It Sy savecore
+.It Sy accounting
 .Sq YES
 or
 .Sq NO .
-Runs the
-.Xr savecore 8
-utility.
-Passes
-.Sy savecore_flags .
+Enables process accounting with
+.Xr accton 8 .
+Requires
+.Pa /var/account/acct
+to exist.
 .It Sy clear_tmp
 .Sq YES
 or
 .Sq NO .
 Clear /tmp after reboot.
-.It Sy update_motd
-.Sq YES
-or
-.Sq NO .
-Updates the
-.Nx
-version string in the
-.Pa /etc/motd
-file to reflect the version of the running kernel.
-See
-.Xr motd 5 .
 .It Sy dmesg
 .Sq YES
 or
@@ -297,15 +280,23 @@
 .Xr dmesg 8 .
 Passes
 .Sy dmesg_flags .
-.It Sy accounting
+.It Sy lkm
 .Sq YES
 or
 .Sq NO .
-Enables process accounting with
-.Xr accton 8 .
-Requires
-.Pa /var/account/acct
-to exist.
+Runs
+.Pa /etc/rc.lkm .
+.It Sy mixerctl
+.Sq YES
+or
+.Sq NO .
+Read
+.Xr mixerctl.conf 5
+for how to set mixer values.
+List in
+.Sy mixerctl_mixers
+the devices whose settings are to be saved at shutdown and
+restored at start-up.
 .It Sy newsyslog
 .Sq YES
 or
@@ -316,6 +307,15 @@
 Intended for laptop users.
 Passes
 .Sy newsyslog_flags .
+.It Sy savecore
+.Sq YES
+or
+.Sq NO .
+Runs the
+.Xr savecore 8
+utility.
+Passes
+.Sy savecore_flags .
 .It Sy tpctl
 .Sq YES
 or
@@ -325,17 +325,25 @@
 to calibrate touch panel device.
 Passes
 .Sy tpctl_flags .
-.It Sy mixerctl
+.It Sy update_motd
+.Sq YES
+or
+.Sq NO .
+Updates the
+.Nx
+version string in the
+.Pa /etc/motd
+file to reflect the version of the running kernel.
+See
+.Xr motd 5 .
+.It Sy veriexec
 .Sq YES
 or
 .Sq NO .
+Load verified exec fingerprints during startup.
 Read
-.Xr mixerctl.conf 5
-for how to set mixer values.
-List in
-.Sy mixerctl_mixers
-the devices whose settings are to be saved at shutdown and
-restored at start-up.
+.Xr veriexecctl 8
+for more information.
 .It Sy virecover
 .Sq YES
 or
@@ -347,14 +355,6 @@
 option in
 .Xr vi 1
 for details.
-.It Sy veriexec
-.Sq YES
-or
-.Sq NO .
-Load verified exec fingerprints during startup.
-Read
-.Xr veriexecctl 8
-for more information.
 .El
 .Ss System security setting
 .Bl -tag -width net_interfaces
@@ -378,6 +378,137 @@
 .El
 .Ss Networking startup
 .Bl -tag -width net_interfaces
+.It Sy altqd
+.Sq YES
+or
+.Sq NO .
+ALTQ configuration/monitoring daemon.
+Passes
+.Sy altqd_flags .
+.It Sy auto_ifconfig
+.Sq YES
+or
+.Sq NO .
+Sets the
+.Sy net_interfaces
+variable (see below) to the output of
+.Xr ifconfig 8
+with the
+.Dq Li -l
+flag and suppresses warnings about interfaces in this list that
+do not have an ifconfig file or variable.
+.It Sy dhclient
+.Sq YES
+or
+.Sq NO .
+Set to
+.Sq YES
+to configure some or all network interfaces using
+the DHCP client.
+If you set
+.Sy dhclient
+to
+.Sq YES ,
+you must either have
+.Pa /var
+in
+.Sy critical_filesystems_local ,
+as part of
+.Pa / ,
+or direct the DHCP client to store the leases file on the root
+file system by modifying the
+.Sy dhclient_flags
+variable.
+You must not provide ifconfig information or ifaliases
+information for any interface that is to be configured using the DHCP client.
+Interface aliases can be set up in the DHCP client configuration
+file if needed - see
+.Xr dhclient.conf 5
+for details.
+.Pp
+Passes
+.Sy dhclient_flags
+to the DHCP client.
+See
+.Xr dhclient 8
+for complete documentation.
+If you wish to configure all broadcast
+network interfaces using the DHCP client, you can leave this blank.
+To configure only specific interfaces, name the interfaces to be configured
+on the command line.
+.Pp
+If you must run the DHCP client before mounting critical file systems,
+then you should specify an alternate location for the DHCP client's lease
+file in the
+.Sy dhclient_flags
+variable - for example, "-lf /tmp/dhclient.leases".
+.It Sy flushroutes
+.Sq YES
+or
+.Sq NO .
+Flushes the route table on networking startup.
+Useful when coming up to multiuser mode after going down to
+single-user mode.
+.It Sy ifaliases_*
+A string.
+List of
+.Sq Em "address netmask"
+pairs to configure additional network addresses for the given
+configured interface
+.Dq *
+(e.g.
+.Sy ifaliases_le0 ) .
+If
+.Em netmask
+is
+.Dq - ,
+then use the default netmask for the interface.
+.Pp
+.Sy ifaliases_*
+covers limited cases only and considered unrecommended.
+We recommend using
+.Pa /etc/ifconfig.xxN
+with multiple lines instead.
+.It Sy ifwatchd
+.Sq YES
+or
+.Sq NO .
+Monitor dynamic interfaces and perform actions upon address changes.
+Passes
+.Sy ifwatchd_flags .
+.It Sy ip6mode
+A string.
+An IPv6 node can be a router
+.Pq nodes that forward packet for others
+or a host
+.Pq nodes that do not forward .
+A host can be autoconfigured
+based on the information advertised by adjacent IPv6 routers.
+By setting
+.Sy ip6mode
+to
+.Dq Li router ,
+.Dq Li host ,
+or
+.Dq Li autohost ,
+you can configure your node as a router,
+a non-autoconfigured host, or an autoconfigured host.
+Invalid values will be ignored, and the node will be configured as
+a non-autoconfigured host.
+You may want to check
+.Sy rtsol
+and
+.Sy rtsold
+as well, if you set the variable to
+.Dq Li autohost .
+.It Sy ip6sitelocal
+.Sq YES
+or
+.Sq NO .
+If you intend to use IPv6 site-local addresses in your site, set it to
+.Sq YES .
+Otherwise, reject routes will get installed on boot to avoid misconfiguration
+relating to site-local addresses.
 .It Sy ipfilter
 .Sq YES
 or
@@ -389,17 +520,6 @@
 at network boot time, before any interfaces are configured.
 See
 .Xr ipf.conf 5 .
-.It Sy ipnat
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr ipnat 8
-to load in the IP network address translation (NAT) rules from
-.Pa /etc/ipnat.conf
-at network boot time, before any interfaces are configured.
-See
-.Xr ipnat.conf 5 .
 .It Sy ipfs
 .Sq YES
 or
@@ -413,15 +533,6 @@
 .Pa /var/db/ipf/ipnat.ipf .
 Passes
 .Sy ipfs_flags .
-.It Sy ipsec
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr setkey 8
-to load in IPsec manual keys and policies from
-.Pa /etc/ipsec.conf
-at network boot time, before any interfaces are configured.
 .It Sy ipmon
 .Sq YES
 or
@@ -453,25 +564,26 @@
 .Bd -literal
 /var/log/ipflog  640  10  100  *  Z  /var/run/ipmon.pid
 .Ed
-.It Sy racoon
+.It Sy ipnat
 .Sq YES
 or
 .Sq NO .
 Runs
-.Xr racoon 8 ,
-the IKE (ISAKMP/Oakley) key management daemon.
-.It Sy auto_ifconfig
+.Xr ipnat 8
+to load in the IP network address translation (NAT) rules from
+.Pa /etc/ipnat.conf
+at network boot time, before any interfaces are configured.
+See
+.Xr ipnat.conf 5 .
+.It Sy ipsec
 .Sq YES
 or
 .Sq NO .
-Sets the
-.Sy net_interfaces
-variable (see below) to the output of
-.Xr ifconfig 8
-with the
-.Dq Li -l
-flag and suppresses warnings about interfaces in this list that
-do not have an ifconfig file or variable.
+Runs
+.Xr setkey 8
+to load in IPsec manual keys and policies from
+.Pa /etc/ipsec.conf
+at network boot time, before any interfaces are configured.
 .It Sy net_interfaces
 A string.
 The list of network interfaces to be configured at boot time.
@@ -490,78 +602,6 @@
 .Xr ifconfig.if 5
 for more details on
 .Pa /etc/ifconfig.xxN .
-.It Sy ifaliases_*
-A string.
-List of
-.Sq Em "address netmask"
-pairs to configure additional network addresses for the given
-configured interface
-.Dq *
-(e.g.
-.Sy ifaliases_le0 ) .
-If
-.Em netmask
-is
-.Dq - ,
-then use the default netmask for the interface.
-.Pp
-.Sy ifaliases_*
-covers limited cases only and considered unrecommended.
-We recommend using
-.Pa /etc/ifconfig.xxN
-with multiple lines instead.
-.It Sy flushroutes
-.Sq YES
-or
-.Sq NO .
-Flushes the route table on networking startup.
-Useful when coming up to multiuser mode after going down to
-single-user mode.
-.It Sy dhclient
-.Sq YES
-or
-.Sq NO .
-Set to
-.Sq YES
-to configure some or all network interfaces using
-the DHCP client.
-If you set
-.Sy dhclient
-to
-.Sq YES ,
-you must either have
-.Pa /var
-in
-.Sy critical_filesystems_local ,
-as part of
-.Pa / ,
-or direct the DHCP client to store the leases file on the root
-file system by modifying the
-.Sy dhclient_flags
-variable.
-You must not provide ifconfig information or ifaliases
-information for any interface that is to be configured using the DHCP client.
-Interface aliases can be set up in the DHCP client configuration
-file if needed - see
-.Xr dhclient.conf 5
-for details.
-.Pp
-Passes
-.Sy dhclient_flags
-to the DHCP client.
-See
-.Xr dhclient 8
-for complete documentation.
-If you wish to configure all broadcast
-network interfaces using the DHCP client, you can leave this blank.
-To configure only specific interfaces, name the interfaces to be configured
-on the command line.
-.Pp
-If you must run the DHCP client before mounting critical file systems,
-then you should specify an alternate location for the DHCP client's lease
-file in the
-.Sy dhclient_flags
-variable - for example, "-lf /tmp/dhclient.leases".
 .It Sy ntpdate
 .Sq YES
 or
@@ -591,39 +631,13 @@
 with the
 .Dq call Sy peer
 option.
-.It Sy ip6mode
-A string.
-An IPv6 node can be a router
-.Pq nodes that forward packet for others
-or a host
-.Pq nodes that do not forward .
-A host can be autoconfigured
-based on the information advertised by adjacent IPv6 routers.
-By setting
-.Sy ip6mode
-to
-.Dq Li router ,
-.Dq Li host ,
-or
-.Dq Li autohost ,
-you can configure your node as a router,
-a non-autoconfigured host, or an autoconfigured host.
-Invalid values will be ignored, and the node will be configured as
-a non-autoconfigured host.
-You may want to check
-.Sy rtsol
-and
-.Sy rtsold
-as well, if you set the variable to
-.Dq Li autohost .
-.It Sy ip6sitelocal
+.It Sy racoon
 .Sq YES
 or
 .Sq NO .
-If you intend to use IPv6 site-local addresses in your site, set it to
-.Sq YES .
-Otherwise, reject routes will get installed on boot to avoid misconfiguration
-relating to site-local addresses.
+Runs
+.Xr racoon 8 ,
+the IKE (ISAKMP/Oakley) key management daemon.
 .It Sy rtsol
 .Sq YES
 or
@@ -641,20 +655,6 @@
 to
 .Dq Li autohost
 if you use it.
-.It Sy ifwatchd
-.Sq YES
-or
-.Sq NO .
-Monitor dynamic interfaces and perform actions upon address changes.
-Passes
-.Sy ifwatchd_flags .
-.It Sy altqd
-.Sq YES
-or
-.Sq NO .
-ALTQ configuration/monitoring daemon.
-Passes
-.Sy altqd_flags .
 .El
 .Ss Daemons required by other daemons
 .Bl -tag -width net_interfaces
@@ -693,20 +693,23 @@
 .El
 .Ss Commonly used daemons
 .Bl -tag -width net_interfaces
-.It Sy syslogd
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr syslogd 8
-and passes
-.Sy syslogd_flags .
 .It Sy cron
 .Sq YES
 or
 .Sq NO .
 Run
 .Xr cron 8 .
+.It Sy lpd
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr lpd 8
+and passes
+.Sy lpd_flags .
+The
+.Dq Li -l
+flag will turn on extra logging.
 .It Sy named
 .Sq YES
 or
@@ -732,25 +735,6 @@
 will be added to the list of log sockets that
 .Xr syslogd 8
 listens to.
-.It Sy timed
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr timed 8
-and passes
-.Sy timed_flags .
-The
-.Dq Li -M
-option allows
-.Xr timed 8
-to be a master time source as well as a slave.
-If you are also running
-.Xr ntpd 8 ,
-only one machine running both should have the
-.Dq Li -M
-flag given to
-.Xr timed 8 .
 .It Sy ntpd
 .Sq YES
 or
@@ -781,6 +765,13 @@
 compiled in, and that
 .Pa /dev/clockctl
 is present.
+.It Sy postfix
+.Sq YES
+or
+.Sq NO .
+Starts
+.Xr postfix 1
+mail system.
 .It Sy sendmail
 .Sq YES
 or
@@ -813,50 +804,44 @@
 it can also be used as a non-privileged
 .Dq nullclient
 that forwards to a more functional SMTP gateway.
-.It Sy postfix
-.Sq YES
-or
-.Sq NO .
-Starts
-.Xr postfix 1
-mail system.
-.It Sy lpd
+.It Sy sshd
 .Sq YES
 or
 .Sq NO .
 Runs
-.Xr lpd 8
+.Xr sshd 8
 and passes
-.Sy lpd_flags .
-The
-.Dq Li -l
-flag will turn on extra logging.
-.It Sy sshd
+.Sy sshd_flags .
+.It Sy syslogd
 .Sq YES
 or
 .Sq NO .
 Runs
-.Xr sshd 8
+.Xr syslogd 8
 and passes
-.Sy sshd_flags .
-.El
-.Ss Routing daemons
-.Bl -tag -width net_interfaces
-.It Sy routed
+.Sy syslogd_flags .
+.It Sy timed
 .Sq YES
 or
 .Sq NO .
 Runs
-.Xr routed 8 ,
-the RIP routing protocol daemon.
-Passes
-.Sy routed_flags .
-.\" This should be
-.\" .Sq NO
-.\" if
-.\" .Sy gated
-.\" is
-.\" .Sq YES .
+.Xr timed 8
+and passes
+.Sy timed_flags .
+The
+.Dq Li -M
+option allows
+.Xr timed 8
+to be a master time source as well as a slave.
+If you are also running
+.Xr ntpd 8 ,
+only one machine running both should have the
+.Dq Li -M
+flag given to
+.Xr timed 8 .
+.El
+.Ss Routing daemons
+.Bl -tag -width net_interfaces
 .It Sy mrouted
 .Sq YES
 or
@@ -875,6 +860,21 @@
 the RIPng routing protocol daemon for IPv6.
 Passes
 .Sy route6d_flags .
+.It Sy routed
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr routed 8 ,
+the RIP routing protocol daemon.
+Passes
+.Sy routed_flags .
+.\" This should be
+.\" .Sq NO
+.\" if
+.\" .Sy gated
+.\" is
+.\" .Sq YES .
 .It Sy rtsold
 .Sq YES
 or
@@ -898,17 +898,6 @@
 .El
 .Ss Daemons used to boot other hosts over a network
 .Bl -tag -width net_interfaces
-.It Sy rarpd
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr rarpd 8 ,
-the reverse ARP daemon, often used to boot
-.Nx
-and Sun workstations.
-Passes
-.Sy rarpd_flags .
 .It Sy bootparamd
 .Sq YES
 or
@@ -941,19 +930,6 @@
 .Xr dhcrelay 8 .
 Passes
 .Sy dhcrelay_flags .
-.It Sy rbootd
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr rbootd 8 ,
-the
-.Tn HP
-boot protocol daemon; used for booting
-.Tn HP
-workstations.
-Passes
-.Sy rbootd_flags .
 .It Sy mopd
 .Sq YES
 or
@@ -979,6 +955,30 @@
 the Sun Network Disk (ND) Protocol server.
 Passes
 .Sy ndbootd_flags .
+.It Sy rarpd
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr rarpd 8 ,
+the reverse ARP daemon, often used to boot
+.Nx
+and Sun workstations.
+Passes
+.Sy rarpd_flags .
+.It Sy rbootd
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr rbootd 8 ,
+the
+.Tn HP
+boot protocol daemon; used for booting
+.Tn HP
+workstations.
+Passes
+.Sy rbootd_flags .
 .It Sy rtadvd
 .Sq YES
 or
@@ -997,13 +997,6 @@
 .El
 .Ss X Window System daemons
 .Bl -tag -width net_interfaces
-.It Sy xfs
-.Sq YES
-or
-.Sq NO .
-Runs the
-.Xr xfs 1
-X11 font server, which supplies local X font files to X terminals.
 .It Sy xdm
 .Sq YES
 or
@@ -1013,6 +1006,13 @@
 X display manager.
 These X daemons are available only with the optional X distribution of
 .Nx .
+.It Sy xfs
+.Sq YES
+or
+.Sq NO .
+Runs the
+.Xr xfs 1
+X11 font server, which supplies local X font files to X terminals.
 .El
 .Ss NIS (YP) daemons
 .Bl -tag -width net_interfaces
@@ -1029,6 +1029,17 @@
 server.
 Passes
 .Sy ypbind_flags .
+.It Sy yppasswdd
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr yppasswdd 8 ,
+which allows remote
+.Tn NIS
+users to update password on master server.
+Passes
+.Sy yppasswdd_flags .
 .It Sy ypserv
 .Sq YES
 or
@@ -1046,20 +1057,42 @@
 flag causes it to use DNS for lookups in
 .Pa /etc/hosts
 that fail.
-.It Sy yppasswdd
+.El
+.Ss NFS daemons and parameters
+.Bl -tag -width net_interfaces
+.It Sy amd
 .Sq YES
 or
 .Sq NO .
 Runs
-.Xr yppasswdd 8 ,
-which allows remote
-.Tn NIS
-users to update password on master server.
+.Xr amd 8 ,
+the automounter daemon, which automatically mounts NFS file systems
+whenever a file or directory within that file system is accessed.
 Passes
-.Sy yppasswdd_flags .
-.El
-.Ss NFS daemons and parameters
-.Bl -tag -width net_interfaces
+.Sy amd_flags .
+.It Sy amd_dir
+A string.
+The
+.Xr amd 8
+mount directory.
+Used only if
+.Sy amd
+is set to
+.Sq YES .
+.It Sy lockd
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr rpc.lockd 8
+if
+.Sy nfs_server
+and/or
+.Sy nfs_client
+are set to
+.Sq YES .
+Passes
+.Sy lockd_flags .
 .It Sy mountd
 .Sq YES
 or
@@ -1082,20 +1115,6 @@
 .Xr nfsd 8
 and passing
 .Sy nfsd_flags .
-.It Sy lockd
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr rpc.lockd 8
-if
-.Sy nfs_server
-and/or
-.Sy nfs_client
-are set to
-.Sq YES .
-Passes
-.Sy lockd_flags .
 .It Sy statd
 .Sq YES
 or
@@ -1112,36 +1131,9 @@
 .Sq YES .
 Passes
 .Sy statd_flags .
-.It Sy amd
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr amd 8 ,
-the automounter daemon, which automatically mounts NFS file systems
-whenever a file or directory within that file system is accessed.
-Passes
-.Sy amd_flags .
-.It Sy amd_dir
-A string.
-The
-.Xr amd 8
-mount directory.
-Used only if
-.Sy amd
-is set to
-.Sq YES .
 .El
 .Ss Other daemons
 .Bl -tag -width net_interfaces
-.It Sy kdc
-.Sq YES
-or
-.Sq NO .
-Runs the
-.Xr kdc 8
-Kerberos v4 and v5 server.
-This should be run on Kerberos master and slave servers.
 .It Sy isdnd
 .Sq YES
 or
@@ -1164,6 +1156,14 @@
 .Sy isdnd
 is set to
 .Sq YES .
+.It Sy kdc
+.Sq YES
+or
+.Sq NO .
+Runs the
+.Xr kdc 8
+Kerberos v4 and v5 server.
+This should be run on Kerberos master and slave servers.
 .It Sy rwhod
 .Sq YES
 or
@@ -1186,6 +1186,15 @@
 .Xr apmd 8
 and passes
 .Sy apmd_flags .
+.It Sy moused
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr moused 8 ,
+to pass serial mouse data to the wscons mouse mux.
+Passes
+.Sy moused_flags .
 .It Sy poffd
 .Sq YES
 or
@@ -1205,15 +1214,6 @@
 .Xr screenblank 1
 and passes
 .Sy screenblank_flags .
-.It Sy moused
-.Sq YES
-or
-.Sq NO .
-Runs
-.Xr moused 8 ,
-to pass serial mouse data to the wscons mouse mux.
-Passes
-.Sy moused_flags .
 .It Sy wscons
 .Sq YES
 or
@@ -1251,11 +1251,90 @@
 overrides.
 .El
 .Sh SEE ALSO
+.Xr postfix 1 ,
+.Xr ruptime 1 ,
+.Xr rwho 1 ,
+.Xr screenblank 1 ,
+.Xr vi 1 ,
+.Xr xdm 1 ,
+.Xr xfs 1 ,
+.Xr chroot 2 ,
+.Xr fork 2 ,
+.Xr rpc 3 ,
+.Xr ippp 4 ,
+.Xr pppoe 4 ,
+.Xr wscons 4 ,
+.Xr dhclient.conf 5 ,
 .Xr ifconfig.if 5 ,
+.Xr ipf.conf 5 ,
+.Xr ipnat.conf 5 ,
+.Xr mixerctl.conf 5 ,
+.Xr motd 5 ,
+.Xr accton 8 ,
+.Xr amd 8 ,
+.Xr apmd 8 ,
 .Xr boot 8 ,
+.Xr bootparamd 8 ,
+.Xr cron 8 ,
+.Xr dhclient 8 ,
+.Xr dhcpd 8 ,
+.Xr dhcrelay 8 ,
+.Xr dmesg 8 ,
+.Xr fsck 8 ,
+.Xr ifconfig 8 ,
+.Xr inetd 8 ,
+.Xr init 8 ,
+.Xr ipf 8 ,
+.Xr ipfs 8 ,
+.Xr ipmon 8 ,
+.Xr ipnat 8 ,
+.Xr isdnd 8 ,
+.Xr kdc 8 ,
+.Xr lpd 8 ,
+.Xr mopd 8 ,
+.Xr mountd 8 ,
+.Xr moused 8 ,
+.Xr mrouted 8 ,
+.Xr named 8 ,
+.Xr ndbootd 8 ,
+.Xr nfsd 8 ,
+.Xr ntpd 8 ,
+.Xr ntpdate 8 ,
+.Xr poffd 8 ,
+.Xr pppd 8 ,
+.Xr racoon 8 ,
+.Xr rarpd 8 ,
+.Xr rbootd 8 ,
 .Xr rc 8 ,
+.Xr rc.d 8 ,
 .Xr rc.subr 8 ,
-.Xr sysctl 8
+.Xr rcorder 8 ,
+.Xr route6d 8 ,
+.Xr routed 8 ,
+.Xr rpc.lockd 8 ,
+.Xr rpc.statd 8 ,
+.Xr rpcbind 8 ,
+.Xr rstatd 8 ,
+.Xr rtadvd 8 ,
+.Xr rtsol 8 ,
+.Xr rtsold 8 ,
+.Xr rusersd 8 ,
+.Xr rwalld 8 ,
+.Xr rwhod 8 ,
+.Xr savecore 8 ,
+.Xr sendmail 8 ,
+.Xr setkey 8 ,
+.Xr shutdown 8 ,
+.Xr sshd 8 ,
+.Xr sysctl 8 ,
+.Xr syslogd 8 ,
+.Xr timed 8 ,
+.Xr tpctl 8 ,
+.Xr veriexecctl 8 ,
+.Xr wsmoused 8 ,
+.Xr ypbind 8 ,
+.Xr yppasswdd 8 ,
+.Xr ypserv 8
 .Sh HISTORY
 The
 .Nm

-- 
Julio M. Merino Vidal <jmmv@menta.net>
The NetBSD Project - http://www.NetBSD.org/