Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Mention the history of stat(2) and fix the hist...



details:   https://anonhg.NetBSD.org/src/rev/6384704b1c44
branches:  trunk
changeset: 753610:6384704b1c44
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Apr 03 15:48:52 2010 +0000

description:
Mention the history of stat(2) and fix the history of open(2).

diffstat:

 lib/libc/sys/open.2 |  6 +++---
 lib/libc/sys/stat.2 |  8 ++++++--
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 85fb68f96467 -r 6384704b1c44 lib/libc/sys/open.2
--- a/lib/libc/sys/open.2       Sat Apr 03 15:43:46 2010 +0000
+++ b/lib/libc/sys/open.2       Sat Apr 03 15:48:52 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: open.2,v 1.39 2006/10/26 12:56:11 wiz Exp $
+.\"    $NetBSD: open.2,v 1.40 2010/04/03 15:48:52 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)open.2     8.2 (Berkeley) 11/16/93
 .\"
-.Dd October 23, 2006
+.Dd April 3, 2010
 .Dt OPEN 2
 .Os
 .Sh NAME
@@ -366,4 +366,4 @@
 An
 .Fn open
 function call appeared in
-.At v6 .
+.At v2 .
diff -r 85fb68f96467 -r 6384704b1c44 lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Sat Apr 03 15:43:46 2010 +0000
+++ b/lib/libc/sys/stat.2       Sat Apr 03 15:48:52 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.2,v 1.40 2010/03/22 19:30:55 joerg Exp $
+.\"    $NetBSD: stat.2,v 1.41 2010/04/03 15:48:52 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)stat.2     8.4 (Berkeley) 5/1/95
 .\"
-.Dd June 9, 2007
+.Dd April 3, 2010
 .Dt STAT 2
 .Os
 .Sh NAME
@@ -318,6 +318,10 @@
 .St -p1003.1-90 .
 .Sh HISTORY
 A
+.Fn stat
+function call appeared in
+.At v2 .
+A
 .Fn lstat
 function call appeared in
 .Bx 4.2 .



Home | Main Index | Thread Index | Old Index