xref: /freebsd/usr.sbin/manctl/manctl.8 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
15a80fb27SWolfram Schneider.\" Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
25a80fb27SWolfram Schneider.\" All rights reserved.
32ae90f75SWolfram Schneider.\"
45a80fb27SWolfram Schneider.\" Redistribution and use in source and binary forms, with or without
55a80fb27SWolfram Schneider.\" modification, are permitted provided that the following conditions
65a80fb27SWolfram Schneider.\" are met:
75a80fb27SWolfram Schneider.\" 1. Redistributions of source code must retain the above copyright
85a80fb27SWolfram Schneider.\"    notice, this list of conditions and the following disclaimer.
95a80fb27SWolfram Schneider.\" 2. Redistributions in binary form must reproduce the above copyright
105a80fb27SWolfram Schneider.\"    notice, this list of conditions and the following disclaimer in the
115a80fb27SWolfram Schneider.\"    documentation and/or other materials provided with the distribution.
122ae90f75SWolfram Schneider.\"
135a80fb27SWolfram Schneider.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
145a80fb27SWolfram Schneider.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
155a80fb27SWolfram Schneider.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
165a80fb27SWolfram Schneider.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
175a80fb27SWolfram Schneider.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
185a80fb27SWolfram Schneider.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
195a80fb27SWolfram Schneider.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
205a80fb27SWolfram Schneider.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
215a80fb27SWolfram Schneider.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
225a80fb27SWolfram Schneider.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
235a80fb27SWolfram Schneider.\" SUCH DAMAGE.
24f9b1ba8fSPhilippe Charnier.Dd January 1, 1996
25f9b1ba8fSPhilippe Charnier.Dt MANCTL 8
26a4c37c81SRuslan Ermilov.Os
272ae90f75SWolfram Schneider.Sh NAME
282ae90f75SWolfram Schneider.Nm manctl
292ae90f75SWolfram Schneider.Nd manipulating manual pages
302ae90f75SWolfram Schneider.Sh SYNOPSIS
31e97407b4SRuslan Ermilov.Nm
322ae90f75SWolfram Schneider.Op Fl compress
332ae90f75SWolfram Schneider.Op Fl uncompress
342ae90f75SWolfram Schneider.Op Fl help
35f9b1ba8fSPhilippe Charnier.Ar path ...
362ae90f75SWolfram Schneider.Sh DESCRIPTION
37490d5836SPhilippe CharnierThe
38490d5836SPhilippe Charnier.Nm
39490d5836SPhilippe Charnierutility compress or uncompress manual pages in directory path.
402ae90f75SWolfram SchneiderIf possible, .so's are replaced with hard links.
41d53731a9SPhilippe Charnier.Pp
42d53731a9SPhilippe CharnierThe following options are available:
43d53731a9SPhilippe Charnier.Bl -tag -width indent
442ae90f75SWolfram Schneider.It Fl help
452ae90f75SWolfram SchneiderPrint options and exit.
462ae90f75SWolfram Schneider.It Fl compress
47f9b1ba8fSPhilippe CharnierCompress uncompressed man pages (eliminating .so's).
482ae90f75SWolfram Schneider.It Fl uncompress
492ae90f75SWolfram SchneiderUncompress compressed man pages.
50d53731a9SPhilippe Charnier.El
512ae90f75SWolfram Schneider.Sh SEE ALSO
52bfd34a4aSWolfram Schneider.Xr man 1
53