Deleted Added
full compact
getfsstat.2 (69051) getfsstat.2 (79754)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getfsstat.2 8.3 (Berkeley) 5/25/95
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getfsstat.2 8.3 (Berkeley) 5/25/95
33.\" $FreeBSD: head/lib/libc/sys/getfsstat.2 69051 2000-11-22 16:02:00Z ru $
33.\" $FreeBSD: head/lib/libc/sys/getfsstat.2 79754 2001-07-15 07:53:42Z dd $
34.\"
35.Dd May 25, 1995
36.Dt GETFSSTAT 2
37.Os
38.Sh NAME
39.Nm getfsstat
40.Nd get list of all mounted filesystems
41.Sh LIBRARY

--- 98 unchanged lines hidden (view full) ---

140.Fn getfsstat
141will return the information it has available without requesting
142an update from each filesystem.
143Thus, some of the information will be out of date, but
144.Fn getfsstat
145will not block waiting for information from a filesystem that is
146unable to respond.
147.Sh RETURN VALUES
34.\"
35.Dd May 25, 1995
36.Dt GETFSSTAT 2
37.Os
38.Sh NAME
39.Nm getfsstat
40.Nd get list of all mounted filesystems
41.Sh LIBRARY

--- 98 unchanged lines hidden (view full) ---

140.Fn getfsstat
141will return the information it has available without requesting
142an update from each filesystem.
143Thus, some of the information will be out of date, but
144.Fn getfsstat
145will not block waiting for information from a filesystem that is
146unable to respond.
147.Sh RETURN VALUES
148Upon successful completion, the number of
148Upon successful completion, the number of
149.Fa fsstat
150structures is returned.
151Otherwise, -1 is returned and the global variable
152.Va errno
153is set to indicate the error.
154.Sh ERRORS
155.Fn Getfsstat
156fails if one or more of the following are true:

--- 18 unchanged lines hidden ---
149.Fa fsstat
150structures is returned.
151Otherwise, -1 is returned and the global variable
152.Va errno
153is set to indicate the error.
154.Sh ERRORS
155.Fn Getfsstat
156fails if one or more of the following are true:

--- 18 unchanged lines hidden ---