add -u flag
This commit is contained in:
parent
abbd5e9f62
commit
fd3dad8d81
|
@ -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 @@ and specify the name or path to the
|
|||
.Xr mtree 8
|
||||
program.
|
||||
[Usually, $TOOL_MTREE or mtree.]
|
||||
.It Fl u
|
||||
Don't re-create devices that already exist.
|
||||
.El
|
||||
.Pp
|
||||
.Nm
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue