summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-03 22:58:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-03 22:58:25 +0000
commit2303d1c060738889a43617a5592a8fd05b8aba1d (patch)
treeeabff9ce2aaee9f849959157a9798ea066ce23d9 /bin
parent6e3f48a56e70126f5fc3af9fab4f5062b94581b2 (diff)
statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO;
Diffstat (limited to 'bin')
-rw-r--r--bin/df/df.13
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 55c05fc0368..58f5174493a 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: df.1,v 1.37 2006/10/21 12:59:59 jmc Exp $
+.\" $OpenBSD: df.1,v 1.38 2007/02/03 22:58:24 jmc Exp $
.\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -139,7 +139,6 @@ file system using kilobyte block sizes:
.Dl $ df -kP /usr
.Sh SEE ALSO
.Xr quota 1 ,
-.Xr fstatfs 2 ,
.Xr getfsstat 2 ,
.Xr statfs 2 ,
.Xr getmntinfo 3 ,