Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Xref chflags(2) and stat_flags(3) with each other.



details:   https://anonhg.NetBSD.org/src/rev/18a2a942081e
branches:  trunk
changeset: 768005:18a2a942081e
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Aug 06 11:28:24 2011 +0000

description:
Xref chflags(2) and stat_flags(3) with each other.

diffstat:

 lib/libc/sys/chflags.2   |  5 +++--
 lib/libutil/stat_flags.3 |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r 8494324983dd -r 18a2a942081e lib/libc/sys/chflags.2
--- a/lib/libc/sys/chflags.2    Sat Aug 06 11:12:05 2011 +0000
+++ b/lib/libc/sys/chflags.2    Sat Aug 06 11:28:24 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chflags.2,v 1.26 2010/05/31 12:16:20 njoly Exp $
+.\"    $NetBSD: chflags.2,v 1.27 2011/08/06 11:28:24 jruoho Exp $
 .\"
 .\" Copyright (c) 1989, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)chflags.2   8.3 (Berkeley) 5/2/95
 .\"
-.Dd May 2, 1995
+.Dd August 6, 2011
 .Dt CHFLAGS 2
 .Os
 .Sh NAME
@@ -172,6 +172,7 @@
 .Sh SEE ALSO
 .Xr chflags 1 ,
 .Xr stat 2 ,
+.Xr stat_flags 3 ,
 .Xr init 8 ,
 .Xr mount_union 8
 .Sh HISTORY
diff -r 8494324983dd -r 18a2a942081e lib/libutil/stat_flags.3
--- a/lib/libutil/stat_flags.3  Sat Aug 06 11:12:05 2011 +0000
+++ b/lib/libutil/stat_flags.3  Sat Aug 06 11:28:24 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat_flags.3,v 1.6 2010/05/04 06:53:35 jruoho Exp $
+.\" $NetBSD: stat_flags.3,v 1.7 2011/08/06 11:28:24 jruoho Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 4, 2010
+.Dd August 6, 2011
 .Dt STAT_FLAGS 3
 .Os
 .Sh NAME
@@ -122,4 +122,5 @@
 .Fa stringp
 to point to the first string that it failed to parse.
 .Sh SEE ALSO
+.Xr chflags 2 ,
 .Xr stat 2



Home | Main Index | Thread Index | Old Index