summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-03-04 22:17:17 +0000
committerwlemb <wlemb>2001-03-04 22:17:17 +0000
commit121328a98b70f49934cf1b51b57ee94d786e7ad4 (patch)
treeff49cc56af7ad95f4117619dae2a07618932d83c
parent247c08a08f466e6e8331b40dfeeb9c180b5844c7 (diff)
downloadgroff-121328a98b70f49934cf1b51b57ee94d786e7ad4.tar.gz
internal update
-rwxr-xr-xtmac/doc-ditroff.new11
-rwxr-xr-xtmac/doc-nroff.new50
2 files changed, 34 insertions, 27 deletions
diff --git a/tmac/doc-ditroff.new b/tmac/doc-ditroff.new
index 625fafd8..5676f234 100755
--- a/tmac/doc-ditroff.new
+++ b/tmac/doc-ditroff.new
@@ -134,21 +134,18 @@
..
.
.
+.ds doc-left-singlequote \[oq]
+.ds doc-right-singlequote \[cq]
+.
+.\" the following strings are `official'
.ds <= \[<=]
.ds >= \[>=]
-.
-.\" Lq and Rq are `official'
.ds Lq \[lq]
.ds Rq \[rq]
.ds ua \[ua]
.ds aa \[aa]
.ds ga \[ga]
-.ds doc-left-singlequote \)`
-.ds doc-right-singlequote \)'
-.\" q is `official'
.ds q \[dq]
-.
-.\" math stuff -- all macro names are `official'
.ds Pi \[*p]
.ds Ne \[!=]
.ds Le \[<=]
diff --git a/tmac/doc-nroff.new b/tmac/doc-nroff.new
index 558f2e11..b3a947da 100755
--- a/tmac/doc-nroff.new
+++ b/tmac/doc-nroff.new
@@ -129,32 +129,42 @@
..
.
.
-.ds <= \&<\&=
-.ds >= \&>\&=
-.
-.\" Lq and Rq are `official'
-.ds Rq ''
-.ds Lq ``
-.ds ua ^
-.ds aa \'
-.ds ga \`
-.ds doc-left-singlequote `
-.ds doc-right-singlequote '
-.\" q is `official'
+.ds doc-left-singlequote \[oq]
+.ds doc-right-singlequote \[cq]
+.
+.\" the following strings are `official'
+.ds <= \[<=]
+.ds >= \[>=]
+.ds aa \[aa]
+.ds ga \[ga]
.ds q \[dq]
-.
-.\" math stuff -- all macro names are `official'
-.ds Pi pi
-.ds Ne !=
-.ds Le <=
-.ds Ge >=
+.ds Ne \[!=]
+.ds Le \[<=]
+.ds Ge \[>=]
.ds Lt <
.ds Gt >
-.ds Pm +-
-.ds If infinity
+.ds Pm \[+-]
.ds Na \f[I]NaN\f[P]
.ds Ba \f[R]|\f[P]
.
+.\" Unicode TTYs have all glyph forms; for other TTY character sets we need
+.\" character representations which are different from GNU troff's standard
+.\" forms.
+.ie '\*[.T]'utf8' \{\
+. ds Rq \[rq]
+. ds Lq \[lq]
+. ds ua \[ua]
+. ds Pi \[*p]
+. ds If \[if]
+.\}
+.el \{\
+. ds Rq ''
+. ds Lq ``
+. ds ua ^
+. ds Pi pi
+. ds If infinity
+.\}
+.
.
.\" NS doc-header-string global string
.\" NS the final string used for the manual page header