aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-11-17 13:14:07 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-11-17 13:14:07 +0000
commit2cda7d0049c313a3e1c80fd12776e64b680a7e0d (patch)
tree923d895f86d715c051ebb2e6783115a09a14da93 /lib
parent68b8534bdfeb5078e84d668124e7585e43b03502 (diff)
downloadsrc-2cda7d0049c313a3e1c80fd12776e64b680a7e0d.tar.gz
src-2cda7d0049c313a3e1c80fd12776e64b680a7e0d.zip
Fix typo.
Submitted by: arundel MFC after: 3 days
Notes
Notes: svn path=/head/; revision=227622
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/stat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 7f6d5338e131..b6c03ab5e3d4 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -28,7 +28,7 @@
.\" @(#)stat.2 8.4 (Berkeley) 5/1/95
.\" $FreeBSD$
.\"
-.Dd March 28, 2010
+.Dd November 17, 2011
.Dt STAT 2
.Os
.Sh NAME
@@ -411,7 +411,7 @@ and
system calls are expected to conform to
.St -p1003.1-90 .
The
-.Fn fchownat
+.Fn fstatat
system call follows The Open Group Extended API Set 2 specification.
.Sh HISTORY
The