xref: /freebsd/usr.sbin/manctl/manctl.8 (revision bfd34a4a6037d50f81f6ccc655d65b3f10840cd7)
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.\"
251130b656SJordan K. Hubbard.\" $FreeBSD$
262ae90f75SWolfram Schneider
272ae90f75SWolfram Schneider.Dd Jan 1996
282ae90f75SWolfram Schneider.Dt manctl 8
292ae90f75SWolfram Schneider.Os FreeBSD
302ae90f75SWolfram Schneider
312ae90f75SWolfram Schneider.Sh NAME
322ae90f75SWolfram Schneider.Nm manctl
332ae90f75SWolfram Schneider.Nd manipulating manual pages
342ae90f75SWolfram Schneider
352ae90f75SWolfram Schneider.Sh SYNOPSIS
362ae90f75SWolfram Schneider.Nm manctl
372ae90f75SWolfram Schneider.Op Fl compress
382ae90f75SWolfram Schneider.Op Fl uncompress
392ae90f75SWolfram Schneider.Op Fl purge
402ae90f75SWolfram Schneider.Op Fl help
412ae90f75SWolfram Schneiderpath ...
422ae90f75SWolfram Schneider
432ae90f75SWolfram Schneider.Sh DESCRIPTION
442ae90f75SWolfram Schneider.Nm manctl
452ae90f75SWolfram Schneidercompress or uncompress manual pages in directory path.
462ae90f75SWolfram SchneiderIf possible, .so's are replaced with hard links.
472ae90f75SWolfram Schneider
482ae90f75SWolfram Schneider
492ae90f75SWolfram Schneider.Sh OPTIONS
502ae90f75SWolfram Schneider.Bl -tag -width Ds
512ae90f75SWolfram Schneider.It Fl help
522ae90f75SWolfram SchneiderPrint options and exit.
532ae90f75SWolfram Schneider.It Fl compress
544a8d0283SMike PritchardCompress uncompressed man pages (eliminating .so's)
552ae90f75SWolfram Schneider.It Fl uncompress
562ae90f75SWolfram SchneiderUncompress compressed man pages.
572ae90f75SWolfram Schneider.It Fl purge
582ae90f75SWolfram SchneiderPurge old formatted man pages (not implemented yet).
592ae90f75SWolfram Schneider
602ae90f75SWolfram Schneider.Sh SEE ALSO
61bfd34a4aSWolfram Schneider.Xr catman 1 ,
62bfd34a4aSWolfram Schneider.Xr man 1
63