diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-04-03 15:48:52 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-04-03 15:48:52 +0000 |
| commit | a6664c93e0428fd855ffca442f91453d8bd6feda (patch) | |
| tree | bd60bfd98d52cd407ef205b1ecad51180e830c95 /lib/libc/sys | |
| parent | 22451322a276a79626b3acc1a537d65b7b87c45f (diff) | |
Mention the history of stat(2) and fix the history of open(2).
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/open.2 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/stat.2 | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 871eff4a8dd..b4af398ae1b 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -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 @@ is of concern. An .Fn open function call appeared in -.At v6 . +.At v2 . diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index f42177ab03e..e010472a034 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -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 @@ functions conform to .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 . |
