groff (software)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
groff
Original authorJames Clark
DeveloperGNU Project
Initial releaseJune 1990; 36 years ago (1990-06)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Written inC++
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    TypeTypesetting
    License2009: GPL-3.0-or-later[a]
    1992: GPL-2.0-or-later[b]
    1990: GPL-1.0-or-later[c]
    Websitegnu.org/software/groff/

    groff (/ˈrɒf/ JEE-roff)[4] (also called GNU troff) is a typesetting system that creates formatted output when given plain text mixed with formatting commands.[5] It is the GNU replacement for the troff and nroff text formatters, which were both developed from the original roff.

    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 has replaced groff with mandoc in the base install, since their 4.9 release,[6] as has macOS Ventura.

    History

    [edit | edit source]

    groff 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.[7]

    See also

    [edit | edit source]

    Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

    Notes

    [edit | edit source]
    1. ^ GPL-3.0-or-later since 2009-01-04.[1]
    2. ^ GPL-2.0-or-later from 1992-08-03 until 2009-01-04.[2]
    3. ^ GPL-1.0-or-later from 1990 until 1992-08-01.[3]

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    6. ^ Changes made between OpenBSD 4.8 and 4.9
    7. ^ FFII-Nachrichten 1999 Woche 20.
    [edit | edit source]
    • Lua error in Module:Official_website at line 94: attempt to index field 'wikibase' (a nil value).
    • groff mailing list archive (searchable)
    • Groff Forum, hosted by Nabble, archiving the groff mailing list into a searchable forum (sadly none of the emails are visible today).
    • troff.org gives background and examples of troff, including the GNU roff implementation.
    • Home page of mom macros