diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-05-28 01:16:14 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-05-28 01:16:14 +0000 |
commit | 513b311148d031cd5af749535b8c2922a8bffb14 (patch) | |
tree | c5b3cfd2381be6deceb1c61458c135820e3858a7 /sbin/mount_cd9660 | |
parent | 4a9a12021d5709361ac12a6b66ea2d8126add725 (diff) | |
download | FreeBSD-src-513b311148d031cd5af749535b8c2922a8bffb14.zip FreeBSD-src-513b311148d031cd5af749535b8c2922a8bffb14.tar.gz |
Add the missing cd9660-specific options to the -o flag. While I'm here,
add the missing -j flag to the synopsys.
PR: docs/1667
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index e8f6725..3466281 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -42,7 +42,7 @@ .Nd mount an ISO-9660 filesystem .Sh SYNOPSIS .Nm mount_cd9660 -.Op Fl egrv +.Op Fl egjrv .Op Fl o Ar options .Op Fl s Ar startsector .Ar special | node @@ -76,6 +76,21 @@ flag followed by a comma separated string of options. See the .Xr mount 8 man page for possible options and their meanings. +The following cd9660 specific options are available: +.Bl -tag -width indent +.It extatt +Same as +.Fl e . +.It gens +Same as +.Fl g . +.It joliet +Same as +.Fl j . +.It rrip +Same as +.Fl r . +.El .It Fl r Do not use any Rockridge extensions included in the filesystem. .It Fl s Ar startsector |