Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys stat() was present in v1



details:   https://anonhg.NetBSD.org/src/rev/2ff5688e5cfa
branches:  trunk
changeset: 459267:2ff5688e5cfa
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 01 19:45:48 2019 +0000

description:
stat() was present in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf
document history of fstat()
https://www.bell-labs.com/usr/dmr/www/man21.pdf

diffstat:

 lib/libc/sys/stat.2 |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 025a0a5297ee -r 2ff5688e5cfa lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Sun Sep 01 19:40:07 2019 +0000
+++ b/lib/libc/sys/stat.2       Sun Sep 01 19:45:48 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.2,v 1.58 2017/02/03 08:14:58 abhinav Exp $
+.\"    $NetBSD: stat.2,v 1.59 2019/09/01 19:45:48 sevan 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 April 10, 2014
+.Dd September 1, 2019
 .Dt STAT 2
 .Os
 .Sh NAME
@@ -403,10 +403,12 @@
 conforms to
 .St -p1003.1-2008 .
 .Sh HISTORY
-A
+The
 .Fn stat
-function call appeared in
-.At v2 .
+and
+.Fn fstat
+function calls appeared in
+.At v1 .
 A
 .Fn lstat
 function call appeared in



Home | Main Index | Thread Index | Old Index