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. 245a80fb27SWolfram Schneider.\" 2597d92980SPeter Wemm.\" $FreeBSD$ 26f9b1ba8fSPhilippe Charnier.Dd January 1, 1996 27f9b1ba8fSPhilippe Charnier.Dt MANCTL 8 28a4c37c81SRuslan Ermilov.Os 292ae90f75SWolfram Schneider.Sh NAME 302ae90f75SWolfram Schneider.Nm manctl 312ae90f75SWolfram Schneider.Nd manipulating manual pages 322ae90f75SWolfram Schneider.Sh SYNOPSIS 33e97407b4SRuslan Ermilov.Nm 342ae90f75SWolfram Schneider.Op Fl compress 352ae90f75SWolfram Schneider.Op Fl uncompress 362ae90f75SWolfram Schneider.Op Fl purge 372ae90f75SWolfram Schneider.Op Fl help 38f9b1ba8fSPhilippe Charnier.Ar path ... 392ae90f75SWolfram Schneider.Sh DESCRIPTION 40490d5836SPhilippe CharnierThe 41490d5836SPhilippe Charnier.Nm 42490d5836SPhilippe Charnierutility compress or uncompress manual pages in directory path. 432ae90f75SWolfram SchneiderIf possible, .so's are replaced with hard links. 44d53731a9SPhilippe Charnier.Pp 45d53731a9SPhilippe CharnierThe following options are available: 46d53731a9SPhilippe Charnier.Bl -tag -width indent 472ae90f75SWolfram Schneider.It Fl help 482ae90f75SWolfram SchneiderPrint options and exit. 492ae90f75SWolfram Schneider.It Fl compress 50f9b1ba8fSPhilippe CharnierCompress uncompressed man pages (eliminating .so's). 512ae90f75SWolfram Schneider.It Fl uncompress 522ae90f75SWolfram SchneiderUncompress compressed man pages. 532ae90f75SWolfram Schneider.It Fl purge 542ae90f75SWolfram SchneiderPurge old formatted man pages (not implemented yet). 55d53731a9SPhilippe Charnier.El 562ae90f75SWolfram Schneider.Sh SEE ALSO 57bfd34a4aSWolfram Schneider.Xr catman 1 , 58bfd34a4aSWolfram Schneider.Xr man 1 59