summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/manctl.8
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-01-23 23:59:36 +0000
committerwosch <wosch@FreeBSD.org>1996-01-23 23:59:36 +0000
commit625f6e5911104defff5ea81fc38d8af45a58e891 (patch)
treef974609dad1c89cab43baf8c7a59022580a865bb /usr.sbin/manctl/manctl.8
parente7f0ee99408bb327cddc950af2ab5e231de52382 (diff)
downloadFreeBSD-src-625f6e5911104defff5ea81fc38d8af45a58e891.zip
FreeBSD-src-625f6e5911104defff5ea81fc38d8af45a58e891.tar.gz
add a manpage
check for argument 'path'
Diffstat (limited to 'usr.sbin/manctl/manctl.8')
-rw-r--r--usr.sbin/manctl/manctl.841
1 files changed, 41 insertions, 0 deletions
diff --git a/usr.sbin/manctl/manctl.8 b/usr.sbin/manctl/manctl.8
new file mode 100644
index 0000000..81ad47d
--- /dev/null
+++ b/usr.sbin/manctl/manctl.8
@@ -0,0 +1,41 @@
+.\"
+.\" (c) Wolfram Schneider, Berlin, Germany. Public domain.
+.\"
+.\" $Id: manctl.8,v 1.1 1996/01/23 20:51:29 wosch Exp $
+
+.Dd Jan 1996
+.Dt manctl 8
+.Os FreeBSD
+
+.Sh NAME
+.Nm manctl
+.Nd manipulating manual pages
+
+.Sh SYNOPSIS
+.Nm manctl
+.Op Fl compress
+.Op Fl uncompress
+.Op Fl purge
+.Op Fl help
+path ...
+
+.Sh DESCRIPTION
+.Nm manctl
+compress or uncompress manual pages in directory path.
+If possible, .so's are replaced with hard links.
+
+
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl help
+Print options and exit.
+.It Fl compress
+Compress uncompressed man pages (elliminating .so's)
+.It Fl uncompress
+Uncompress compressed man pages.
+.It Fl purge
+Purge old formatted man pages (not implemented yet).
+
+.Sh SEE ALSO
+.Xr man 1 ,
+.Xr catman 1 .
OpenPOWER on IntegriCloud