Fixed example. The "-o -b" flags aren't needed unless the arguments
(directory and uniondir) are swapped. (PR #1469).
This commit is contained in:
parent
4a15671a68
commit
b12a0162d9
|
@ -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
|
.\" Copyright (c) 1994
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -150,7 +150,7 @@ and then only for lookups.
|
||||||
The commands
|
The commands
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
mount -t cd9660 -o ro /dev/cd0a /usr/src
|
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
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
mount the CD-ROM drive
|
mount the CD-ROM drive
|
||||||
|
|
Loading…
Reference in New Issue