Deleted Added
full compact
intro.3 (81251) intro.3 (131530)
1.\" Copyright (c) 1980, 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.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1980, 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.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
33.\" $FreeBSD: head/share/man/man3/intro.3 81251 2001-08-07 15:48:51Z ru $
33.\" $FreeBSD: head/share/man/man3/intro.3 131530 2004-07-03 18:29:24Z ru $
34.\"
35.Dd June 5, 1993
36.Dt INTRO 3
37.Os
38.Sh NAME
39.Nm intro
40.Nd introduction to the C libraries
41.Sh DESCRIPTION

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

92In particular,
93a number of system call interfaces provided in previous releases of
94.Bx
95have been included for source code compatibility.
96Use of these routines should, for the most part, be avoided.
97The manual page entry for each compatibility routine
98indicates the proper interface to use.
99.It Xr libkvm Pq Fl l Ns Ar kvm
34.\"
35.Dd June 5, 1993
36.Dt INTRO 3
37.Os
38.Sh NAME
39.Nm intro
40.Nd introduction to the C libraries
41.Sh DESCRIPTION

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

92In particular,
93a number of system call interfaces provided in previous releases of
94.Bx
95have been included for source code compatibility.
96Use of these routines should, for the most part, be avoided.
97The manual page entry for each compatibility routine
98indicates the proper interface to use.
99.It Xr libkvm Pq Fl l Ns Ar kvm
100Functions used to access kernel memory are in this library. They can be used
100Functions used to access kernel memory are in this library.
101They can be used
101against both a running system and a crash dump.
102(See
103.Xr kvm 3 . )
104.It Xr libl Pq Fl l Ns Ar l
105The library for
106.Xr lex 1 .
107.\" .It Xr libln
108.It Xr libm Pq Fl l Ns Ar m

--- 59 unchanged lines hidden ---
102against both a running system and a crash dump.
103(See
104.Xr kvm 3 . )
105.It Xr libl Pq Fl l Ns Ar l
106The library for
107.Xr lex 1 .
108.\" .It Xr libln
109.It Xr libm Pq Fl l Ns Ar m

--- 59 unchanged lines hidden ---