Man Viewer 3.0


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Man Viewer 3.0
# 1  
Old 03-06-2008
Man Viewer 3.0

Wed, 05 Mar 2008 00:00:00 PST

ImageAbout Man Viewer
A easy to use program to view the man pages that are installed on the current system. The user can search and filter the man pages based on name and section. The user can also export the man page to plain text and styled PostScript.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

man and ldm man

According to Sun documentation (Ldoms 1.1 Administration Guide), To access the ldm(1M) man page, add the directory path /opt/SUNWldm/man to the variable $MANPATH. When I add the lines: MANPATH=$MANPATH:/opt/SUNWldm/man export MANPATH to .profile, exit root and re-login, I would have "man ldm"... (5 Replies)
Discussion started by: StarSol
5 Replies

2. UNIX Desktop Questions & Answers

2 questions about VNC viewer

I am using VNC Viewer 4.0 in my windows enviornment. The questions are: 1. how do you switch the applications in VNC enviornment? ALT-tab doesn't work since it just switchs among VNC viewer itself and other windows applications. 2. how to copy/paste the texts from VNC enviornemnt to... (1 Reply)
Discussion started by: princelinux
1 Replies

3. UNIX for Dummies Questions & Answers

maximized vnc viewer

I would like the vnc viewer to be maxized when it is launched. How to implement this. Thanks (0 Replies)
Discussion started by: cy163
0 Replies

4. News, Links, Events and Announcements

New Google Viewer ...

New Google viewer: http://labs.google.com/gviewer.html Try it out! (4 Replies)
Discussion started by: Neo
4 Replies
Login or Register to Ask a Question
Pod::Perldoc::ToMan(3pm)				 Perl Programmers Reference Guide				  Pod::Perldoc::ToMan(3pm)

NAME
Pod::Perldoc::ToMan - let Perldoc render Pod as man pages SYNOPSIS
perldoc -o man Some::Modulename DESCRIPTION
This is a "plug-in" class that allows Perldoc to use Pod::Man and "nroff" for reading Pod pages. The following options are supported: center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, quotes, release, section (Those options are explained in Pod::Man.) For example: perldoc -o man -w center:Pod Some::Modulename CAVEAT
This module may change to use a different pod-to-nroff formatter class in the future, and this may change what options are supported. SEE ALSO
Pod::Man, Pod::Perldoc, Pod::Perldoc::ToNroff COPYRIGHT AND DISCLAIMERS
Copyright (c) 2002,3,4 Sean M. Burke. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. AUTHOR
Current maintainer: Adriano R. Ferreira <ferreira@cpan.org> Past contributions from: Sean M. Burke <sburke@cpan.org> perl v5.12.1 2010-04-26 Pod::Perldoc::ToMan(3pm)