Deleted Added
full compact
getcap.3 (108029) getcap.3 (108087)
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Casey Leedom of Lawrence Livermore National Laboratory.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)getcap.3 8.4 (Berkeley) 5/13/94
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Casey Leedom of Lawrence Livermore National Laboratory.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)getcap.3 8.4 (Berkeley) 5/13/94
36.\" $FreeBSD: head/lib/libc/gen/getcap.3 108029 2002-12-18 10:10:32Z ru $
36.\" $FreeBSD: head/lib/libc/gen/getcap.3 108087 2002-12-19 09:40:28Z ru $
37.\"
38.Dd May 13, 1994
39.Dt GETCAP 3
40.Os
41.Sh NAME
42.Nm cgetent ,
43.Nm cgetset ,
44.Nm cgetmatch ,

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

89.Fa buf .
90The
91.Fn cgetent
92function will first look for files ending in
93.Pa .db
94(see
95.Xr cap_mkdb 1 )
96before accessing the ASCII file.
37.\"
38.Dd May 13, 1994
39.Dt GETCAP 3
40.Os
41.Sh NAME
42.Nm cgetent ,
43.Nm cgetset ,
44.Nm cgetmatch ,

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

89.Fa buf .
90The
91.Fn cgetent
92function will first look for files ending in
93.Pa .db
94(see
95.Xr cap_mkdb 1 )
96before accessing the ASCII file.
97.Fa Buf
97The
98.Fa buf
99argument
98must be retained through all subsequent calls to
99.Fn cgetmatch ,
100.Fn cgetcap ,
101.Fn cgetnum ,
102.Fn cgetstr ,
103and
104.Fn cgetustr ,
105but may then be

--- 437 unchanged lines hidden ---
100must be retained through all subsequent calls to
101.Fn cgetmatch ,
102.Fn cgetcap ,
103.Fn cgetnum ,
104.Fn cgetstr ,
105and
106.Fn cgetustr ,
107but may then be

--- 437 unchanged lines hidden ---