Source-Changes-HG archive

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

[src/trunk]: src/sbin Sort sections, use standard section headers.



details:   https://anonhg.NetBSD.org/src/rev/e9de446fd403
branches:  trunk
changeset: 517625:e9de446fd403
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 16 11:26:53 2001 +0000

description:
Sort sections, use standard section headers.

diffstat:

 sbin/brconfig/brconfig.8         |  15 ++++++-------
 sbin/ccdconfig/ccdconfig.8       |  10 ++++----
 sbin/chkconfig/chkconfig.8       |  16 +++++++-------
 sbin/dump_lfs/dump_lfs.8         |  29 +++++++++++++--------------
 sbin/fsck_lfs/fsck_lfs.8         |  22 ++++++++++----------
 sbin/mount_ados/mount_ados.8     |  14 ++++++------
 sbin/mount_cd9660/mount_cd9660.8 |  42 ++++++++++++++++++++--------------------
 sbin/mount_fdesc/mount_fdesc.8   |   6 ++--
 sbin/mount_kernfs/mount_kernfs.8 |   6 ++--
 sbin/mount_msdos/mount_msdos.8   |  32 +++++++++++++++---------------
 sbin/scsictl/scsictl.8           |  12 +++++-----
 sbin/swapctl/swapctl.8           |  40 +++++++++++++++++++-------------------
 12 files changed, 121 insertions(+), 123 deletions(-)

diffs (truncated from 497 to 300 lines):

diff -r 34b062bd7a1e -r e9de446fd403 sbin/brconfig/brconfig.8
--- a/sbin/brconfig/brconfig.8  Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/brconfig/brconfig.8  Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: brconfig.8,v 1.2 2001/11/16 10:25:43 wiz Exp $
+.\"    $NetBSD: brconfig.8,v 1.3 2001/11/16 11:26:53 wiz Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -213,12 +213,16 @@
     add tlp7 stp tlp7 \e
     up
 .Ed
-.Pp
 .Sh SEE ALSO
 .Xr bridge 4 ,
 .Xr ifconfig.if 5 ,
 .Xr ifconfig 8
-.Sh AUTHOR
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Nx 1.6 .
+.Sh AUTHORS
 The
 .Xr bridge 4
 driver and
@@ -234,8 +238,3 @@
 utility was written from scratch by
 .An Jason R. Thorpe
 .Aq thorpej%wasabisystems.com@localhost .
-.Sh HISTORY
-The
-.Nm
-utility first appeared in
-.Nx 1.6 .
diff -r 34b062bd7a1e -r e9de446fd403 sbin/ccdconfig/ccdconfig.8
--- a/sbin/ccdconfig/ccdconfig.8        Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/ccdconfig/ccdconfig.8        Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ccdconfig.8,v 1.18 2001/11/16 10:25:42 wiz Exp $
+.\"    $NetBSD: ccdconfig.8,v 1.19 2001/11/16 11:26:54 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -156,10 +156,12 @@
 character's special meaning from taking effect.
 .Pp
 See
-.Sx EXAMPLE
+.Sx EXAMPLES
 for an example of
 .Pa /etc/ccd.conf .
-.Sh EXAMPLE
+.Sh FILES
+/etc/ccd.conf - default ccd configuration file.
+.Sh EXAMPLES
 The following command, executed from the command line, would configure ccd0
 with 4 components (/dev/sd2e, /dev/sd3e, /dev/sd4e, /dev/sd5e), and an
 interleave factor of 32 blocks.
@@ -178,8 +180,6 @@
 # ccd           ileave  flags   component devices
 ccd0            16      none    /dev/sd2e /dev/sd3e
 .Ed
-.Sh FILES
-/etc/ccd.conf - default ccd configuration file.
 .Sh SEE ALSO
 .Xr ccd 4 ,
 .Xr rc 8
diff -r 34b062bd7a1e -r e9de446fd403 sbin/chkconfig/chkconfig.8
--- a/sbin/chkconfig/chkconfig.8        Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/chkconfig/chkconfig.8        Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chkconfig.8,v 1.3 2001/06/05 11:22:42 wiz Exp $
+.\"    $NetBSD: chkconfig.8,v 1.4 2001/11/16 11:26:54 wiz Exp $
 .\"
 .\" Copyright (c) 2001 Zembu Labs, Inc.
 .\" All rights reserved.
@@ -112,20 +112,20 @@
 .Sh SEE ALSO
 .Xr rc 8 ,
 .Xr rcorder 8
-.Sh BUGS
+.Sh HISTORY
 The
 .Nm
-program currently does not support configuring the options
-to be passed to services upon startup.
-.Sh AUTHOR
+command first appeared in
+.Nx 1.6 .
+.Sh AUTHORS
 The
 .Nm
 program was written by
 .An Dan Mercer
 .Aq dmercer%zembu.com@localhost
 of Zembu Labs, Inc.
-.Sh HISTORY
+.Sh BUGS
 The
 .Nm
-command first appeared in
-.Nx 1.6 .
+program currently does not support configuring the options
+to be passed to services upon startup.
diff -r 34b062bd7a1e -r e9de446fd403 sbin/dump_lfs/dump_lfs.8
--- a/sbin/dump_lfs/dump_lfs.8  Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/dump_lfs/dump_lfs.8  Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dump_lfs.8,v 1.3 2001/11/16 10:25:43 wiz Exp $
+.\"    $NetBSD: dump_lfs.8,v 1.4 2001/11/16 11:26:54 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"     Regents of the University of California.
@@ -161,7 +161,6 @@
 See
 .Xr rcmd 3
 for more details.
-
 .It Fl h Ar level
 Honor the user
 .Qq nodump
@@ -424,14 +423,6 @@
 to find group
 .Em operator
 .El
-.Sh SEE ALSO
-.Xr chflags 1 ,
-.Xr stty 1 ,
-.Xr fts 3 ,
-.Xr fstab 5 ,
-.Xr restore 8 ,
-.Xr rmt 8 ,
-.Xr st 4
 .Sh DIAGNOSTICS
 Many, and verbose.
 .Pp
@@ -439,6 +430,19 @@
 exits with zero status on success.
 Startup errors are indicated with an exit code of 1;
 abnormal termination is indicated with an exit code of 3.
+.Sh SEE ALSO
+.Xr chflags 1 ,
+.Xr stty 1 ,
+.Xr fts 3 ,
+.Xr st 4 ,
+.Xr fstab 5 ,
+.Xr restore 8 ,
+.Xr rmt 8
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.Nx 1.5 .
 .Sh BUGS
 Fewer than 32 read errors on the filesystem are ignored.
 .Pp
@@ -470,8 +474,3 @@
 and provided more assistance
 for the operator running
 .Xr restore 8 .
-.Sh HISTORY
-A
-.Nm
-command appeared in
-.Nx 1.5.
diff -r 34b062bd7a1e -r e9de446fd403 sbin/fsck_lfs/fsck_lfs.8
--- a/sbin/fsck_lfs/fsck_lfs.8  Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/fsck_lfs/fsck_lfs.8  Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fsck_lfs.8,v 1.6 2001/06/05 11:22:45 wiz Exp $
+.\"    $NetBSD: fsck_lfs.8,v 1.7 2001/11/16 11:26:55 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -199,23 +199,23 @@
 .Rs
 .%T "Fsck \- The UNIX File System Check Program"
 .Re
-.Sh BUGS
-.Nm
-cannot currently perform a full roll-forward, or correct all of the
-errors that it can detect.
+.Sh SEE ALSO
+.Xr fstab 5 ,
+.Xr fsck 8 ,
+.Xr newfs_lfs 8 ,
+.Xr reboot 8
 .Sh HISTORY
 The
 .Nm
 program was first made available in
 .Nx 1.4 .
-.Sh AUTHOR
+.Sh AUTHORS
 Most of the
 .Nm
 program was taken from
 .Xr fsck_ffs 8 ;
 what was not was written by Konrad Schroder <perseant%hhhh.org@localhost>.
-.Sh SEE ALSO
-.Xr fstab 5 ,
-.Xr newfs_lfs 8 ,
-.Xr reboot 8 ,
-.Xr fsck 8
+.Sh BUGS
+.Nm
+cannot currently perform a full roll-forward, or correct all of the
+errors that it can detect.
diff -r 34b062bd7a1e -r e9de446fd403 sbin/mount_ados/mount_ados.8
--- a/sbin/mount_ados/mount_ados.8      Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/mount_ados/mount_ados.8      Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ados.8,v 1.13 2001/11/16 10:25:46 wiz Exp $
+.\" $NetBSD: mount_ados.8,v 1.14 2001/11/16 11:26:55 wiz Exp $
 .\"
 .\" Copyright (c) 1993, 1994 Christopher G. Demetriou
 .\" All rights reserved.
@@ -101,7 +101,12 @@
 .Xr unmount 2 ,
 .Xr fstab 5 ,
 .Xr mount 8
-.Sh CAVEATS
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Nx 1.0 .
+.Sh BUGS
 The
 .Sq ados
 filesystem currently supports the Amiga fast file system.
@@ -115,8 +120,3 @@
 option was specified, when it encounters the
 .Bq Er EROFS
 error.
-.Sh HISTORY
-The
-.Nm
-utility first appeared in
-.Nx 1.0 .
diff -r 34b062bd7a1e -r e9de446fd403 sbin/mount_cd9660/mount_cd9660.8
--- a/sbin/mount_cd9660/mount_cd9660.8  Fri Nov 16 11:21:37 2001 +0000
+++ b/sbin/mount_cd9660/mount_cd9660.8  Fri Nov 16 11:26:53 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_cd9660.8,v 1.15 2001/06/05 11:22:47 wiz Exp $
+.\" $NetBSD: mount_cd9660.8,v 1.16 2001/11/16 11:26:55 wiz Exp $
 .\"
 .\" Copyright (c) 1993, 1994
 .\"     The Regents of the University of California.  All rights reserved.
@@ -106,7 +106,7 @@
 extensions (for Rock-Ridge, default is case-sensitive lookup).
 .El
 .El
-
+.Pp
 For compatibility with previous releases, following obsolete flags are
 still recognized:
 .Bl -tag -width indent
@@ -132,25 +132,6 @@
 .Xr unmount 2 ,
 .Xr fstab 5 ,
 .Xr mount 8
-.Sh CAVEATS
-For some cdroms the information in the Rock Ridge extension is wrong
-and the cdrom needs to be mounted with "norrip".  A sign that something
-is wrong is that the
-.Xr stat 2
-system call returns
-.Er EBADF
-causing, e.g., "ls -l" to fail with "Bad file descriptor".
-.Sh BUGS
-The cd9660 filesystem does not support the original "High Sierra"
-("CDROM001") format.
-.Pp
-POSIX device node mapping is currently not supported.
-.Pp
-Version numbers are not stripped if Rockridge extensions are in use.
-In this case, you have to use the original name of the file as recorded
-on disk, i.e. use uppercase and append the version number to the file.
-.Pp
-There is no ECMA support.
 .Sh HISTORY
 The
 .Nm
@@ -164,3 +145,22 @@
 .Cm rrcaseins
 were added in
 .Nx 1.5 .
+.Sh BUGS
+For some cdroms the information in the Rock Ridge extension is wrong
+and the cdrom needs to be mounted with "norrip".  A sign that something
+is wrong is that the
+.Xr stat 2
+system call returns
+.Er EBADF
+causing, e.g., "ls -l" to fail with "Bad file descriptor".
+.Pp



Home | Main Index | Thread Index | Old Index