Deleted Added
full compact
catman.1 (139185) catman.1 (140368)
1.\" Copyright (c) 2002 John Rochester
2.\" 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.

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

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

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.bin/catman/catman.1 139185 2004-12-22 16:04:58Z ru $
25.\" $FreeBSD: head/usr.bin/catman/catman.1 140368 2005-01-17 07:44:44Z ru $
26.\"
27.Dd December 22, 2004
28.Dt CATMAN 1
29.Os
30.Sh NAME
31.Nm catman
32.Nd "preformat man pages"
33.Sh SYNOPSIS

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

86.El
87.Sh FILES
88.Bl -tag -width ".Pa /usr/share/man" -compact
89.It Pa /usr/share/man
90Default directory to process if the
91.Ev MANPATH
92environment variable is not set.
93.El
26.\"
27.Dd December 22, 2004
28.Dt CATMAN 1
29.Os
30.Sh NAME
31.Nm catman
32.Nd "preformat man pages"
33.Sh SYNOPSIS

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

86.El
87.Sh FILES
88.Bl -tag -width ".Pa /usr/share/man" -compact
89.It Pa /usr/share/man
90Default directory to process if the
91.Ev MANPATH
92environment variable is not set.
93.El
94.Sh DIAGNOSTICS
94.Sh EXIT STATUS
95.Ex -std
96.Sh SEE ALSO
97.Xr makewhatis 1 ,
98.Xr man 1 ,
99.Xr nroff 1
100.Sh HISTORY
101A previous version of the
102.Nm
103command appeared in
104.Fx 2.1 .
105.Sh AUTHORS
106.An John Rochester
95.Ex -std
96.Sh SEE ALSO
97.Xr makewhatis 1 ,
98.Xr man 1 ,
99.Xr nroff 1
100.Sh HISTORY
101A previous version of the
102.Nm
103command appeared in
104.Fx 2.1 .
105.Sh AUTHORS
106.An John Rochester