Home
last modified time | relevance | path

Searched full:groff (Results 1 – 25 of 119) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Dno-encode.t63 # Likewise for an encoding of groff.
64 $parser = Pod::Man->new(name => 'test', encoding => 'groff');
71 'Works without Encode for groff encoding',
75 # and then degrade to groff.
80 qr{ falling [ ] back [ ] to [ ] groff [ ] escapes }xms,
89 is($output, $output_groff, 'Degraded gracefull to groff output');
92 # message and then degrade to groff.
97 qr{ falling [ ] back [ ] to [ ] groff [ ] escapes }xms,
108 'Explicit degraded gracefully to groff output',
H A Dencoding.t43 groff => File::Spec->catfile('t', 'data', 'man', 'encoding.groff'),
/openbsd-src/regress/usr.bin/mandoc/roff/esc/
H A Dtwo.in10 .\" groff doesn't know \(rl
16 .\" groff doesn't know \(OK
31 .\" groff doesn't know \(va and \(vA
41 .\" groff doesn't know \(-~, \(nb, \(nc, \(-h
50 .\" groff doesn't know \(a.
60 .\" groff doesn't know \(.j
67 .\" groff doesn't know \(%O
/openbsd-src/share/man/man7/
H A Droff.7439 during macro execution (groff extension).
473 during macro execution (groff extension).
487 This is a groff extension and currently ignored.
555 This is a groff extension and currently ignored.
574 This is a groff extension and currently ignored.
583 This is a groff extension and currently ignored.
586 This is a groff extension and currently unsupported.
710 In order to prevent endless recursion, both groff and
723 This is a groff extension.
732 This is a groff extension and currently ignored.
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/MR/
H A DMakefile8 # temporary hack while working towards an update of the groff port
10 GROFF = /co/groff/build/test-groff ${GOPTS} -d MF=R ${MOPTS} -Wall -P-c macro
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/
H A DMakefile13 # groff-1.22.3 defects:
19 # adjustment is disabled in groff for now
23 # groff handles content before NAME differently
/openbsd-src/regress/usr.bin/mandoc/mdoc/Nm/
H A DMakefile9 # groff-1.22.3/mandoc differences:
13 # - Groff doesn't support the nS register.
18 # groff-1.22.3 defect:
/openbsd-src/regress/usr.bin/mandoc/
H A DMakefile.inc214 # --- the groff program ---
216 GROFF = /usr/local/bin/groff ${GOPTS} -mtty-char ${MOPTS} -Wall -P-c
256 groff: obj-check ${_OUTFILES}
270 ${GROFF} -Tascii ${.ALLSRC} > ${.TARGET}
274 @echo "TODO: groff disabled for: ${.TARGET}"
282 ${GROFF} -Tutf8 ${.ALLSRC} > ${.TARGET}
286 @echo "TODO: groff disabled for: ${.TARGET}"
311 groff-clean: obj-check
H A DMakefile.sub6 _OUT_TARGETS = groff groff-clean lint-out lint-out-clean \
/openbsd-src/regress/usr.bin/mandoc/char/accent/
H A Dnocombine.in21 .\" XXX groff prints the macron as an underscore in the previous line.
24 .\" XXX groff doesn't have a dot in ASCII mode, only in UTF-8 mode.
29 .\" XXX groff uses a backspace for this one in ASCII mode.
/openbsd-src/regress/usr.bin/mandoc/roff/de/
H A DMakefile7 # groff-1.22.4 defect:
30 ${GROFF} -Tascii -man TH_opt.in > ${.TARGET}
33 ${GROFF} -Tascii -mdoc Dd_opt.in > ${.TARGET}
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A DMakefile17 # groff-mandoc differences:
18 # - groff allows enclosures to span Ta, mandoc does not
22 # groff-1.22.3 defects:
H A Dcolumn.in29 .\" Probing up to the utter limits of groff.
31 .\" groff .Bl -column turns completely mad.
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DToMan.pm66 if( $self->is_openbsd || $self->is_freebsd || $self->is_bitrig ) { qw( mandoc groff nroff ) }
67 else { qw( groff nroff mandoc ) }
199 my( $version ) = $version_string =~ /\(?groff\)? version (\d+\.\d+(?:\.\d+)?)/;
200 $self->debug( "Found groff $version\n" );
205 "You have an old groff." .
481 # we don't need this with groff 1.20 and later.
491 # http://www.mail-archive.com/groff@gnu.org/msg01378.html
493 # http://www.gnu.org/software/groff/manual/html_node/Using-Symbols.html
494 # http://lists.gnu.org/archive/html/groff/2011-05/msg00007.html
520 Pod::Man and C<groff> for reading Pod pages.
/openbsd-src/regress/usr.bin/mandoc/mdoc/Eo/
H A DMakefile7 # groff-1.22.3 defect:
8 # - When .Ec is missing, groff prints no page footer.
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.man/
H A DMakefile10 groff -man -Tascii < vi.1 > $@
12 groff -man < vi.1 > $@
/openbsd-src/regress/usr.bin/mandoc/db/
H A DMakefile13 groff html-out markdown-out lint-out: target
15 groff-clean html-out-clean markdown-out-clean lint-out-clean:
/openbsd-src/regress/usr.bin/mandoc/man/TP/
H A DMakefile9 # groff-1.22.3 defects:
11 # - If the last line of the file is .TP, groff does not print a page footer.
/openbsd-src/regress/usr.bin/mandoc/roff/string/
H A DMakefile14 # The infinite test fails badly with groff-1.20.1:
19 # Groff can expand standard macros as strings, but mandoc cannot.
/openbsd-src/gnu/lib/libreadline/doc/
H A DMakefile.in65 NROFF = groff -Tascii
68 GROFF = groff
146 ${GROFF} -man < $(srcdir)/readline.3 > $@
152 ${GROFF} -man < $(srcdir)/history.3 > $@
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A DREADME17 groff - crashes derived from groff code
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm74 # understood by groff's preconv. Encode doesn't care about hyphens or
79 # groff preconv prefers iso-8859-1, but also understands iso-latin-1, so
162 return $encoding ne 'roff' && $encoding ne 'groff';
217 $$self{ENCODING} = 'groff';
222 . ' falling back to groff escapes');
224 $$self{ENCODING} = 'groff';
487 # Except in <Data> blocks, if groff or roff encoding is requested and
493 if ($$self{ENCODING} eq 'groff') {
669 # Solaris 2.6 nroff (not present in GNU groff) where the sequence
682 # groff work
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/man/
H A Dencoding.utf828 .\" Escape single quotes in literal strings from groff's Unicode transform.
37 .\" Avoid warning from groff about undefined register 'F'.
H A Dencoding.groff27 .\" Escape single quotes in literal strings from groff's Unicode transform.
36 .\" Avoid warning from groff about undefined register 'F'.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dbuildtoc119 # Usage: roffitall [-nroff|-psroff|-groff]
139 -groff) cmd="groff -man"; ext='ps';;
141 echo "Usage: roffitall [-nroff|-psroff|-groff]" >&2

12345