diff options
-rw-r--r-- | sbin/mount_union/mount_union.8 | 2 | ||||
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 7174e17..d93c032 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -146,7 +146,7 @@ and then only for lookups. The commands .Bd -literal -offset indent mount -t cd9660 -o ro /dev/cd0a /usr/src -mount -t union -o /var/obj /usr/src +mount -t union /var/obj /usr/src .Ed .Pp mount the CD-ROM drive diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 7174e17..d93c032 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -146,7 +146,7 @@ and then only for lookups. The commands .Bd -literal -offset indent mount -t cd9660 -o ro /dev/cd0a /usr/src -mount -t union -o /var/obj /usr/src +mount -t union /var/obj /usr/src .Ed .Pp mount the CD-ROM drive |