From aa7c9adaeadf2ad2c73c7797ff3a270220311e7b Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sun, 15 Aug 1999 08:06:12 +0000 Subject: [PATCH] Various man page cleanup: - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin --- sbin/bsdlabel/bsdlabel.8 | 4 ++-- sbin/camcontrol/camcontrol.8 | 4 ++-- sbin/disklabel/disklabel.8 | 4 ++-- sbin/mount_ntfs/mount_ntfs.8 | 4 ++-- sbin/routed/rtquery/rtquery.8 | 20 ++++++++++++-------- sbin/vinum/vinum.8 | 17 +++++++++-------- 6 files changed, 29 insertions(+), 24 deletions(-) diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index f13403d894c2..511501771523 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 -.\" $Id: disklabel.8,v 1.11 1999/07/31 08:11:58 grog Exp $ +.\" $Id: disklabel.8,v 1.12 1999/08/01 06:40:11 grog Exp $ .\" .Dd July 30, 1999 .Dt DISKLABEL 8 @@ -512,9 +512,9 @@ The bootstrap code comes from the files and .Pa /boot/newboot2 . .Sh SEE ALSO -.Xr boot0cfg 8 , .Xr disklabel 5 , .Xr disktab 5 , +.Xr boot0cfg 8 , .Xr fdisk 8 . .Sh DIAGNOSTICS The kernel device drivers will not allow the size of a disk partition diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 96738eaa973e..c6be85669b09 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: camcontrol.8,v 1.13 1999/05/19 19:39:11 ken Exp $ +.\" $Id: camcontrol.8,v 1.14 1999/08/01 20:31:57 sada Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 @@ -661,7 +661,7 @@ program first appeared in 386BSD 0.1.2.4, and first appeared in in .Fx 2.0.5 . .Sh AUTHORS -.An Kenneth Merry Aq ken@FreeBSD.ORG +.An Kenneth Merry Aq ken@FreeBSD.org .Sh BUGS Most of the man page cross references don't exist yet. This will be fixed soon. diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index f13403d894c2..511501771523 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 -.\" $Id: disklabel.8,v 1.11 1999/07/31 08:11:58 grog Exp $ +.\" $Id: disklabel.8,v 1.12 1999/08/01 06:40:11 grog Exp $ .\" .Dd July 30, 1999 .Dt DISKLABEL 8 @@ -512,9 +512,9 @@ The bootstrap code comes from the files and .Pa /boot/newboot2 . .Sh SEE ALSO -.Xr boot0cfg 8 , .Xr disklabel 5 , .Xr disktab 5 , +.Xr boot0cfg 8 , .Xr fdisk 8 . .Sh DIAGNOSTICS The kernel device drivers will not allow the size of a disk partition diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 6e029175032b..533f7854fa5e 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: mount_ntfs.8,v 1.2 1999/02/19 12:38:10 semenu Exp $ +.\" $Id: mount_ntfs.8,v 1.3 1999/05/04 11:34:33 jkoshy Exp $ .\" .Dd Jan 3, 1999 .Dt MOUNT_NTFS 8 @@ -127,7 +127,7 @@ The .Nm first appeared in .Fx 3.0 . -.Sh AUTHOR +.Sh AUTHORS NTFS kernel implementation, .Nm and manual were written by diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 1f16d59dab88..094a91842279 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,5 +1,5 @@ -.\" $Revision: 2.17 $ -.\" $Id$ +.\" $Revision: 1.9 $ +.\" $Id: rtquery.8,v 1.9 1999/05/02 13:14:16 markm Exp $ .\" .Dd June 1, 1996 .Dt RTQUERY 8 @@ -115,9 +115,13 @@ turns off tracing. dumps the daemon's routing table to the current tracefile. .El .Sh SEE ALSO -.Xr routed 8 , -.Xr gated 8 -.br -RFC\ 1058 - Routing Information Protocol, RIPv1 -.br -RFC\ 1723 - Routing Information Protocol, RIPv2 +.Xr gated 8 , +.Xr routed 8 +.Rs +.%T Routing Information Protocol, RIPv1 +.%O RFC1058 +.Re +.Rs +.%T Routing Information Protocol, RIPv2 +.%O RFC1723 +.Re diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8 index 904826fd5f9f..1d080b892ef4 100644 --- a/sbin/vinum/vinum.8 +++ b/sbin/vinum/vinum.8 @@ -34,10 +34,11 @@ .\" otherwise) arising in any way out of the use of this software, even if .\" advised of the possibility of such damage. .\" -.\" $Id: vinum.8,v 1.10 1999/07/02 07:46:13 grog Exp grog $ +.\" $Id: vinum.8,v 1.24 1999/08/14 09:15:43 grog Exp $ .\" .Dd 28 March 1999 -.Dt vinum 8 +.Dt VINUM 8 +.Os .Sh NAME .Nm vinum .Nd Logical Volume Manager control program @@ -2393,7 +2394,7 @@ plexes. - directory containing device nodes for .Nm subdisks. -.Sh ENVIRONMENT VARIABLES +.Sh ENVIRONMENT .Bl -hang .It VINUM_HISTORY The name of the log file, by default /var/log/vinum_history. @@ -2404,19 +2405,19 @@ The name of the editor to use for editing configuration files, by default .Nm vi . .El .Sh SEE ALSO +.Xr strftime 3 , .Xr vinum 4 , .Xr disklabel 8 , .Xr newfs 8 , -.Xr strftime 3 , .Pa http://www.lemis.com/vinum.html , .Pa http://www.lemis.com/vinum-debugging.html . -.Sh AUTHOR -Greg Lehey -.Pa . +.Sh AUTHORS +.An Greg Lehey Aq grog@lemis.com . .Sh HISTORY The .Nm -command first appeared in FreeBSD 3.0. +command first appeared in +.Fx 3.0 . The RAID-5 component of .Nm was developed by Cybernet Inc.