From b12a0162d9a2c1399694061dfb0d0545fa615c4c Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 29 Sep 1995 06:44:02 +0000 Subject: [PATCH] Fixed example. The "-o -b" flags aren't needed unless the arguments (directory and uniondir) are swapped. (PR #1469). --- sbin/mount_union/mount_union.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 99f0df1121a8..def02f643175 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_union.8,v 1.3 1995/05/30 09:09:39 mycroft Exp $ +.\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -150,7 +150,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 -b /var/obj /usr/src +mount -t union /var/obj /usr/src .Ed .Pp mount the CD-ROM drive