Mention the history of stat(2) and fix the history of open(2).
This commit is contained in:
parent
22451322a2
commit
a6664c93e0
|
@ -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 .
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue