01-02-2002
installing new man pages
I am having problems installing new man pages on a FreeBSD 3.3 system. They are the man entrys for a new software that I have installed and I would like them to be searchable from man. I have run Make whatis and tried to adjust the manpath.config. I also have played with catman but I think the pages are already in the right format.
Is there a simple tutorial on some web site to give me a little help? I think I am close there is just some key information or concept I am missing.
Thanks,
Jim
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hello ,
I just installed openssh in my system . I actually tried to man sshd but it says no entry , though there is a man directory in the installation which have the man pages for sshd .
Can anyone tell me how should i install these man pages .
DP (2 Replies)
Discussion started by: DPAI
2 Replies
2. UNIX for Dummies Questions & Answers
Hi,
I've written now a man pages, but I don't knwo how to get 'man' to view them. Where have I to put this files, which directories are allowed??
THX Bensky (3 Replies)
Discussion started by: bensky
3 Replies
3. UNIX for Dummies Questions & Answers
Can someone tell me howto install the man-pages on a AIX 4.3 machine? (2 Replies)
Discussion started by: postmaster
2 Replies
4. UNIX for Dummies Questions & Answers
Hi folks,
I want to know all the commands for which man pages are available. How do i get it?
Cheers,
Nisha (4 Replies)
Discussion started by: Nisha
4 Replies
5. UNIX for Dummies Questions & Answers
When reading man pages, I notice that sometimes commands are follwed by a number enclosed in parenthesis. such as:
mkdir calls the mkdir(2) system call.
What exactly does this mean? (4 Replies)
Discussion started by: dangral
4 Replies
6. UNIX for Advanced & Expert Users
I have found a few of the openssl commands but there are loads missing and I can't find them anywhere.
Eg
-inkey
-in
-A
what do all these do??????
Does anyone know where there is a definitive list of Openssl commands??
If so please let me know..
Thanks. (1 Reply)
Discussion started by: gwoodhouse
1 Replies
7. UNIX for Dummies Questions & Answers
I am doing some new SOlaris Installs and the man pages do not seem to be included. Do you know how I can add them after the fact?
Thanks!
Aaron (5 Replies)
Discussion started by: amheck
5 Replies
8. Solaris
Hi there, Ive just installed Solaris 10 from DVD and when trying to access the man pages, I get this
# man ls
No manual entry for ls.
so I set MANPATH to /usr/share/man where all the man pages seem to be located, and i get the same result !!!
Is there something else I have to do, ie... (5 Replies)
Discussion started by: hcclnoodles
5 Replies
9. Solaris
Hi everyone,
I have a small query, in solaris the man pages get displayed on half of the terminal , can i get a full terminal or full screen display ?:) (2 Replies)
Discussion started by: M.Choudhury
2 Replies
10. HP-UX
Can anyone supply me with the man pages for:
omnidatalist
omnibarlist
omnisap.exe
I prefer the source man pages in nroff format.
A clue about the software bundles which supply these man pages is fine as well.
OS: HP-UX
TIA (11 Replies)
Discussion started by: sb008
11 Replies
CATMAN(8) Manual pager utils CATMAN(8)
NAME
catman - create or update the pre-formatted manual pages
SYNOPSIS
catman [-dhV] [-M path] [-C file] [section] ...
DESCRIPTION
catman is used to create an up to date set of pre-formatted manual pages known as cat pages. Cat pages are generally much faster to dis-
play than the original manual pages, but require extra storage space. The decision to support cat pages is that of the local administra-
tor, who must provide suitable directories to contain them.
The options available to catman are the manual page hierarchies and sections to pre-format. The default hierarchies are those specified as
system hierarchies in the man-db configuration file, and the default sections are either the colon-delimited contents of the environment
variable $MANSECT or the standard set compiled into man if $MANSECT is undefined. Supplying catman with a set of whitespace-delimited sec-
tion names will override both of the above.
catman makes use of the index database cache associated with each hierarchy to determine which files need to be formatted.
OPTIONS
-d, --debug
Print debugging information.
-M path, --manpath=path
Specify an alternate colon-delimited manual page hierarchy search path. By default, this is all paths indicated as system hierar-
chies in the man-db configuration file.
-C file, --config-file=file
Use this user configuration file rather than the default of ~/.manpath.
-h, --help
Print a help message and exit.
-V, --version
Display version information.
ENVIRONMENT
MANSECT
If $MANSECT is set, its value is a colon-delimited list of sections and it is used to determine which manual sections to search and
in what order.
MANPATH
If $MANPATH is set, its value is interpreted as the colon-delimited manual page hierarchy search path to use.
FILES
/etc/manpath.config
man-db configuration file.
/usr/man/index.(bt|db|dir|pag)
A traditional global index database cache.
/var/catman/index.(bt|db|dir|pag)
An alternate or FSSTND compliant global index database cache.
SEE ALSO
man(1), manpath(5), mandb(8).
AUTHOR
Wilf. (G.Wilford@ee.surrey.ac.uk).
Fabrizio Polacco (fpolacco@debian.org).
2.5.2 2008-05-05 CATMAN(8)