diff options
author | ru <ru@FreeBSD.org> | 2001-02-28 17:38:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-28 17:38:53 +0000 |
commit | f4325cbb8be5678f80d062f6b978366e9dcaa1e4 (patch) | |
tree | e31c6e8990ba85351f1ed4d140cfcf2804f9ab1a /sbin/fdisk | |
parent | 15e59884c93adf7c0d22cbaca565934c6eda53a9 (diff) | |
download | FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.zip FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.tar.gz |
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 977ee49..20ec752 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -279,30 +279,30 @@ a specification, and whitespace (except for newlines) are ignored: .Bl -tag -width Ds .It Xo .Ic # -.No Ar comment ... +.Ar comment ... .Xc Lines beginning with a "#" are comments and are ignored. .It Xo .Ic g -.No Ar spec1 -.No Ar spec2 -.No Ar spec3 +.Ar spec1 +.Ar spec2 +.Ar spec3 .Xc Set the BIOS geometry used in partition calculations. There must be three values specified, with a letter preceding each number: .Bl -tag -width Ds .Sm off -.It Cm c No Ar num +.It Cm c Ar num .Sm on Set the number of cylinders to .Ar num . .Sm off -.It Cm h No Ar num +.It Cm h Ar num .Sm on Set the number of heads to .Ar num . .Sm off -.It Cm s No Ar num +.It Cm s Ar num .Sm on Set the number of sectors/track to .Ar num . @@ -337,10 +337,10 @@ g s63 h39 c1019 .Ed .It Xo .Ic p -.No Ar partition -.No Ar type -.No Ar start -.No Ar length +.Ar partition +.Ar type +.Ar start +.Ar length .Xc Set the partition given by .Ar partition @@ -396,7 +396,7 @@ p 1 165 1 2503871 .Pp .It Xo .Ic a -.No Ar partition +.Ar partition .Xc Make .Ar partition |