summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2006-10-21 18:26:08 +0000
committerrillig <rillig@NetBSD.org>2006-10-21 18:26:08 +0000
commitced22230a03fc9bfcfc2dd03a14bf0ab32cd4f96 (patch)
tree5a0ea66b0f68a320c306605cd33c79fef151062d /lib/libc/sys
parent76694b5d3f69f30758cdf228f1dec393c0f5afcd (diff)
Added a cross reference to stat(2), since that's the way how the current
flags can be determined.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/chflags.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2
index 4f0cba31bdf..b552f7fee5d 100644
--- a/lib/libc/sys/chflags.2
+++ b/lib/libc/sys/chflags.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: chflags.2,v 1.24 2004/05/13 10:20:57 wiz Exp $
+.\" $NetBSD: chflags.2,v 1.25 2006/10/21 18:26:08 rillig Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -171,6 +171,7 @@ error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
.Xr chflags 1 ,
+.Xr stat 2 ,
.Xr init 8 ,
.Xr mount_union 8
.Sh HISTORY