| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | troff | 3 # $File: troff,v 1.14 2023/06/01 16:00:46 christos Exp $ 4 # troff: file(1) magic for *roff 8 # troff input 9 0 search/1 .\\" troff or preprocessor input text 11 !:mime text/troff 12 0 search/1 '\\" troff or preprocessor input text 14 !:mime text/troff 15 0 search/1 '.\\" troff or preprocessor input text 17 !:mime text/troff 18 0 search/1 \\" troff or preprocessor input text [all …]
|
| H A D | softquad | 29 0 string X\ SoftQuad troff Context intermediate 37 0 string X\ 495 SoftQuad troff Context intermediate for AT&T 495 laser printer 38 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet 39 0 string X\ impr SoftQuad troff Context intermediate for IMAGEN imPRESS 40 0 string X\ ps SoftQuad troff Context intermediate for PostScript
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 16 * troff/input.cc (main): Likewise. 20 * troff/input.cc (prepend_string): New function. 85 * troff/troff.man: Missing `U' option added to synopsis. 92 * troff/input.cc (usage), groff/groff.cc (synopsis): Added -U flag 121 nroff/nroff.man, pic/main.cc, pic/pic.man, troff/input.cc, 122 troff/troff.man: Added option `-U' for unsafe mode. Safe mode 229 * troff/troff.man: Minor fixes. 234 * troff/input.cc (usage): Added missing `-ffam' to usage message. 303 * groff/groff.man, troff/troff.man: Added doc about grohtml. 317 * eqn/main.cc (do_file, inline_equation), pic/troff.cc [all …]
|
| H A D | ChangeLog.117 | 67 * src/roff/troff/input.cc (read_size): Fix special case `\s[0]'. 116 * src/roff/troff/dic.cc (blank_line): Add html tag. 120 * src/roff/troff/input.cc (do_suppress): Fix typo. 148 * src/roff/troff/input.cc (get_delim_file_name): New function to 189 * src/roff/troff/env.c, src/roff/troff/env.h, 190 src/roff/troff/input.cc, src/roff/troff/troff.man: Undo `ss' change 195 * src/roff/troff/input.cc (read_size): Fix special case `\s0'. 199 * src/roff/troff/input.cc (read_size): Emit warning if value becomes 201 * src/roff/troff/node.h (node::node): Initialize `last'. 207 Add troff version guard. [all …]
|
| H A D | ChangeLog.116 | 44 * src/roff/troff/node.cc: Added WIFSIGNALED() macro (copied from 81 * src/roff/troff/node.cc [HAVE_UNISTD_H]: Include <unistd.h>. 93 * src/roff/troff/input.cc (pipe_source): Remove the MSVC-specific 349 * src/roff/troff/input.cc: Added small comment about troffrc-end. 350 * src/roff/troff/troff.man: Added info about troffrc-end. 399 * src/roff/troff/reg.cc (number_value_to_ascii): Remove ASCII 402 * src/roff/troff/request.h: Removing unused `no_break_flag'. 427 * man/troff.man: Minor optical improvements. 462 * man/troff.man: A short reference of troff. 463 * man/Makefile.sub: Add roff.man and troff.man. [all …]
|
| H A D | ChangeLog.118 | 38 * src/roff/troff/node.cc (break_char_node::col): New variable. 44 * src/roff/troff/input.cc (token::add_to_node_list, token::process): 46 * src/roff/troff/env.cc (environment::do_break, 51 Redesigning color support in troff. Colors are no longer 58 * src/roff/troff/node.h, src/roff/troff/node.cc: 93 * src/roff/troff/env.cc (environment::space_newline, 99 * src/roff/troff/input.cc (do_glyph_color, do_fill_color): Return 116 * src/roff/troff/node.cc (bracket_node::copy): Check `list' != 0. 151 * src/roff/troff/node.cc (bracket_node::copy): Initialize 160 * src/roff/troff/env.h (environment): Rename cur_glyph_color to [all …]
|
| H A D | ChangeLog | 82 * src/preproc/pic/troff.cpp (troff_output::set_fill, 194 * src/roff/troff/div.h: Provide declarations for do_divert and 197 * src/roff/troff/env.h: Provide declarations for title_length, 207 * src/roff/troff/input.cpp: Provide declaration for chop_macro. 209 * src/roff/troff/node.cpp: Provide declarations for class 593 * src/roff/troff/input.cpp (string_iterator::fill): Protect against 642 * src/roff/troff/env.cpp (environment_switch): Preserve 646 * src/roff/troff/node.cpp (suppress_node::suppress_node): Set 830 * src/roff/troff/div.cpp (top_level_diversion::space): Protect 891 * src/roff/troff/env.cpp, src/roff/troff/mtsm.cpp, [all …]
|
| H A D | MORE.STUFF | 73 troffcvt is a translator that turns troff input into a form that can be 89 Unroff is a Scheme-based, programmable, extensible troff translator with 133 . Ralph Corderoy's excellent page on troff: 135 www.troff.org 137 There are links for virtually everything related to troff. 162 o `DropCaps' is a troff script which replaces the initial letters of 167 o `AJM Header' is a set of troff macros used in production of the 169 of AT&T, and so should be invoked with the UNIX troff -mm flag; they 170 should also work with the GNU troff -mm flag. 194 Many documents related to the original versions of troff, ditroff, pic,
|
| H A D | MANIFEST | 58 differences between groff/nroff/troff files. 117 groff Wrapper around troff. This is the main user program. 120 troff Main roff formatter program. 123 addftinfo Add information to old troff font files for use with groff. 155 The parsing of the roff language is done by troff. The input is converted 156 to tokens in `src/roff/troff/input.cpp' and transformed into `nodes' by 157 `src/roff/troff/env.cpp' and `src/roff/troff/node.cpp'. From these, the
|
| H A D | NEWS | 95 or troff documents and creates an output with added margin characters 176 troff always use unscaled character widths. 185 o The argument of the command line option `-I' is now also passed to troff 513 o troff's start-up file `troffrc' now includes `papersize.tmac' to set 621 o Color support has been added to troff and pic (and to the device drivers 627 correspond to the new troff output command sets starting with `m' and 639 Outputting color can be disabled in troff and groff with the option -c 664 got the troff glyph name `mc'. 692 the current time, set at start-up of troff. Use the `af' request to 761 o For compatibility with plan 9's troff, multiple `pi' requests are [all …]
|
| /netbsd-src/distrib/syspkg/sets/text/text-groff-catman/ |
| H A D | DESCR | 9 troff - describes the GNU version of troff, which is part of the 12 tbl - tbl compiles descriptions of tables embedded within troff 13 input files into commands that are understood by troff; 16 troff or TeX input files into commands that are understood by 17 TeX or troff; 19 eqn - compiles descriptions of equations embedded within troff 20 input files into commands that are understood by troff 26 grops - translates the output of GNU troff to PostScript 30 grotty - translates the output of GNU troff into a form
|
| /netbsd-src/distrib/syspkg/sets/text/text-groff-man/ |
| H A D | DESCR | 11 troff - describes the GNU version of troff, which is part of the 14 tbl - tbl compiles descriptions of tables embedded within troff 15 input files into commands that are understood by troff; 18 troff or TeX input files into commands that are understood by 19 TeX or troff; 21 eqn - compiles descriptions of equations embedded within troff 22 input files into commands that are understood by troff 28 grops - translates the output of GNU troff to PostScript 32 grotty - translates the output of GNU troff into a form
|
| /netbsd-src/share/man/man0/ |
| H A D | Makefile | 45 | ${TOOL_GREP} troff \ 85 done > ${.TARGET}.troff.tmp \ 86 && cat ${.TARGET}.troff.tmp \ 91 rm -f ${.TARGET}.tmp ${.TARGET}.troff.tmp
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | Makefile.sub | 1 PROG=troff$(EXEEXT) 2 MAN1=troff.n 37 $(srcdir)/troff.h
|
| /netbsd-src/external/gpl2/groff/dist/arch/djgpp/ |
| H A D | t-groff.bat | 20 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… 28 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… 35 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… 42 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… 47 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… 52 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de…
|
| /netbsd-src/external/ibm-public/postfix/dist/mantools/ |
| H A D | ccformat | 29 -t) TROFF=-troff;; 56 -troff) for i in $*
|
| H A D | srctoman | 164 .man nroff,troff \\" 167 .ms nroff,troff \\"
|
| /netbsd-src/external/gpl2/groff/bin/troff/ |
| H A D | Makefile | 5 DIST_SUBDIR= src/roff/troff 10 PROG_CXX= troff
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | Makefile.sub | 11 troff.$(OBJEXT) \ 19 $(srcdir)/troff.cpp \
|
| H A D | TODO | 1 In troff mode, dotted and dashed splines. 6 In troff mode without -x, fake \D't' with .ps commands.
|
| /netbsd-src/external/gpl2/rcs/dist/man/ |
| H A D | ChangeLog | 8 * rcs.1, rcsfile.5in: Fix minor troff glitches. 16 * co.1: Fix troff glitches. 73 Fix troff lint. 156 * rcsclean, rcsfreeze.1: Fix troff glitches. 170 * ci.1, co.1, rcs.1, rcsmerge.1: Fix troff glitches. 183 Fix troff glitches.
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | Makefile.in | 38 TROFFBIN=$(top_builddir)/src/roff/troff/troff 53 $(top_builddir)/src/roff/troff \
|
| H A D | groff-3 | 3 This manual documents GNU `troff' version 1.19.2. 22 * Groff: (groff). The GNU troff document formatting system. 80 * \!, incompatibilities with AT&T troff: Implementation Differences. 90 * \%, incompatibilities with AT&T troff: Implementation Differences. 100 * \&, incompatibilities with AT&T troff: Implementation Differences. 105 * \', incompatibilities with AT&T troff: Implementation Differences. 114 * \*, incompatibilities with AT&T troff: Implementation Differences. 122 * \-, incompatibilities with AT&T troff: Implementation Differences. 133 * \<SP>, incompatibilities with AT&T troff: Implementation Differences. 137 * \?, incompatibilities with AT&T troff: Implementation Differences. [all …]
|
| /netbsd-src/external/gpl2/rcs/dist/ |
| H A D | README | 17 rcs.ms - troff source for the paper `RCS--A System for Version Control' 22 If you lack troff, you can get GNU groff to format the documentation.
|
| /netbsd-src/share/me/ |
| H A D | revisions | 16 versions of troff. 19 -- Merge ditroff and troff versions. 32 -- Change \*- macro from \- to \(em in troff. 33 -- Change block indent (\n(bi) from 4n to 4m to look better in troff. 65 troff.
|