File types belong under 'type', not 'uname'.
This commit is contained in:
parent
46164a8a95
commit
653b2f1552
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mtree.8,v 1.33 2002/12/23 04:40:19 lukem Exp $
|
||||
.\" $NetBSD: mtree.8,v 1.34 2002/12/27 06:31:51 grant Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -396,10 +396,6 @@ stored internally with them.
|
|||
The last modification time of the file.
|
||||
.It Sy type
|
||||
The type of the file; may be set to any one of the following:
|
||||
.It Sy uid
|
||||
The file owner as a numeric value.
|
||||
.It Sy uname
|
||||
The file owner as a symbolic name.
|
||||
.Pp
|
||||
.Bl -tag -width Sy -compact
|
||||
.It Sy block
|
||||
|
@ -417,6 +413,10 @@ symbolic link
|
|||
.It Sy socket
|
||||
socket
|
||||
.El
|
||||
.It Sy uid
|
||||
The file owner as a numeric value.
|
||||
.It Sy uname
|
||||
The file owner as a symbolic name.
|
||||
.El
|
||||
.Pp
|
||||
The default set of keywords are
|
||||
|
|
Loading…
Reference in New Issue