svn commit: r227622 - head/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Thu Nov 17 13:14:07 UTC 2011


Author: kib
Date: Thu Nov 17 13:14:07 2011
New Revision: 227622
URL: http://svn.freebsd.org/changeset/base/227622

Log:
  Fix typo.
  
  Submitted by:	arundel
  MFC after:	3 days

Modified:
  head/lib/libc/sys/stat.2

Modified: head/lib/libc/sys/stat.2
==============================================================================
--- head/lib/libc/sys/stat.2	Thu Nov 17 12:37:50 2011	(r227621)
+++ head/lib/libc/sys/stat.2	Thu Nov 17 13:14:07 2011	(r227622)
@@ -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


More information about the svn-src-all mailing list