svn commit: r229028 - stable/8/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Fri Dec 30 20:57:36 UTC 2011


Author: kib
Date: Fri Dec 30 20:57:36 2011
New Revision: 229028
URL: http://svn.freebsd.org/changeset/base/229028

Log:
  MFC r227622:
  Fix typo.

Modified:
  stable/8/lib/libc/sys/stat.2
Directory Properties:
  stable/8/lib/libc/   (props changed)

Modified: stable/8/lib/libc/sys/stat.2
==============================================================================
--- stable/8/lib/libc/sys/stat.2	Fri Dec 30 20:55:38 2011	(r229027)
+++ stable/8/lib/libc/sys/stat.2	Fri Dec 30 20:57:36 2011	(r229028)
@@ -28,7 +28,7 @@
 .\"     @(#)stat.2	8.4 (Berkeley) 5/1/95
 .\" $FreeBSD$
 .\"
-.Dd April 10, 2008
+.Dd November 17, 2011
 .Dt STAT 2
 .Os
 .Sh NAME
@@ -405,7 +405,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


More information about the svn-src-stable-8 mailing list