Sun Sep 1 19:45:48 2019 UTC ()
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


(sevan)
diff -r1.58 -r1.59 src/lib/libc/sys/stat.2

cvs diff -r1.58 -r1.59 src/lib/libc/sys/stat.2 (expand / switch to context diff)
--- src/lib/libc/sys/stat.2 2017/02/03 08:14:58 1.58
+++ src/lib/libc/sys/stat.2 2019/09/01 19:45:48 1.59
@@ -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