Module Name:    src
Committed By:   jmcneill
Date:           Sat Aug  6 12:32:29 UTC 2011

Modified Files:
        src/share/man/man8: MAKEDEV.8.template MAKEDEV.local.8

Log Message:
add -u flag


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man8/MAKEDEV.8.template
cvs rdiff -u -r1.7 -r1.8 src/share/man/man8/MAKEDEV.local.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/MAKEDEV.8.template
diff -u src/share/man/man8/MAKEDEV.8.template:1.19 src/share/man/man8/MAKEDEV.8.template:1.20
--- src/share/man/man8/MAKEDEV.8.template:1.19	Mon May 18 09:24:47 2009
+++ src/share/man/man8/MAKEDEV.8.template	Sat Aug  6 12:32:29 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: MAKEDEV.8.template,v 1.19 2009/05/18 09:24:47 wiz Exp $
+.\" $NetBSD: MAKEDEV.8.template,v 1.20 2011/08/06 12:32:29 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001, 2003, 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -36,7 +36,7 @@
 .Sh SYNOPSIS
 .\" Please keep this in sync with MAKEDEV.local.8
 .Nm
-.Op Fl fMs
+.Op Fl fMsu
 .Op Fl m Ar mknod
 .Op Fl p Ar pax
 .Op Fl t Ar mtree
@@ -127,6 +127,8 @@
 .Xr mtree 8
 program.
 [Usually, $TOOL_MTREE or mtree.]
+.It Fl u
+Don't re-create devices that already exist.
 .El
 .Pp
 .Nm

Index: src/share/man/man8/MAKEDEV.local.8
diff -u src/share/man/man8/MAKEDEV.local.8:1.7 src/share/man/man8/MAKEDEV.local.8:1.8
--- src/share/man/man8/MAKEDEV.local.8:1.7	Wed Apr 30 13:10:57 2008
+++ src/share/man/man8/MAKEDEV.local.8	Sat Aug  6 12:32:29 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: MAKEDEV.local.8,v 1.7 2008/04/30 13:10:57 martin Exp $
+.\" $NetBSD: MAKEDEV.local.8,v 1.8 2011/08/06 12:32:29 jmcneill Exp $
 .\"
 .\" Copyright (c) 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 9, 2008
+.Dd August 6, 2011
 .Dt MAKEDEV.LOCAL 8
 .Os
 .Sh NAME
@@ -32,7 +32,7 @@
 .Nd create site-specific device special files
 .Sh SYNOPSIS
 .Nm
-.Op Fl fMs
+.Op Fl fMsu
 .Op Fl m Ar mknod
 .Op Fl p Ar pax
 .Op Fl t Ar mtree

Reply via email to