Author: jilles Date: Thu Apr 14 22:06:11 2011 New Revision: 220646 URL: http://svn.freebsd.org/changeset/base/220646
Log: getfh(2): Add xrefs for fhopen(2), open(2), stat(2). MFC after: 1 week Modified: head/lib/libc/sys/getfh.2 Modified: head/lib/libc/sys/getfh.2 ============================================================================== --- head/lib/libc/sys/getfh.2 Thu Apr 14 21:49:52 2011 (r220645) +++ head/lib/libc/sys/getfh.2 Thu Apr 14 22:06:11 2011 (r220646) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
