Use -Tlatin1 instead -Tascii to pass character from
S0ren name without warnings.
This commit is contained in:
parent
6d7be0a929
commit
465a9fc481
@ -8,10 +8,10 @@ bindir= ${BINDIR}
|
||||
pager= more -cs
|
||||
manpath_config_file= /etc/manpath.config
|
||||
troff= /usr/bin/groff -Tps -man
|
||||
nroff= /usr/bin/groff -Tascii -man
|
||||
nroff= /usr/bin/groff -Tlatin1 -man
|
||||
apropos= /usr/bin/apropos
|
||||
whatis= /usr/bin/whatis
|
||||
neqn= /usr/bin/eqn -Tascii
|
||||
neqn= /usr/bin/eqn -Tlatin1
|
||||
tbl= /usr/bin/tbl
|
||||
col= /usr/bin/col
|
||||
vgrind= /usr/bin/vgrind
|
||||
|
Loading…
Reference in New Issue
Block a user