Skip to content

Commit cca8511

Browse files
author
jtc
committed
Fixed example. The "-o -b" flags aren't needed unless the arguments
(directory and uniondir) are swapped. (PR #1469).
1 parent c5e68a1 commit cca8511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbin/mount_union/mount_union.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: mount_union.8,v 1.3 1995/05/30 09:09:39 mycroft Exp $
1+
.\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $
22
.\"
33
.\" Copyright (c) 1994
44
.\" The Regents of the University of California. All rights reserved.
@@ -150,7 +150,7 @@ and then only for lookups.
150150
The commands
151151
.Bd -literal -offset indent
152152
mount -t cd9660 -o ro /dev/cd0a /usr/src
153-
mount -t union -o -b /var/obj /usr/src
153+
mount -t union /var/obj /usr/src
154154
.Ed
155155
.Pp
156156
mount the CD-ROM drive

0 commit comments

Comments
 (0)