Skip to content

Commit 1f5b0b5

Browse files
author
mycroft
committed
Add missing option in example.
1 parent 90b8640 commit 1f5b0b5

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.2 1995/03/18 14:58:22 cgd Exp $
1+
.\" $NetBSD: mount_union.8,v 1.3 1995/05/30 09:09:39 mycroft 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 /var/obj /usr/src
153+
mount -t union -o -b /var/obj /usr/src
154154
.Ed
155155
.Pp
156156
mount the CD-ROM drive

0 commit comments

Comments
 (0)