diff options
Diffstat (limited to 'usr.sbin/fdformat/fdformat.1')
-rw-r--r-- | usr.sbin/fdformat/fdformat.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 339f0ea..e5ba6ce 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -54,9 +54,11 @@ formats a floppy disk at device .Ar Device_name may be given either with a full path name of a device node for a floppy disk drive -.Pq e.g. Pa /dev/fd0 , +(e.g.\& +.Pa /dev/fd0 ) , or a default name in an abbreviated form -.Pq e.g. Em fd0 . +(e.g.\& +.Em fd0 ) . In the latter case, the name is constructed by prepending .Pa /dev/ and appending a @@ -64,7 +66,7 @@ and appending a to the .Ar device_name . Note that any geometry constraints of the device node -.Pq minor device number +(minor device number) are meaningless, since they're overridden by .Nm . .Pp |