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 282ae90f75SWolfram Schneider.Os FreeBSD 292ae90f75SWolfram Schneider.Sh NAME 302ae90f75SWolfram Schneider.Nm manctl 312ae90f75SWolfram Schneider.Nd manipulating manual pages 322ae90f75SWolfram Schneider.Sh SYNOPSIS 332ae90f75SWolfram Schneider.Nm manctl 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 40f9b1ba8fSPhilippe Charnier.Nm Manctl 412ae90f75SWolfram Schneidercompress or uncompress manual pages in directory path. 422ae90f75SWolfram SchneiderIf possible, .so's are replaced with hard links. 43d53731a9SPhilippe Charnier.Pp 44d53731a9SPhilippe CharnierThe following options are available: 45d53731a9SPhilippe Charnier.Bl -tag -width indent 462ae90f75SWolfram Schneider.It Fl help 472ae90f75SWolfram SchneiderPrint options and exit. 482ae90f75SWolfram Schneider.It Fl compress 49f9b1ba8fSPhilippe CharnierCompress uncompressed man pages (eliminating .so's). 502ae90f75SWolfram Schneider.It Fl uncompress 512ae90f75SWolfram SchneiderUncompress compressed man pages. 522ae90f75SWolfram Schneider.It Fl purge 532ae90f75SWolfram SchneiderPurge old formatted man pages (not implemented yet). 54d53731a9SPhilippe Charnier.El 552ae90f75SWolfram Schneider.Sh SEE ALSO 56bfd34a4aSWolfram Schneider.Xr catman 1 , 57bfd34a4aSWolfram Schneider.Xr man 1 58