diff options
| author | gendalia <gendalia@NetBSD.org> | 2005-11-04 06:09:20 +0000 |
|---|---|---|
| committer | gendalia <gendalia@NetBSD.org> | 2005-11-04 06:09:20 +0000 |
| commit | 0fbb37df6f200200fb4575715daec9937eea5854 (patch) | |
| tree | 4f4b991c1d94e6bb17aeb593cc1f8d7a987ea41d /lib/libc/sys | |
| parent | 3de46f226c1376a1c3b4ec96f32eb1bcee5209b0 (diff) | |
statvfs did not appear in 2.1, but in 3.0.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/statvfs.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/statvfs.2 b/lib/libc/sys/statvfs.2 index c9e8f96266a..141660bed55 100644 --- a/lib/libc/sys/statvfs.2 +++ b/lib/libc/sys/statvfs.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: statvfs.2,v 1.3 2004/04/21 21:25:59 kleink Exp $ +.\" $NetBSD: statvfs.2,v 1.4 2005/11/04 06:09:20 gendalia Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -170,7 +170,7 @@ The and .Fn fstatvfs1 functions first appeared in -.Nx 2.1 +.Nx 3.0 to replace the .Fn statfs |
