statvfs did not appear in 2.1, but in 3.0.

This commit is contained in:
gendalia 2005-11-04 06:09:20 +00:00
parent 3de46f226c
commit 0fbb37df6f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
.\" $NetBSD: statvfs.5,v 1.7 2005/06/23 02:04:08 christos Exp $
.\" $NetBSD: statvfs.5,v 1.8 2005/11/04 06:10:34 gendalia Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -196,4 +196,4 @@ can be easily computed as:
The
.Aq Pa sys/statvfs.h
header first appeared in
.Nx 2.1 .
.Nx 3.0 .