diff options
author | ru <ru@FreeBSD.org> | 2001-03-16 12:55:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-16 12:55:54 +0000 |
commit | 66b8892a3c6cc7076bacb936920db4a77b521509 (patch) | |
tree | 6bbc9f3ec31caaf74ea6764b3dcb1ce8bba0f3cd /sbin/mount_cd9660 | |
parent | 99816e10f7459585b6fcbf350b399e04353b78eb (diff) | |
download | FreeBSD-src-66b8892a3c6cc7076bacb936920db4a77b521509.zip FreeBSD-src-66b8892a3c6cc7076bacb936920db4a77b521509.tar.gz |
It is the ``nostrictjoliet'' option equivalent to -b.
Reviewed by: bp
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index ef98b63..1ee9a04 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -82,7 +82,7 @@ See the .Xr mount 8 man page for possible options and their meanings. The following cd9660 specific options are available: -.Bl -tag -width indent +.Bl -tag -width "nostrictjoliet" .It extatt Same as .Fl e . @@ -95,7 +95,7 @@ Same as .It rrip Same as .Fl r . -.It strictjoliet +.It nostrictjoliet Same as .Fl b . .El |