Neha Patil (Editor)

Groff (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
James Clark

Written in
  
C++

Developer(s)
  
GNU Project

Operating system
  
Cross-platform

Groff (software) httpswwwgnuorggraphicsgroffheadpng

Initial release
  
June 1990; 26 years ago (1990-06)

Stable release
  
1.22.2 (February 7, 2013; 4 years ago (2013-02-07)) [±]

K dzonsons deprecating groff for bsd manual display


Groff (pronounced "gee-roff") (also called GNU troff) is a typesetting system that creates formatted output when given plain text mixed with formatting commands. It is the GNU replacement for the troff and nroff text formatters.

Contents

Groff contains a large number of helper programs, preprocessors, and postprocessors including eqn, tbl, pic and soelim. There are also several macro packages included that duplicate, expand on the capabilities of, or outright replace the standard troff macro packages.

Groff development of new features is active, and is an important part of free, open source, and UNIX derived operating systems such as Linux and 4.4BSD derivatives — notably because troff macros are used to create man pages, the standard form of documentation on Unix and Unix-like systems.

OpenBSD replaced groff with mandoc in their 4.9 release.

History

It is an original implementation written primarily in C++ by James Clark and is modeled after ditroff, including many extensions. The first version, 0.3.1, was released June 1990. The first stable version, 1.04, was announced in November 1991. Groff was developed as free software to provide an easily obtained replacement for the standard AT&T troff/nroff package, which at the time was proprietary, and was not always available even on branded UNIX systems. In 1999, Werner Lemberg and Ted Harding took over maintenance of Groff.

References

Groff (software) Wikipedia