Module Name: src
Committed By: jruoho
Date: Sat Apr 3 15:48:53 UTC 2010
Modified Files:
src/lib/libc/sys: open.2 stat.2
Log Message:
Mention the history of stat(2) and fix the history of open(2).
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/sys/open.2
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/stat.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/open.2
diff -u src/lib/libc/sys/open.2:1.39 src/lib/libc/sys/open.2:1.40
--- src/lib/libc/sys/open.2:1.39 Thu Oct 26 12:56:11 2006
+++ src/lib/libc/sys/open.2 Sat Apr 3 15:48:52 2010
@@ -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 .
Index: src/lib/libc/sys/stat.2
diff -u src/lib/libc/sys/stat.2:1.40 src/lib/libc/sys/stat.2:1.41
--- src/lib/libc/sys/stat.2:1.40 Mon Mar 22 19:30:55 2010
+++ src/lib/libc/sys/stat.2 Sat Apr 3 15:48:52 2010
@@ -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 .