diff options
author | 2012-12-05 19:21:39 +0000 | |
---|---|---|
committer | 2012-12-05 19:21:39 +0000 | |
commit | a2931f6f4fce34fa0788ee9f0eeb19fa412a7079 (patch) | |
tree | 21f0586b2d68e80c66222667c4bd59e2f04269dd /lib/libc | |
parent | Archeological investigation shows dhclient-script did not overwrite (diff) | |
download | wireguard-openbsd-a2931f6f4fce34fa0788ee9f0eeb19fa412a7079.tar.xz wireguard-openbsd-a2931f6f4fce34fa0788ee9f0eeb19fa412a7079.zip |
Cross-reference getfsstat(2); OK jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/statfs.2 | 5 |
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 |