Module Name:    src
Committed By:   apb
Date:           Tue Sep  6 10:27:07 UTC 2011

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

Log Message:
regen for "-u" option and dtv device.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/share/man/man8/MAKEDEV.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
diff -u src/share/man/man8/MAKEDEV.8:1.39 src/share/man/man8/MAKEDEV.8:1.40
--- src/share/man/man8/MAKEDEV.8:1.39	Tue Mar 22 22:17:44 2011
+++ src/share/man/man8/MAKEDEV.8	Tue Sep  6 10:27:07 2011
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.39 2011/03/22 22:17:44 njoly Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.40 2011/09/06 10:27:07 apb Exp $
 .\"
 .\" Copyright (c) 2001, 2003, 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 22, 2011
+.Dd September  6, 2011
 .Dt MAKEDEV 8
 .Os
 .Sh NAME
@@ -44,7 +44,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
@@ -135,6 +135,8 @@
 .Xr mtree 8
 program.
 [Usually, $TOOL_MTREE or mtree.]
+.It Fl u
+Don't re-create devices that already exist.
 .El
 .Pp
 .Nm
@@ -671,7 +673,8 @@
 AGP GART devices, see
 .Xr \&agp 4
 . It Ar altq
-ALTQ control interface
+ALTQ control interface, see
+.Xr \&altq 4
 . It Ar amr#
 AMI MegaRaid control device, see
 .Xr \&amr 4
@@ -720,6 +723,9 @@
 . It Ar drm#
 Direct Rendering Manager interface, see
 .Xr \&drm 4
+. It Ar dtv#
+Digital TV interface, see
+.Xr \&dtv 4
 . It Ar fb#
 PMAX generic framebuffer pseudo-device
 . It Ar fd

Reply via email to