diff options
author | kib <kib@FreeBSD.org> | 2011-11-17 13:14:07 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-11-17 13:14:07 +0000 |
commit | dbc322caab4934300a1ed835b0dbb1c130c890c6 (patch) | |
tree | 923d895f86d715c051ebb2e6783115a09a14da93 /lib/libc | |
parent | b97eb69f8052729fd82bc3123d4ffd6644d64bac (diff) | |
download | FreeBSD-src-dbc322caab4934300a1ed835b0dbb1c130c890c6.zip FreeBSD-src-dbc322caab4934300a1ed835b0dbb1c130c890c6.tar.gz |
Fix typo.
Submitted by: arundel
MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/stat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 7f6d533..b6c03ab 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 |