diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
| commit | c4d9468ea0e627c69802bd0689c93527dc2e2a85 (patch) | |
| tree | 0505e005ecc9492a4b759dc8e06eb138613e4aa4 /usr.sbin/fdformat | |
| parent | 5de15c0508449da98f193b4d397a9750d2494ce3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fdformat')
| -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 339f0ea8f313..e5ba6ce39ef7 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 |
