Searched refs:NROFF (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/man/
H A Dman.sh282 local EQN NROFF PIC TBL TROFF REFER VGRIND
333 NROFF="$NROFF -T$nroff_dev"
340 NROFF="$NROFF -dlocale=$man_lang.$man_charset"
343 NROFF="$NROFF -dlocale=$man_lang.$man_charset"
350 for tool in EQN NROFF PIC TBL TROFF REFER VGRIND; do
354 *) NROFF="$NROFF
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dman.mk20 NROFF?= nroff macro
28 @echo "${NROFF} -${MANDOC} ${.IMPSRC} > ${.TARGET:T}"
29 @${NROFF} -${MANDOC} ${.IMPSRC} > ${.TARGET:T} || ( rm -f ${.TARGET:T} ; false )
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure639 NROFF
4983 case $NROFF in
4985 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
5006 NROFF=$ac_cv_path_NROFF
5007 if test -n "$NROFF"; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
5009 $as_echo "$NROFF" >&6; }
5061 elif test "x$NROFF" != "x" ; then
5062 MANFMT="$NROFF -mandoc"
16644 case $NROFF i
[all...]
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure660 NROFF
23408 case $NROFF in
23410 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
23431 NROFF=$ac_cv_path_NROFF
23432 if test -n "$NROFF"; then
23433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
23434 $as_echo "$NROFF" >&6; }
23494 if test "$NROFF" ; then
23496 if "$NROFF" $i conftest.1 2> /dev/null | \
23498 ac_cv_sys_man_format="$NROFF
[all...]

Completed in 141 milliseconds