Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2011 13:14:07 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227622 - head/lib/libc/sys
Message-ID:  <201111171314.pAHDE7bJ008748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111171314.pAHDE7bJ008748>