Add arch to Dt, Nm doesn't need an argument, and punctuation fixes.

This commit is contained in:
wiz 2001-04-21 14:38:53 +00:00
parent 0a7899aaff
commit be99f8cf1c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahdilabel.8,v 1.2 2001/03/04 21:00:00 jdc Exp $
.\" $NetBSD: ahdilabel.8,v 1.3 2001/04/21 14:38:53 wiz Exp $
.\"
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -36,16 +36,16 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.Dd July 29, 2000
.Dt AHDILABEL 8
.Dt AHDILABEL 8 atari
.Os
.Sh NAME
.Nm ahdilabel
.Nd modify AHDI partitions
.Sh SYNOPSIS
.Nm ahdilabel
.Nm
.Ar disk
.Sh DESCRIPTION
.Nm ahdilabel
.Nm
allows you to modify the AHDI partition table on a disk partitioned with
AHDI or an AHDI compatible formatter. The AHDI partition format is usually
only present on disks shared between
@ -54,13 +54,13 @@ and some other OS. The partition identifiers are used by
.Nx
as a guideline to emulate a disklabel on such a disk.
.Pp
.Nm ahdilabel
.Nm
supports the following options:
.Pp
.Bl -tag -width disk
.It Ar disk
The name of the disk you want to edit.
.Nm ahdilabel
.Nm
will first try to open a disk of this name. If this cannot
be opened, it will attempt to open
.Ar r Ns <disk> Ns Ar c .
@ -68,7 +68,7 @@ Finally, if this also cannot be opened, it will attempt to open
.Ar /dev/r Ns <disk> Ns Ar c .
.El
.Pp
.Nm ahdilabel
.Nm
will display information about the number of sectors, tracks
and sectors on the disk, as well as the current AHDI partition information.
It will then prompt for input. The input choices are:
@ -95,9 +95,9 @@ up.
The filesystem type is ffs by default.
.It SWP
The first SWP partition is mapped to partition
.Em b.
.Em b .
.It GEM or BGM
These partitions are mapped from
These partitions are mapped from
.Em d
up. The filesystem type is msdos.
.El
@ -107,7 +107,7 @@ cylinder/track/sector or megabyte notations. Whole numbers of cylinders can
be entered using the shorthand <cylinder>/. Likewise, whole numbers of tracks
can be entered using the shorthand <cylinder>/<track>/. Megabytes are entered
using the suffix
.Em M.
.Em M .
.Pp
The following can also be used to enter partition parameters:
.Pp
@ -152,10 +152,10 @@ Edit the AHDI label for disk sd0.
The changes made to the AHDI partitions will become active on the next
.Em first open
of the disk. You are advised to use
.Nm ahdilabel
.Nm
only on a disk without any mounted or otherwise active partitions. This
is not enforced by
.Nm ahdilabel.
.Nm "" .
.Pp
Because of way
.Nx
@ -181,6 +181,6 @@ disklabels and install bootstraps.
.Xr installboot 8
.Sh HISTORY
The
.Nm ahdilabel
.Nm
command first appeared in
.Nx 1.5 .