Main > Free Download Search >

Free man software for linux

man

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 425
man 1.6e

man 1.6e


man is linux documentation. more>>
man package is man page suite, including man, apropos, and whatis consists of programs that are used to read most of the documentation available on a Linux system. The whatis and apropos programs can be used to find documentation related to a particular subject.

man was written by John Eaton. He does not maintain man anymore - please do not bother him with remarks about the current version, which is rather different from the original one.

In man-1.6 Eric S. Raymonds browser-handoff functionality was added, with future minor versions planned to cleanup internationalization and cross platform support (Cygwin, solaris, and perhaps Win32).

There is a very different man program, also derived from John Eatons original version (by Graeme W. Wilford) distributed under the name man_db, with version numbers like man_db-2.3.10. Do not confuse the two, they are mutually incompatible, although they perform nearly the same job.
<<less
Download (0.22MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
MyMan 0.6

MyMan 0.6


MyMan project is a text-terminal game (like Pac-Man). more>>
MyMan project is a text-terminal game (like Pac-Man).
MyMan is a video game for text terminals using ncurses, PDCurses, or SysV-curses. By default it looks similar to Namcos Pac-Man, but several other mazes are included.
Enhancements:
- The "tiny" variant was added.
- The "huge" size was added.
- Support for CJK terminals and UTF-8 terminals was added, and this requires ncursesw or libslang with UTF-8 support.
- Many enhancements were made to portability, packaging, and documentation.
- GNU Make 3.80 or later is now required.
<<less
Download (0.066MB)
Added: 2006-12-31 License: MIT/X Consortium License Price:
1027 downloads
Sman 0.99

Sman 0.99


Sman is the Searcher for Man pages. more>>
Sman is the Searcher for Man pages. Based on the example of the same name in Josh Rabinowitzs article "How To Index Anything" in the July, 2003 issue of Linux Journal (http://www.linuxjournal.com/article.php?sid=6652), sman is an enhanced version of apropos and man -k. Sman project adds several key abilities over its predecessors:
- Supports complex natural language text searches such as "(linux and kernel) or (mach and microkernel)"
- Shows results in a ranked order, and optionally an extract (using -e) of the manpage showing the searched text highlighted
- Allows for searches by manpage section, title, body, or filename (use metaname=searchword)
- Indexes the complete contents of the man page, not just the title and description
- Uses a prebuilt index to perform fast searches
- Performs stemming so that a search for "searches" will match a document with the word "searching"
<<less
Download (0.028MB)
Added: 2006-05-05 License: Artistic License Price:
1267 downloads
man-db 2.4.0

man-db 2.4.0


man-db is a manual page browser. more>>
man-db is a manual page browser.
This package provides the man command.
This utility is the primary way of examining the on-line help files (manual pages).
It uses the groff suite of programs to format and display the manual pages.
Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman, and zsoelim.
Quick Install:
RUN `./configure
EDIT configuration files/headers if necessary
RUN `make
RUN `make install
Enhancements:
- README: Update or remove references to "man-db-2.3" and similar.
- man-db.gnu: Update and sync with GNU.
- man-db.lsm: Update.
- manual/man_db.me: Replace "2.3.x" with "2.4.x".
- po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po: Update with msgmerge.
<<less
Download (0.54MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Pod::Man 2.04

Pod::Man 2.04


Pod::Man is a Perl module to convert POD data to formatted *roff input. more>>
Pod::Man is a Perl module to convert POD data to formatted *roff input.

SYNOPSIS

use Pod::Man;
my $parser = Pod::Man->new (release => $VERSION, section => 8);

# Read POD from STDIN and write to STDOUT.
$parser->parse_file (*STDIN);

# Read POD from file.pod and write to file.1.
$parser->parse_from_file (file.pod, file.1);

Pod::Man is a module to convert documentation in the POD format (the preferred language for documenting Perl) into *roff input using the man macro set. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing using troff(1). It is conventionally invoked using the driver script pod2man, but it can also be used directly.
As a derived class from Pod::Simple, Pod::Man supports the same methods and interfaces. See Pod::Simple for all the details.

new() can take options, in the form of key/value pairs that control the behavior of the parser. See below for details.

If no options are given, Pod::Man uses the name of the input file with any trailing .pod, .pm, or .pl stripped as the man page title, to section 1 unless the file ended in .pm in which case it defaults to section 3, to a centered title of "User Contributed Perl Documentation", to a centered footer of the Perl version it is run with, and to a left-hand footer of the modification date of its input (or the current date if given STDIN for input).

Pod::Man assumes that your *roff formatters have a fixed-width font named CW. If yours is called something else (like CR), use the fixed option to specify it. This generally only matters for troff output for printing. Similarly, you can set the fonts used for bold, italic, and bold italic fixed-width output.

Besides the obvious pod conversions, Pod::Man also takes care of formatting func(), func(3), and simple variable references like $foo or @bar so you dont have to use code escapes for them; complex expressions like $fred{stuff} will still need to be escaped, though. It also translates dashes that arent used as hyphens into en dashes, makes long dashes--like this--into proper em dashes, fixes "paired quotes," makes C++ look right, puts a little space between double underbars, makes ALLCAPS a teeny bit smaller in troff, and escapes stuff that *roff treats as special so that you dont have to.

<<less
Download (0.075MB)
Added: 2006-08-14 License: Perl Artistic License Price:
1166 downloads
man-pages 2.63

man-pages 2.63


The manpages package contains a large collection of man pages for Linux covering programming APIs, file formats, protocols, etc. more>>
Linux documentation can be found in man pages, info files, HOWTOs and FAQs, and elsewhere. (For example, also the kernel Documentation directory contains a lot of good stuff.) A nice index for the man pages in Fedora Core 2 is found at the superman site.

Man pages belonging to programs are usually distributed together with those programs. Therefore, the Linux man-pages distribution mainly contains the pages for system calls and library routines, special devices, and file formats.

However, it also contains documentation for a number of programs, in cases where the authors or maintainers of the program do not distribute man pages themselves.
<<less
Download (2.4MB)
Added: 2007-07-23 License: Free To Use But Restricted Price:
824 downloads
man2web 0.88

man2web 0.88


man2web is a program that converts man (manual) pages to HTML. more>>
man2web is a program that converts man (manual) pages to HTML.
man2web converts man (manual) pages to HTML via CGI or on the command line.
man2web also allows for keyword (apropos) searching and generation of section indexes.
Main features:
- customizable style sheets
- section index generation
- automatic link generation for man pages and external URLs
Enhancements:
- support for calling lynx to display the page
<<less
Download (0.15MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
xarman 1.1.0

xarman 1.1.0


xarman project is a SVGAlib 2 player minesweeper-like action game with sound support. more>>
xarman project is a SVGAlib 2 player minesweeper-like action game with sound support.
xarman is an addictive two player version of Minesweeper.
You control a man that walks around a mine field, and must beat your opponent by uncovering more then half the mines on the field before he does.
Enhancements:
- Bumped version number to 1.1 after having ported xarman to SDL.
<<less
Download (0.23MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1053 downloads
TkViewMan 0.2

TkViewMan 0.2


TkViewMan is a graphical man page viewer for Linux. more>>
TkViewMan is a graphical man page viewer for Linux. TkViewMan project is written in Tcl/Tk, using the BLT extension. TkViewMan is free software and is distributed under the GNU General Public License.
Main features:
- Tabs for multiple man pages
- Ability to find all man pages for a command, with each man page getting its own tab
- Ability to open as many tabs as desired within the main window, which can be scrolled if needed
- Ability to search a man page
- Keyboard shortcuts for creating/removing tabs
- Command history using arrow keys
<<less
Download (0.024MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1326 downloads
man-pages-ja 20070515

man-pages-ja 20070515


man-pages-ja is a comprehensive collection of Japanese man pages for Linux. more>>
man-pages-ja is a comprehensive collection of Japanese man pages for Linux.
The project contains Japanese version of LDP man-pages, man pages for GNU tools, and ones for various opensource applications.
Enhancements:
- Three pages were updated.
<<less
Download (3.3MB)
Added: 2007-05-20 License: Free To Use But Restricted Price:
887 downloads
Sman::Man::Convert 1.01

Sman::Man::Convert 1.01


Sman::Man::Convert is a Perl module to convert manpages to XML for sman-update and sman. more>>
Sman::Man::Convert is a Perl module to convert manpages to XML for sman-update and sman.

SYNOPSIS

# this module is intended for internal use by sman-update
my $smanconfig = new Sman::Config();
$smanconfig->ReadDefaultConfigFile();
my $converter = new Sman::Man::Convert($smanconfig);
#$converter->ClearCache(); # if you wish
my ($type, $outputref) =
$converter->ConvertManfile($manfile);

Use MANCMD and COLCMD (see perldoc sman.conf) to convert the man pages from ASCII into XML.

<<less
Download (0.030MB)
Added: 2006-08-03 License: Perl Artistic License Price:
1177 downloads
The UNIX Man Slak Paks 0.5

The UNIX Man Slak Paks 0.5


The UNIX Man Slak Paks is a Slackware package creation framework. more>>
This is a collection of scripts which is used to manage the creation of Slackware packages. This framework is designed to make it easy to add packages to the collection and to easily tweak package parameters for testing and deployment.
The framework currently has a lot of parameters, and also has basic frameworks for CPAN packages. It is possible to add more frameworks and tweaks for other package networks as well, such as the PHP and Python archives, and these are in the works currently.
Enhancements:
- This marks the start of the new style of build scripts. These are much more modular, and have a consistent set of shell functions and variables which work in their defaults for most situations, and can be redefined by a package file to do special setup or other functions
- which some packages may require.
<<less
Download (0.26MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1663 downloads
Laughing Man Factorial 0.1

Laughing Man Factorial 0.1


Laughing Man Factorial is the paranormal evil twin of Laughing Man. more>>
Laughing Man Factorial is the paranormal evil twin of Laughing Man. Factorial also has an unexplained superiority complex, almost exponential you might say, over the original Laughing Man which we will hence forth refer to as Junior for appeasement of currently unwarranted hoity-toity.
Like Junior it is an application for monitoring webpage changes, however it does so using the Objective-C/Cocoa framework as opposed to Java, and leverages Core Data, bindings, and value transformers to produce a smaller code footprint. Less fluff and more meat I say, more meat and less fluff.
Factorial is in a experimental state, it is not recommended that current users of Junior switch completely to this version. You can safely import your data and tinker with Factorial, but it is recommended that any data that you want to remain consistent, be done through old stable Junior.
Factorial may not be forgiving on data when upgrading from one version to the next for the next several releases, hence the adjectives paranormal and evil in the preface.
Junior Equivalent functionality
Splitbar position saved on shutdown
Categories display like junior
New Features
Drag and drop funtionality greatly enhanced
supports dragging to and from Safari and OmniWeb
Change log embedded into application and available through menu.
Enhancements:
- This release fixes several bugs, and provides several feature enhancements, bringing the Factorial branch almost up to par with the original Laughing Man.
- Most notably, a nasty Java to Objective-C, Date to NSDate porting bug in the beta was fixed.
- The beta was usable, but users had to wait a little under 3 years for each site refresh.
- This issue has been fixed in 0.1, but you must reset your data if you used the beta.
<<less
Download (0.044MB)
Added: 2005-11-26 License: GPL (GNU General Public License) Price:
1430 downloads
Poor mans Financial Calculator 1.1

Poor mans Financial Calculator 1.1


Poor mans Financial Calculator is a small financial and basic mathematical operations calculator applet. more>>
Poor mans Financial Calculator project is a small financial and basic mathematical operations calculator applet.
The calculator registers work like the mythical HP-12C financial calculator, even the "n" rounding behaviour. The yellow fields also serve as operands for the arithmetic operations; for such ops, the blue field will show the result.
BEGIN button: If enabled, means that the first payment is made at the beginning of the period (important only for financial operations that involve PMT register)
FPC button: if enabled, Fractionary part of the Period ("n") will also be calculated using Compound interest; if disabled, fractionary part will use simple (linear) interest, which gives slightly higher interest values.
Enhancements:
- This release translates the code and messages to English and changes the license to the LGPL.
<<less
Download (0.009MB)
Added: 2005-12-09 License: LGPL (GNU Lesser General Public License) Price:
1414 downloads
Memchan 2.2a4

Memchan 2.2a4


Memchan is an extension library to the script language Tcl, as created by John Ousterhout. more>>
Memchan is an extension library to the script language Tcl, as created by John Ousterhout. Memchan provides several new channel types for in-memory channels and the appropriate commands for their creation.
They are useful to transfer large amounts of data between procedures or interpreters, and additionally provide an easy interface to on-the-fly generation of code or data too. No need to [set] or [append] to a string, just do a simple [puts].
Enhancements:
tools/mpexpand
- Added new tool. Linux/ix86 starpack containing a doctools processor.
tools/nroff_regen
- Rewritten to use mpexpand for most
tools/manpage_regen
- conversions. The conversion to HTML
tools/rules/manpage.html.site
- for the website still relies on the old expand system. Writing a good formatting engine for that, even if derived from the doctools HTML engine takes more time than I want to invest right now. Rewriting the rules file instead. That was less work.
doc/fifo.man
- The original contents were written
doc/fifo2.man
- in a precursor format to doctools.
doc/memchan.man
- Now rewritten to conform to the
doc/null.man
- doctools specification.
doc/random.man
<<less
Download (0.21MB)
Added: 2006-06-02 License: BSD License Price:
1240 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5