HomeSort by: relevance | last modified time | path
    Searched refs:nroff (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/mount_portal/examples/
advanced.1.conf 19 nroff/ rfilter nroff/ nroff -man %s
20 nroff% rfilter nroff% nroff -man %s
  /src/games/ching/ching/
ching.sh 81 $PROGS/printching $HEXAGRAM | nroff $SHARE/macros - | ${PAGER-more}
  /src/share/man/tools/
prsynops 20 nroff -man $file > $TMPDIR/tmp.$$
  /src/libexec/httpd/
Makefile 61 NROFF?= nroff
77 $(PREHTMLFROB) $> | $(NROFF) -mdoc2html | $(HTMLFROB) > $@
80 $(NROFF) -mdoc -Tascii $> | $(TXTFROB) > $@
  /src/tools/groff/
Makefile 51 #.for F in an andoc doc doc-ditroff doc-common doc-nroff doc-syms html html-end man man.local mdoc mdoc.local
86 .for F in nroff
  /src/libexec/makewhatis/
makewhatis.c 69 #ifndef NROFF
70 #define NROFF "nroff"
103 static char *nroff(const char *, gzFile);
773 nroff(const char *inname, gzFile in) function in typeref:typename:char *
836 (void)execlp(NROFF, NROFF, "-S", "-man", NULL);
863 errx(EXIT_FAILURE, NROFF " on `%s' exited with %d status",
1118 data = nroff(name, in);
  /src/share/mk/
bsd.man.mk 38 ${TMACDEPDIR}/mdoc/doc-nroff \
bsd.doc.mk 116 # the nroff wrapper instead of groff directly, and that doesn't
bsd.own.mk 561 TOOL_ROFF_ASCII= ${TOOL_GROFF_ENV} ${TOOLDIR}/bin/${_TOOL_PREFIX}nroff
680 TOOL_ROFF_ASCII= nroff

Completed in 16 milliseconds