mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Pick hardcoded latin1 chars definitions only if -Tlatin1
This commit is contained in:
parent
c2da60f083
commit
224f446249
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49309
@ -195,4 +195,4 @@
|
||||
.\"tty-char \(:y \ij
|
||||
.tty-char \[arrowvertex] |
|
||||
.cp \n(_C
|
||||
.do mso tmac.latin1
|
||||
.ie "\*[.T]"latin1" .do mso tmac.latin1
|
||||
|
@ -18,7 +18,8 @@
|
||||
. do mso \*[troffrc!\*[.T]]
|
||||
.do rm troffrc!ps troffrc!Xps troffrc!dvi troffrc!X75 troffrc!X75-12 \
|
||||
troffrc!X100 troffrc!X100-12 troffrc!lj4
|
||||
.do tr \[char160]
|
||||
.ie "\*[.T]"koi8-r" .do tr \[char154]
|
||||
.el .if "\*[.T]"latin1" .do tr \[char160]
|
||||
.\" Set the hyphenation language to `us' unless we're using koi8-r (russian)
|
||||
.\" Load hyphenation patterns from `hyphen.us' (in the tmac directory).
|
||||
.ie "\*[.T]"koi8-r" \{\
|
||||
|
Loading…
Reference in New Issue
Block a user