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

Jilles Tjoelker jilles at FreeBSD.org
Fri Apr 22 14:41:29 UTC 2011


Author: jilles
Date: Fri Apr 22 14:41:29 2011
New Revision: 220952
URL: http://svn.freebsd.org/changeset/base/220952

Log:
  MFC r220646: getfh(2): Add xrefs for fhopen(2), open(2), stat(2).

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

Modified: stable/8/lib/libc/sys/getfh.2
==============================================================================
--- stable/8/lib/libc/sys/getfh.2	Fri Apr 22 13:56:21 2011	(r220951)
+++ stable/8/lib/libc/sys/getfh.2	Fri Apr 22 14:41:29 2011	(r220952)
@@ -28,7 +28,7 @@
 .\"	@(#)getfh.2	8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd April 6, 2004
+.Dd April 14, 2011
 .Dt GETFH 2
 .Os
 .Sh NAME
@@ -104,6 +104,10 @@ An
 .Tn I/O
 error occurred while reading from or writing to the file system.
 .El
+.Sh SEE ALSO
+.Xr fhopen 2 ,
+.Xr open 2 ,
+.Xr stat 2
 .Sh HISTORY
 The
 .Fn getfh


More information about the svn-src-stable mailing list