Deleted Added
full compact
intro.6 (263142) intro.6 (278616)
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.

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
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.

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man6/intro.6 263142 2014-03-14 03:07:51Z eadler $
28.\" $FreeBSD: head/share/man/man6/intro.6 278616 2015-02-12 05:35:00Z cperciva $
29.\"
30.Dd February 16, 1997
31.Dt INTRO 6
32.Os
33.Sh NAME
34.Nm intro
35.Nd "introduction to games"
36.Sh DESCRIPTION
37This section contains information about games.
38The games
39are located in
29.\"
30.Dd February 16, 1997
31.Dt INTRO 6
32.Os
33.Sh NAME
34.Nm intro
35.Nd "introduction to games"
36.Sh DESCRIPTION
37This section contains information about games.
38The games
39are located in
40.Pa /usr/games
40.Pa /usr/bin
41if installed.
42You can get a short overview about all the games with the
43command:
44.Bd -literal -offset indent
45$ apropos '\\(6\\)'
46.Ed
47.Sh FILES
41if installed.
42You can get a short overview about all the games with the
43command:
44.Bd -literal -offset indent
45$ apropos '\\(6\\)'
46.Ed
47.Sh FILES
48.Bl -tag -width /usr/games -compact
49.It Pa /usr/games
48.Bl -tag -width /usr/bin -compact
49.It Pa /usr/bin
50location of games
51.El
52.Sh SEE ALSO
53.Xr intro 1
54.Sh HISTORY
50location of games
51.El
52.Sh SEE ALSO
53.Xr intro 1
54.Sh HISTORY
55In earlier versions of
56.Fx ,
57games were located in
58.Pa /usr/games .
59.Pp
55The
56.Nm
57section manual page appeared in
58.Fx 2.2 .
60The
61.Nm
62section manual page appeared in
63.Fx 2.2 .