diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
commit | 71e2293ad43d8745a8e735483e3f07631714be05 (patch) | |
tree | eb7d53179ad22344ae698f8aa866faa0e415686c /usr.sbin/fdformat | |
parent | bb7634eb859aa29d7425840bb3ae3c7391c27b87 (diff) | |
download | FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.zip FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r-- | usr.sbin/fdformat/fdformat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 7e944d5..e979224 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -31,7 +31,7 @@ .Nm fdformat .Nd format floppy disks .Sh SYNOPSIS -.Nm fdformat +.Nm .Op Fl q .Op Fl y .Op Fl v | Fl n @@ -39,7 +39,7 @@ .Op Fl c Ar cyls .Op Fl s Ar secs .Op Fl h Ar heads -.Nm fdformat +.Nm .Op Fl r Ar rate .Op Fl g Ar gap3len .Op Fl i Ar intleave @@ -66,7 +66,7 @@ to the Note that any geometry constraints of the device node .Pq minor device number are meaningless, since they're overridden by -.Nm Ns . +.Nm . .Pp The options are as follows: .Bl -tag -width 10n -offset indent |