summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2012-12-05 19:21:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2012-12-05 19:21:40 +0000
commit56b74e8e5b53b78f8c539afa3b9581be53b79e06 (patch)
tree7763d5f9e44e19112cb756323b2c364e5281e923 /lib
parent396c1e50c8989e09715f00e8e3f339e2a25bf433 (diff)
Cross-reference getfsstat(2); OK jmc@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/statfs.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 2bd872c8419..8bd40c84e1c 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: statfs.2,v 1.20 2009/06/05 23:31:34 millert Exp $
+.\" $OpenBSD: statfs.2,v 1.21 2012/12/05 19:21:39 millert Exp $
.\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)statfs.2 8.3 (Berkeley) 2/11/94
.\"
-.Dd $Mdocdate: June 5 2009 $
+.Dd $Mdocdate: December 5 2012 $
.Dt STATFS 2
.Os
.Sh NAME
@@ -153,6 +153,7 @@ error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
.Xr df 1 ,
+.Xr getfsstat 2 ,
.Xr mount 2 ,
.Xr stat 2
.Sh HISTORY