Deleted Added
full compact
err.3 (69857) err.3 (72640)
1.\" Copyright (c) 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.\" From: @(#)err.3 8.1 (Berkeley) 6/9/93
1.\" Copyright (c) 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.\" From: @(#)err.3 8.1 (Berkeley) 6/9/93
33.\" $FreeBSD: head/lib/libc/gen/err.3 69857 2000-12-11 15:15:20Z ru $
33.\" $FreeBSD: head/lib/libc/gen/err.3 72640 2001-02-18 10:25:42Z asmodai $
34.\"
35.Dd March 6, 1999
36.Dt ERR 3
37.Os BSD 4
38.Sh NAME
39.Nm err ,
40.Nm verr ,
41.Nm errc ,

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

111.Fn warnc ,
112.Fn vwarn ,
113and
114.Fn vwarnc
115functions append an error message obtained from
116.Xr strerror 3
117based on a code or the global variable
118.Va errno ,
34.\"
35.Dd March 6, 1999
36.Dt ERR 3
37.Os BSD 4
38.Sh NAME
39.Nm err ,
40.Nm verr ,
41.Nm errc ,

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

111.Fn warnc ,
112.Fn vwarn ,
113and
114.Fn vwarnc
115functions append an error message obtained from
116.Xr strerror 3
117based on a code or the global variable
118.Va errno ,
119preceeded by another colon and space unless the
119preceded by another colon and space unless the
120.Fa fmt
121argument is
122.Dv NULL .
123.Pp
124In the case of the
125.Fn errc ,
126.Fn verrc ,
127.Fn warnc ,

--- 103 unchanged lines hidden ---
120.Fa fmt
121argument is
122.Dv NULL .
123.Pp
124In the case of the
125.Fn errc ,
126.Fn verrc ,
127.Fn warnc ,

--- 103 unchanged lines hidden ---