summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-12-23 09:54:11 +0000
committerwiz <wiz@NetBSD.org>2006-12-23 09:54:11 +0000
commit1073e35f2d94a6a392d07d47bbf8300d1703bfa2 (patch)
tree15ac2edff268295845f73f2984865f3165a8bcbe /lib/libutil
parentb5bca6912d0237dda71cb537eeb79988e7dfa813 (diff)
Use more macros. Fix section in Xr.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/stat_flags.320
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libutil/stat_flags.3 b/lib/libutil/stat_flags.3
index 5940d7a63df..1d961fcf6a8 100644
--- a/lib/libutil/stat_flags.3
+++ b/lib/libutil/stat_flags.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat_flags.3,v 1.2 2006/12/23 07:26:09 wiz Exp $
+.\" $NetBSD: stat_flags.3,v 1.3 2006/12/23 09:54:11 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,7 +57,7 @@ and
functions are used by
programs such as
.Xr ls 1 ,
-.Xr mtree 1 ,
+.Xr mtree 8 ,
.Xr makefs 8 ,
etc., to parse and/or print the
.Dv st_flags field in the
@@ -66,21 +66,21 @@ structure.
.Pp
They recognize the following flags:
.Bl -tag -width "schg (SF_IMMUTABLE)"
-.It Dv arch Dv (SF_ARCHIVED)
+.It Dv arch Pq Dv SF_ARCHIVED
file is archived.
-.It Dv nodump Dv (UF_NODUMP)
+.It Dv nodump Pq Dv UF_NODUMP
do not dump file.
-.It Dv opaque Dv (UF_OPAQUE)
+.It Dv opaque Pq Dv UF_OPAQUE
directory is opaque in union filesystems.
-.It Dv sappnd Dv (SF_APPEND)
+.It Dv sappnd Pq Dv SF_APPEND
writes to the file may only append (superuser only).
-.It Dv schg Dv (SF_IMMUTABLE)
+.It Dv schg Pq Dv SF_IMMUTABLE
file cannot be changed, is immutable (superuser only).
-.It Dv snap Dv (SF_SNAPSHOT)
+.It Dv snap Pq Dv SF_SNAPSHOT
file is snapshot inode.
-.It Dv uappnd Dv (UF_APPEND)
+.It Dv uappnd Pq Dv UF_APPEND
writes to the file may only append (user only).
-.It Dv uchg Dv (UF_IMMUTABLE)
+.It Dv uchg Pq Dv UF_IMMUTABLE
file cannot be changed, is immutable (user only).
.El
.Pp