IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 
Index:
  ascii(7)
  build(7)
  clocks(7)
  development(7)
  ditroff(7)
  environ(7)
  ffs(7)
  firewall(7)
  groff(7)
  groff_char(7)
  groff_diff(7)
  groff_man(7)
  groff_mdoc(7)
  groff_me(7)
  groff_mm(7)
  groff_mmse(7)
  groff_ms(7)
  groff_trace(7)
  groff_www(7)
  hier(7)
  hostname(7)
  intro(7)
  lint(7)
  maclabel(7)
  mailaddr(7)
  man(7)
  mdoc(7)
  mdoc.samples(7)
  me(7)
  miscellaneous(7)
  mm(7)
  mmse(7)
  ms(7)
  operator(7)
  orig_me(7)
  ports(7)
  re_format(7)
  release(7)
  roff(7)
  sdoc(7)
  security(7)
  sprog(7)
  stdint(7)
  symlink(7)
  term(7)
  tuning(7)

ditroff(7)

NAME

       ditroff - classical device independent roff


DESCRIPTION

       The name ditroff once marked a development level of the troff text pro-
       cessing system.	In actual roff(7) systems, the name troff is used as a
       synonym for ditroff.

       The  first  roff system was written by Joe Osanna around 1973.  It sup-
       ported only two output devices, the nroff program  produced  text  ori-
       ented  tty  output,  while the troff program generated graphical output
       for exactly one output device, the Wang Graphic Systems CAT typesetter.

       In  1979, Brian Kernighan rewrote troff to support more devices by cre-
       ating an intermediate output format for troff  that  can  be  fed  into
       postprocessor  programs	which  actually do the printout on the device.
       Kernighan's version marks what is known as classical troff  today.   In
       order  to distinguish it from Osanna's original mono-device version, it
       was called ditroff (device independent troff) on some  systems,	though
       this naming isn't mentioned in the classical documentation.

       Today,  any  existing  roff system is based on Kernighan's multi-device
       troff.  The distinction between troff and ditroff isn't	necessary  any
       longer, for each modern troff provides already the complete functional-
       ity of ditroff.	On most systems, the name  troff  is  used  to	denote
       ditroff.

       The  easiest  way  to  use  ditroff is the GNU roff system, groff.  The
       groff(1) program is a wrapper around (di)troff that automatically  han-
       dles postprocessing.


SEE ALSO

       [CSTR #54]
	      The  1992  revision  of  the  Nroff/Troff User's Manual by J. F.
	      Osanna and Brian Kernighan, see
	      Bell Labs CSTR #54 <http://cm.bell-labs.com/cm/cs/cstr/
	      54.ps.gz>.

       [CSTR #97]
	      A  Typesetter-independent TROFF by Brian Kernighan is the origi-
	      nal documentation of the first multi-device troff (ditroff), see
	      Bell Labs CSTR #97 <http://cm.bell-labs.com/cm/cs/cstr/
	      97.ps.gz>.

       roff(7)
	      This document gives details on the history and concepts of roff.

       troff(1)
	      The actual implementation of ditroff.

       groff(1)
	      The  GNU	roff  program and pointers to all documentation around
	      groff.

       groff_out(5)
       copy of the FDL on your system, it is also available on-line at the GNU
       copyleft site <http://www.gnu.org/copyleft/fdl.html>.

       This document is part of groff, the  GNU  roff  distribution.   It  was
       written	by  Bernd Warken <bwarken@mayn.de> and is maintained by Werner
       Lemberg <wl@gnu.org>.

Groff Version 1.19		11 October 2002 		    DITROFF(7)

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk