Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8/man8.atari Add arch to Dt, Nm doesn't need an...



details:   https://anonhg.NetBSD.org/src/rev/ec0c0e73d063
branches:  trunk
changeset: 508865:ec0c0e73d063
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Apr 21 14:38:53 2001 +0000

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

diffstat:

 share/man/man8/man8.atari/ahdilabel.8 |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (96 lines):

diff -r b9ab7b488dd6 -r ec0c0e73d063 share/man/man8/man8.atari/ahdilabel.8
--- a/share/man/man8/man8.atari/ahdilabel.8     Sat Apr 21 14:34:42 2001 +0000
+++ b/share/man/man8/man8.atari/ahdilabel.8     Sat Apr 21 14:38:53 2001 +0000
@@ -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 @@
 .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 @@
 .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 @@
 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 @@
 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 @@
 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 @@
 .Xr installboot 8
 .Sh HISTORY
 The
-.Nm ahdilabel
+.Nm
 command first appeared in
 .Nx 1.5 .



Home | Main Index | Thread Index | Old Index