
Code: Select all
NROFF /usr/bin/nroff -mandocCode: Select all
NROFF /usr/bin/nroff -mandoc -cCode: Select all
alias man='man -C ~/.man.conf'
Code: Select all
...
# Useful paths - note that COL should not be defined when
# NROFF is defined as "groff -Tascii" or "groff -Tlatin1";
# not only is it superfluous, but it actually damages the output.
# For use with utf-8, NROFF should be "nroff -mandoc" without -T option.
# (Maybe - but today I need -Tlatin1 to prevent double conversion to utf8.)
#
# If you have a new troff (version 1.18.1?) and its colored output
# causes problems, add the -c option to TROFF, NROFF, JNROFF.
#
TROFF /usr/bin/groff -Tps -mandoc -c
NROFF /usr/bin/nroff -mandoc -c
JNROFF /usr/bin/groff -Tnippon -mandocj -c
...Code: Select all
TROFF /usr/bin/groff -Tps -mandoc -c
NROFF /usr/bin/nroff -mandoc -c -Tlatin1
JNROFF /usr/bin/groff -Tnippon -mandocj -c




Interesting. I've had LESS=-X in my bash profile for a bajillion years and haven't noticed a problem with it.metalus wrote:Recently, I added LESS=-X to my .bashrc so my terminal would not be blanked after I read a man page. Unfortunately, that screwed up man pages. It took me an hour to realize that by doing so, I had overwritten the value set in /etc/profile.env for LESS. After I restored that value for LESS, man pages became readable again.
Code: Select all
PAGER /usr/bin/less -isCode: Select all
PAGER /usr/bin/less -isRYes, I have.desultory wrote:Have you cleared out the [post=5103866]cached[/post] [post=5276337]versions[/post]?
Code: Select all
/usr/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definitionCode: Select all
.char \- \N'45'
Code: Select all
ESC[1mNAMEESC[0m
ls - list directory contents
ESC[1mSYNOPSISESC[0m
ESC[1mls ESC[22m[ESC[4mOPTIONESC[24m]... [ESC[4mFILEESC[24m]...
ESC[1mDESCRIPTIONESC[0m
List information about the FILEs (the current directory by default).
Sort entries alphabetically if none of ESC[1m-cftuvSUX ESC[22mnor ESC[1m--sortESC[22m.
Mandatory arguments to long options are mandatory for short options
too.
ESC[1m-aESC[22m, ESC[1m--allESC[0m
do not ignore entries starting with .
ESC[1m-AESC[22m, ESC[1m--almost-allESC[0m
do not list implied . and ..
ESC[1m--authorESC[0m
Code: Select all
USE="-* apache2 bash-completion bzip2 caps cgi chpax cli crypt ctype dba extensions fastcgi foomaticdb gd gif hardened imagemagick jpeg lib libg++ loop-aes mysql ncurses nls nptl nptlonly openssl pax-utils pcre perl php pic pie
png python readline ruby session sieve snmp ssl suhosin tcpd tls unicode unzip vhosts xml xsl zip zlib pam cracklib"