Deleted Added
full compact
intro.9 (13744) intro.9 (17760)
1.\" Copyright (c) 1983, 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.

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

23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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.
1.\" Copyright (c) 1983, 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.

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

23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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.8 8.2 (Berkeley) 12/11/93
33.\"
34.Dd December 13, 1995
35.Dt INTRO 9
36.Os FreeBSD 2.2
37.Sh NAME
38.Nm intro
39.Nd "introduction to system kernel interfaces"
40.Sh DESCRIPTION
41This section contains information about the interfaces and

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

104If for some reason a module is split over multiple source files, then try
105to split the module along some major fault-line and consider using the
106number of global symbols as your guide.
107The fewer the better.
108
109.Sh HISTORY
110The
111.Nm intro
31.Dd December 13, 1995
32.Dt INTRO 9
33.Os FreeBSD 2.2
34.Sh NAME
35.Nm intro
36.Nd "introduction to system kernel interfaces"
37.Sh DESCRIPTION
38This section contains information about the interfaces and

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

101If for some reason a module is split over multiple source files, then try
102to split the module along some major fault-line and consider using the
103number of global symbols as your guide.
104The fewer the better.
105
106.Sh HISTORY
107The
108.Nm intro
112section manual page appeared in FreeBSD 2.2
109section manual page appeared in
110.Fx 2.2 .