xref: /freebsd/usr.sbin/manctl/manctl.8 (revision ef5d438ed4bc17ad7ece3e40fe4d1f9baf3aadf7)
1.\"
2.\" (c) Wolfram Schneider, Berlin, Germany. Public domain.
3.\"
4.\" $Id: manctl.8,v 1.1 1996/01/23 23:59:35 wosch Exp $
5
6.Dd Jan 1996
7.Dt manctl 8
8.Os FreeBSD
9
10.Sh NAME
11.Nm manctl
12.Nd manipulating manual pages
13
14.Sh SYNOPSIS
15.Nm manctl
16.Op Fl compress
17.Op Fl uncompress
18.Op Fl purge
19.Op Fl help
20path ...
21
22.Sh DESCRIPTION
23.Nm manctl
24compress or uncompress manual pages in directory path.
25If possible, .so's are replaced with hard links.
26
27
28.Sh OPTIONS
29.Bl -tag -width Ds
30.It Fl help
31Print options and exit.
32.It Fl compress
33Compress uncompressed man pages (eliminating .so's)
34.It Fl uncompress
35Uncompress compressed man pages.
36.It Fl purge
37Purge old formatted man pages (not implemented yet).
38
39.Sh SEE ALSO
40.Xr man 1 ,
41.Xr catman 1 .
42