Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2011 14:41:29 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220952 - stable/8/lib/libc/sys
Message-ID:  <201104221441.p3MEfT8b046517@svn.freebsd.org>

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



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