Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        groff: A document formatting system.
        
        
        - Summary
- Groff is a document formatting system. Groff takes standard text and
formatting commands as input and produces formatted output. The
created documents can be shown on a display or printed on a printer.
Groff's formatting commands allow you to specify font type and size,
bold type, italic type, the number and size of columns on a page, and
more.
Groff can also be used to format man pages. If you are going to use
groff with the X Window System, you will also need to install the
groff-gxditview package.
Changelog
        
            - * Wed Feb 15 18:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> 1.18.1.1-3.EL4
- - fix segfault in grotty on 64-bit big endian machines (#176904) 
            - * Tue Oct 19 19:00:00 2004 Thomas Woerner <twoerner{%}redhat{*}com> 1.18.1.1-3
- - fixed groffer scripte security problem (#136314) 
            - * Thu Sep 16 19:00:00 2004 Thomas Woerner <twoerner{%}redhat{*}com> 1.18.1.1-2
- - fixed DoCharacter calls in xditview (#110812)
- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for
  the bug hunting