From 36cc99f0704c33da2dee259732ae15fa65d14a2b Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Aug 1997 21:17:38 +0000 Subject: Fixed an example. --- sbin/mount_union/mount_union.8 | 2 +- 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 -- cgit v1.1