Source-Changes-HG archive

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

[src/trunk]: src/sbin Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/34b062bd7a1e
branches:  trunk
changeset: 517624:34b062bd7a1e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 16 11:21:37 2001 +0000

description:
Sort sections.

diffstat:

 sbin/atactl/atactl.8             |  22 +++++++++++-----------
 sbin/badsect/badsect.8           |  18 +++++++++---------
 sbin/fsdb/fsdb.8                 |  20 ++++++++++----------
 sbin/mount_ext2fs/mount_ext2fs.8 |  12 ++++++------
 sbin/mount_ffs/mount_ffs.8       |   6 +++---
 sbin/mount_umap/mount_umap.8     |   6 +++---
 sbin/newfs_msdos/newfs_msdos.8   |   6 +++---
 sbin/savecore/savecore.8         |   6 +++---
 sbin/tunefs/tunefs.8             |  12 ++++++------
 9 files changed, 54 insertions(+), 54 deletions(-)

diffs (272 lines):

diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/atactl/atactl.8
--- a/sbin/atactl/atactl.8      Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/atactl/atactl.8      Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: atactl.8,v 1.8 2001/06/05 11:22:41 wiz Exp $
+.\"    $NetBSD: atactl.8,v 1.9 2001/11/16 11:21:37 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -103,21 +103,21 @@
 .Pp
 Will print out if the device is in Active, Idle, or Standby power
 management mode.
-.Sh BUGS
-The output from the
-.Cm identify
-command is rather ugly.
 .Sh SEE ALSO
 .Xr ioctl 2 ,
 .Xr wd 4
-.Sh AUTHOR
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Nx 1.4 .
+.Sh AUTHORS
 The
 .Nm
 command was written by Ken Hornstein.  It was based heavily on the
 .Xr scsictl 8
 command written by Jason R. Thorpe.
-.Sh HISTORY
-The
-.Nm
-command first appeared in
-.Nx 1.4 .
+.Sh BUGS
+The output from the
+.Cm identify
+command is rather ugly.
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/badsect/badsect.8
--- a/sbin/badsect/badsect.8    Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/badsect/badsect.8    Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: badsect.8,v 1.14 2001/06/05 11:22:42 wiz Exp $
+.\"    $NetBSD: badsect.8,v 1.15 2001/11/16 11:21:38 wiz Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -115,22 +115,22 @@
 A positive response will cause
 .Xr fsck 8
 to convert the inode to a regular file containing the bad block.
-.Sh SEE ALSO
-.Xr bad144 8 ,
-.Xr fsck 8
 .Sh DIAGNOSTICS
 .Nm
 refuses to attach a block that
 resides in a critical area or is out of range of the file system.
 A warning is issued if the block is already in use.
+.Sh SEE ALSO
+.Xr bad144 8 ,
+.Xr fsck 8
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 4.1 .
 .Sh BUGS
 If more than one of the sectors in a file system fragment are bad,
 you should specify only one of them to
 .Nm "" ,
 as the blocks in the bad sector files actually cover all the sectors in a
 file system fragment.
-.Sh HISTORY
-The
-.Nm
-command appeared in
-.Bx 4.1 .
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/fsdb/fsdb.8
--- a/sbin/fsdb/fsdb.8  Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/fsdb/fsdb.8  Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fsdb.8,v 1.11 2001/11/16 10:25:44 wiz Exp $
+.\"    $NetBSD: fsdb.8,v 1.12 2001/11/16 11:21:38 wiz Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -218,15 +218,6 @@
 .Xr fs 5 ,
 .Xr clri 8 ,
 .Xr fsck 8
-.Sh BUGS
-Manipulation of ``short'' symlinks doesn't work (in particular, don't
-try changing a symlink's type).
-.br
-You must specify modes as numbers rather than symbolic names.
-.br
-There are a bunch of other things that you might want to do which
-.Nm
-doesn't implement.
 .Sh HISTORY
 .Nm
 uses the source code for
@@ -240,3 +231,12 @@
 beyond what
 .Xr fsck 8
 can repair.
+.Sh BUGS
+Manipulation of ``short'' symlinks doesn't work (in particular, don't
+try changing a symlink's type).
+.br
+You must specify modes as numbers rather than symbolic names.
+.br
+There are a bunch of other things that you might want to do which
+.Nm
+doesn't implement.
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/mount_ext2fs/mount_ext2fs.8
--- a/sbin/mount_ext2fs/mount_ext2fs.8  Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/mount_ext2fs/mount_ext2fs.8  Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_ext2fs.8,v 1.9 2001/11/16 10:25:46 wiz Exp $
+.\"    $NetBSD: mount_ext2fs.8,v 1.10 2001/11/16 11:21:38 wiz Exp $
 .\"
 .\" Copyright (c) 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -65,11 +65,6 @@
 .Xr mount 8
 man page for possible options and their meanings.
 .El
-.Sh BUGS
-Some EXT2FS-specific options, features or file flags are not supported.
-.Pp
-Because of EXT2FS limitations, an EXT2FS file system can't be used with
-any UID or GID greater than 65535.
 .Sh SEE ALSO
 .Xr mount 2 ,
 .Xr unmount 2 ,
@@ -81,3 +76,8 @@
 .Nm
 utility first appeared in
 .Fx 2.2 .
+.Sh BUGS
+Some EXT2FS-specific options, features or file flags are not supported.
+.Pp
+Because of EXT2FS limitations, an EXT2FS file system can't be used with
+any UID or GID greater than 65535.
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/mount_ffs/mount_ffs.8
--- a/sbin/mount_ffs/mount_ffs.8        Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/mount_ffs/mount_ffs.8        Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_ffs.8,v 1.8 2001/06/05 11:22:48 wiz Exp $
+.\"    $NetBSD: mount_ffs.8,v 1.9 2001/11/16 11:21:38 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -90,10 +90,10 @@
 .%P pp. 1-17
 .%D June 1999
 .Re
-.Sh BUGS
-It is possible for a corrupted file system to cause a crash.
 .Sh HISTORY
 A
 .Nm
 command appeared in
 .Nx 1.1 .
+.Sh BUGS
+It is possible for a corrupted file system to cause a crash.
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/mount_umap/mount_umap.8
--- a/sbin/mount_umap/mount_umap.8      Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/mount_umap/mount_umap.8      Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_umap.8,v 1.13 2001/11/16 10:25:48 wiz Exp $
+.\"    $NetBSD: mount_umap.8,v 1.14 2001/11/16 11:21:38 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -136,10 +136,10 @@
 .Sh SEE ALSO
 .Xr mount 8 ,
 .Xr mount_null 8
-.Sh BUGS
-The implementation is not very sophisticated.
 .Sh HISTORY
 The
 .Nm
 utility first appeared in
 .Bx 4.4 .
+.Sh BUGS
+The implementation is not very sophisticated.
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/newfs_msdos/newfs_msdos.8
--- a/sbin/newfs_msdos/newfs_msdos.8    Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/newfs_msdos/newfs_msdos.8    Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs_msdos.8,v 1.7 2001/09/10 18:27:42 christos Exp $
+.\" $NetBSD: newfs_msdos.8,v 1.8 2001/11/16 11:21:38 wiz Exp $
 .\" Copyright (c) 1998 Robert Nordier
 .\" All rights reserved.
 .\"
@@ -169,13 +169,13 @@
 .Ar foo ,
 on
 .Pa /dev/fd0 .
+.Sh DIAGNOSTICS
+Exit status is 0 on success and 1 on error.
 .Sh SEE ALSO
 .Xr disktab 5 ,
 .Xr disklabel 8 ,
 .Xr fdisk 8 ,
 .Xr newfs 8
-.Sh DIAGNOSTICS
-Exit status is 0 on success and 1 on error.
 .Sh HISTORY
 The
 .Nm
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/savecore/savecore.8
--- a/sbin/savecore/savecore.8  Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/savecore/savecore.8  Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: savecore.8,v 1.25 2001/11/16 10:25:50 wiz Exp $
+.\"    $NetBSD: savecore.8,v 1.26 2001/11/16 11:21:39 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -165,8 +165,6 @@
 so that future invocations of
 .Nm
 will ignore it.
-.Sh BUGS
-The minfree code does not consider the effect of compression.
 .Sh SEE ALSO
 .Xr fstat 1 ,
 .Xr gdb 1 ,
@@ -186,3 +184,5 @@
 .Nm
 command appeared in
 .Bx 4.1 .
+.Sh BUGS
+The minfree code does not consider the effect of compression.
diff -r 64f9e6b704cd -r 34b062bd7a1e sbin/tunefs/tunefs.8
--- a/sbin/tunefs/tunefs.8      Fri Nov 16 11:06:46 2001 +0000
+++ b/sbin/tunefs/tunefs.8      Fri Nov 16 11:21:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tunefs.8,v 1.28 2001/11/16 10:25:51 wiz Exp $
+.\"    $NetBSD: tunefs.8,v 1.29 2001/11/16 11:21:39 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -186,6 +186,11 @@
 .%D August 1984
 .%O "(reprinted in the BSD System Manager's Manual, SMM:5)"
 .Re
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 4.2 .
 .Sh BUGS
 This program should work on mounted and active file systems.
 Because the super-block is not kept in the buffer cache,
@@ -195,8 +200,3 @@
 after the file system is tuned.
 .Pp
 You can tune a file system, but you can't tune a fish.
-.Sh HISTORY
-The
-.Nm
-command appeared in
-.Bx 4.2 .



Home | Main Index | Thread Index | Old Index