diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-17 11:13:59 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-17 11:13:59 +0000 |
commit | 7f3ab48125689ccbb4a6397690807b5a01a6ebdf (patch) | |
tree | ffcb571b539454fbc60b53088d2b9f4a5cbfb531 /sbin | |
parent | 2bb4d1993bd62fbee722668e509e26d6f2497b31 (diff) |
o) {Open,Net,Free}BSD -> .{O,N,F}x;
o) "start sentence on new line" issues;
o) minimal -mdoc improvements;
millert@ ok
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 11 | ||||
-rw-r--r-- | sbin/fdisk/fdisk.8 | 7 | ||||
-rw-r--r-- | sbin/mount_ados/mount_ados.8 | 5 | ||||
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 5 | ||||
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 9 | ||||
-rw-r--r-- | sbin/mount_xfs/mount_xfs.8 | 5 | ||||
-rw-r--r-- | sbin/scsi/scsi.8 | 10 |
7 files changed, 33 insertions, 19 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 124e79ef2ee..8a020294a05 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.41 2001/08/07 01:46:12 millert Exp $ +.\" $OpenBSD: disklabel.8,v 1.42 2001/08/17 11:13:57 mpech Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -323,7 +323,9 @@ parameters: sectors/track, tracks/cylinder, sectors/cylinder, number of cylinders on the disk, total sectors on the disk, rpm, interleave, disk type, and a descriptive label string. .It b -Set OpenBSD disk boundaries. +Set +.Ox +disk boundaries. This option tells .Nm which parts of the disk it is allowed to modify. @@ -634,5 +636,6 @@ free block list and only move partitions around with the user's permission. Also, in .Fl E -mode, partitions outside the OpenBSD portion of the disk should -be changeable. +mode, partitions outside the +.Ox +portion of the disk should be changeable. diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 48ab1c2eeb4..0d49dfd2d30 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.34 2001/01/01 21:05:34 angelos Exp $ +.\" $OpenBSD: fdisk.8,v 1.35 2001/08/17 11:13:57 mpech Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -122,8 +122,9 @@ System identifier. .Ox reserves the magic number 166 decimal (A6 in hex). -If no 166 partition is found, it will use an older FreeBSD partition -(with a magic number of 165 or A5 in hex). +If no 166 partition is found, it will use an older +.Fx +partition (with a magic number of 165 or A5 in hex). .It Em "cyl/hd/sec" These fields provide the starting and ending address of the partition in BIOS geometry diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index d662bdb6669..c98f175e6fb 100644 --- a/sbin/mount_ados/mount_ados.8 +++ b/sbin/mount_ados/mount_ados.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ados.8,v 1.8 2001/06/08 13:46:45 aaron Exp $ +.\" $OpenBSD: mount_ados.8,v 1.9 2001/08/17 11:13:57 mpech Exp $ .\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -109,7 +109,8 @@ directory on which the file system is being mounted. .Sh HISTORY The .Nm -utility first appeared in NetBSD 0.9b. +utility first appeared in +.Nx 0.9 b. .Sh CAVEATS The .Li ados diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index d2f2a719898..addc3b00713 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ext2fs.8,v 1.6 2000/10/19 17:43:04 marc Exp $ +.\" $OpenBSD: mount_ext2fs.8,v 1.7 2001/08/17 11:13:57 mpech Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -81,4 +81,5 @@ man page for possible options and their meanings. .Sh HISTORY The .Nm -function first appeared in FreeBSD 2.2. +function first appeared in +.Fx 2.2 . diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 25c0b8faf5d..fdcbf6abffe 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_msdos.8,v 1.13 2001/06/08 13:46:49 aaron Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.14 2001/08/17 11:13:57 mpech Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -148,10 +148,13 @@ This option enforces .Sh HISTORY The .Nm -utility first appeared in NetBSD 0.9. +utility first appeared in +.Nx 0.9 . Its predecessor, the .Nm mount_pcfs -utility, appeared in NetBSD 0.8, and was abandoned in favor +utility, appeared in +.Nx 0.8 , +and was abandoned in favor of the more aptly named .Nm mount_msdos . .Sh CAVEATS diff --git a/sbin/mount_xfs/mount_xfs.8 b/sbin/mount_xfs/mount_xfs.8 index a61a1c44d1f..2eb4a2f61b4 100644 --- a/sbin/mount_xfs/mount_xfs.8 +++ b/sbin/mount_xfs/mount_xfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_xfs.8,v 1.15 2000/11/09 17:53:03 aaron Exp $ +.\" $OpenBSD: mount_xfs.8,v 1.16 2001/08/17 11:13:57 mpech Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan @@ -77,4 +77,5 @@ it could be used for other filesystems as well. .Sh HISTORY The .Nm -utility first appeared in OpenBSD 2.4. +utility first appeared in +.Ox 2.4 . diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index dfd20c0fded..69d71229854 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.8,v 1.17 2001/08/03 16:03:02 mpech Exp $ +.\" $OpenBSD: scsi.8,v 1.18 2001/08/17 11:13:58 mpech Exp $ .\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $ .\" .\" Written By Julian ELischer @@ -164,9 +164,13 @@ See for a description of the "super scsi" device. .Pp .It Fl r -Can be used in FreeBSD 1.1 to reprobe a specific SCSI device at a given +Can be used in +.Fx 1.1 +to reprobe a specific SCSI device at a given Bus, Target and Lun. -This is not needed in FreeBSD 2.1, since opening a fixed SCSI device +This is not needed in +.Fx 2.1 , +since opening a fixed SCSI device has the side effect of reprobing it, and probing with the bus with the .Fl p option should bring on line any newly found devices. |