Deleted Added
full compact
getvfsbyname.3 (107788) getvfsbyname.3 (108087)
1.\" Copyright (c) 1995
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.\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95
1.\" Copyright (c) 1995
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.\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95
33.\" $FreeBSD: head/lib/libc/gen/getvfsbyname.3 107788 2002-12-12 17:26:04Z ru $
33.\" $FreeBSD: head/lib/libc/gen/getvfsbyname.3 108087 2002-12-19 09:40:28Z ru $
34.\"
35.Dd May 4, 1995
36.Dt GETVFSBYNAME 3
37.Os
38.Sh NAME
39.Nm getvfsbyname
40.Nd get information about a file system
41.Sh LIBRARY

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

89.Sh RETURN VALUES
90.Rv -std getvfsbyname
91.Sh ERRORS
92The following errors may be reported:
93.Bl -tag -width Er
94.It Bq Er EFAULT
95The
96.Fa vfc
34.\"
35.Dd May 4, 1995
36.Dt GETVFSBYNAME 3
37.Os
38.Sh NAME
39.Nm getvfsbyname
40.Nd get information about a file system
41.Sh LIBRARY

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

89.Sh RETURN VALUES
90.Rv -std getvfsbyname
91.Sh ERRORS
92The following errors may be reported:
93.Bl -tag -width Er
94.It Bq Er EFAULT
95The
96.Fa vfc
97pointer contains an invalid address.
97argument
98points to an invalid address.
98.It Bq Er ENOENT
99The
100.Fa name
99.It Bq Er ENOENT
100The
101.Fa name
102argument
101specifies a file system that is unknown or not configured in the kernel.
102.El
103.Sh SEE ALSO
104.Xr mount 2 ,
105.Xr sysctl 3 ,
106.Xr mount 8 ,
107.Xr sysctl 8
108.Sh HISTORY
109A variant of the
110.Fn getvfsbyname
111function first appeared in
112.Fx 2.0 .
103specifies a file system that is unknown or not configured in the kernel.
104.El
105.Sh SEE ALSO
106.Xr mount 2 ,
107.Xr sysctl 3 ,
108.Xr mount 8 ,
109.Xr sysctl 8
110.Sh HISTORY
111A variant of the
112.Fn getvfsbyname
113function first appeared in
114.Fx 2.0 .