diff options
author | charnier <charnier@FreeBSD.org> | 1997-12-29 07:03:46 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-12-29 07:03:46 +0000 |
commit | ab8e3efb1c245337feb2531e75ec5961a37154d6 (patch) | |
tree | fd6c25e1f38e0b18705458050c0d6e97aeef0a65 /sbin/mount_cd9660 | |
parent | 2d5f5de4923edbf7c053b58c85cda5963fc0ca6e (diff) | |
download | FreeBSD-src-ab8e3efb1c245337feb2531e75ec5961a37154d6.zip FreeBSD-src-ab8e3efb1c245337feb2531e75ec5961a37154d6.tar.gz |
Add missing .Ar.
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 2e0e661..d3dfdb4 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -44,7 +44,7 @@ .Nm mount_cd9660 .Op Fl egrv .Op Fl o Ar options -.Op Fl s startsector +.Op Fl s Ar startsector .Ar special | node .Sh DESCRIPTION The |