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

/freebsd-13-stable/usr.bin/man/
H A Dman.sh320 decho "Command: $cattool $catpage | $MANPAGER"
323 eval "$cattool $catpage | $MANPAGER"
345 pipeline="mandoc $mandoc_args | $MANPAGER"
449 pipeline="$pipeline | $NROFF | $MANPAGER"
551 P) MANPAGER=$OPTARG ;;
878 echo -e "$good" | $MANPAGER
902 # Correctly sets $MANPAGER
905 if [ -z "$MANPAGER" ]; then
907 MANPAGER="less -sR"
910 MANPAGER
[all...]

Completed in 189 milliseconds