diff options
author | bde <bde@FreeBSD.org> | 1997-08-25 21:17:38 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-08-25 21:17:38 +0000 |
commit | 36cc99f0704c33da2dee259732ae15fa65d14a2b (patch) | |
tree | 42050f0e3779e1843853cb5f6d374b11588218d6 | |
parent | f25857872905e18be4f0d4980d6cd9a4dd89f2f7 (diff) | |
download | FreeBSD-src-36cc99f0704c33da2dee259732ae15fa65d14a2b.zip FreeBSD-src-36cc99f0704c33da2dee259732ae15fa65d14a2b.tar.gz |
Fixed an example.
-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 |