Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        man: A set of documentation tools:  man, apropos and whatis.
        
        
            | Name: | man | Vendor: | Scientific Linux | 
        
            | Version: | 1.5o1 | License: | GPL | 
        
            | Release: | 9.rhel4 | URL: |  | 
        
        
        - Summary
- The man package includes three tools for finding information and/or
documentation about your Linux system: man, apropos, and whatis. The
man system formats and displays on-line manual pages about commands or
functions on your system. Apropos searches the whatis database
(containing short descriptions of system commands) for a string.
Whatis searches its own database for a complete word.
The man package should be installed on your system because it is the
primary way to find documentation on a Linux system.
Changelog
        
            - * Fri Apr 14 19:00:00 2006 Ivana Varekova <varekova{%}redhat{*}com> 1.5o1-9.rhel4
- - fix #170402 - makewhatis script produces error messages
  "zcat: stdout: Broken pipe"
- fix #173580 - 3p section is searched before section 2 
            - * Mon Nov 29 18:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 1.5o1-9
- - touch conf_script for sake of Makefile on some arches (#140672) 
            - * Tue Nov  9 18:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 1.5o1-5
- - upgrade to 1.5o1: update patches, remove gencat iconv and posix
  page hacks as they're upstream fixed (#128691, #129882)
- don't pre-strip binaries prior to -debuginfo pkg
- nroff not called with -rLL=, -rLT= parameters which should contain
  value from get_line_width()/MANWIDTH (#80893)
- append ".color" request to groff output to control color/monochrome
  control via the new man "-b" switch (#120112)
- reverse iconv catmsgs for legacy enc support (#138199) Thanks to
  Andy Shevchenko
- update English man page: remove obsolete LESSCHARSET reference (#133521);
  add -b switch and NOCOLOR conf directive
- "Welche Handbuchseite soll angezeigt werden?" (#135995)
- make makewhatis cronjob execute before logwatch (#64836)