HomeSort by: relevance | last modified time | path
    Searched defs:NROFF (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
Makefile 61 NROFF?= nroff
77 $(PREHTMLFROB) $> | $(NROFF) -mdoc2html | $(HTMLFROB) > $@
80 $(NROFF) -mdoc -Tascii $> | $(TXTFROB) > $@
  /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);

Completed in 12 milliseconds