Add arch to Dt, Nm doesn't need an argument, whitespace fixes, spelling.

This commit is contained in:
wiz 2001-04-21 14:23:16 +00:00
parent e815501ea9
commit b5e2bc1192
1 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: edahdi.1,v 1.5 1999/04/06 20:24:39 pk Exp $
.\" $NetBSD: edahdi.1,v 1.6 2001/04/21 14:23:16 wiz Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
.\" All rights reserved.
@ -29,17 +29,17 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd May 16, 1996
.Dt EDAHDI 1
.Dt EDAHDI 1 atari
.Os
.Sh NAME
.Nm edahdi
.Nd modify AHDI partition identifiers
.Sh SYNOPSIS
.Nm edahdi
.Nm
.Ar device
.Sh DESCRIPTION
.Nm edahdi
Allows you to modify the partition identifiers on a disk partitioned with
.Nm
allows you to modify the partition identifiers on a disk partitioned with
AHDI or an AHDI compatible formatter. An AHDI partition format is usually
only present on disks shared between
.Nx
@ -47,7 +47,7 @@ and some other OS. The partition identifiers are used by
.Nx
as a guideline to emulate a disklabel on such a disk.
.Pp
.Nm edahdi
.Nm
supports the following options:
.Pp
.Bl -tag -width device
@ -67,26 +67,26 @@ partition on a disk will be mapped to partition
.Em a
in
.Nx .
The following NBD partitions will be mapped from
The following NBD partitions will be mapped from
.Em d
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.
.It NBR
.Nx
root partition (depricated).
root partition (deprecated).
.It NBU
.Nx
user partition (depricated).
user partition (deprecated).
.It NBS
.Nx
swap partition (depricated).
swap partition (deprecated).
.El
.Sh EXAMPLES
Say, you have a disk with that is partitioned like:
@ -105,7 +105,7 @@ as (Number refers to the first table):
.Pp
.Bl -column header "Partition Fstype Number"
.Sy "Partition Fstype Number"
c (whole disk) unused
c (whole disk) unused
d (user part) MSDOS 1
e (user part) MSDOS 2
f (user part) MSDOS 3
@ -136,10 +136,10 @@ and
The changes made to the AHDI partitions will become active on the next
.Em first open
of the device. You are advised to use
.Nm edahdi
.Nm
only on a device without any mounted or otherwise active partitions. This
is not enforced by
.Nm edahdi.
.Nm "" .
This is particularly confusing when your change caused partitions to shift,
as shown in the example above.
.Pp
@ -150,6 +150,6 @@ write disklabels and install bootstraps.
.Xr installboot 8
.Sh HISTORY
The
.Nm edahdi
.Nm
command first appeared in
.Nx 1.2 .