summaryrefslogtreecommitdiffstats
path: root/contrib/groff
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-08 12:00:18 +0000
committerru <ru@FreeBSD.org>2001-02-08 12:00:18 +0000
commit0ac7eb37179eff9c2a2a051d5d42477e6a58fe24 (patch)
treecd4442abc7a997b9fb8344c09d640e9cfb7f6cfc /contrib/groff
parentc6476ac6e9dcb5c8d5f5e9429907c6919f00d2ed (diff)
downloadFreeBSD-src-0ac7eb37179eff9c2a2a051d5d42477e6a58fe24.zip
FreeBSD-src-0ac7eb37179eff9c2a2a051d5d42477e6a58fe24.tar.gz
Fixed the .St strings so that no single-character component of
the name could be wrapped, e.g. ``ISO C'' is always printed on the same line. Ported from: mdocNG
Diffstat (limited to 'contrib/groff')
-rw-r--r--contrib/groff/tmac/doc-syms20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms
index 9e81546..07753de 100644
--- a/contrib/groff/tmac/doc-syms
+++ b/contrib/groff/tmac/doc-syms
@@ -318,11 +318,11 @@
. \}
. if "\\*(A\\n(aP"-ansiC" \{\
. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV
-. as b1 (``\\*(tNISO C\\*(aa'')
+. as b1 (``\\*(tNISO\~C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC" \{\
. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV
-. as b1 (``\\*(tNISO C\\*(aa'')
+. as b1 (``\\*(tNISO\~C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC-99" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1999\\*(sV
@@ -330,11 +330,11 @@
. \}
. if "\\*(A\\n(aP"-iso9899" \{\
. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV
-. as b1 (``\\*(tNISO C\\*(aa'')
+. as b1 (``\\*(tNISO\~C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-ansiC-89" \{\
-. ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
-. as b1 (``\\*(tNANSI C\\*(aa'')
+. ds b1 \&\\*(tNANSI \\*(aaX\~3.159-1989\\*(sV
+. as b1 (``\\*(tNANSI\~C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-ieee754" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa754-1985
@@ -342,22 +342,22 @@
. if "\\*(A\\n(aP"-iso8802-3" \{\
. ds b1 \&\\*(tNISO \\*(aa8802-3:1989
.\" . ds b1 \&\\*(tNISO \\*(aa8802-3: 1989\\*(sV
-.\" . as b1 (``\\*(tNANSI C\\*(aa'')
+.\" . as b1 (``\\*(tNANSI\~C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg3" \{\
-. ds b1 \&\\*(tNX/Open Portability Guide Issue 3\\*(aa\\*(sV
+. ds b1 \&\\*(tNX/Open Portability Guide Issue\~3\\*(aa\\*(sV
. as b1 (``\\*(tNXPG3\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg4" \{\
-. ds b1 \&\\*(tNX/Open Portability Guide Issue 4\\*(aa\\*(sV
+. ds b1 \&\\*(tNX/Open Portability Guide Issue\~4\\*(aa\\*(sV
. as b1 (``\\*(tNXPG4\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg4.2" \{\
-. ds b1 \&\\*(tNX/Open Portability Guide Issue 4.2\\*(aa\\*(sV
+. ds b1 \&\\*(tNX/Open Portability Guide Issue\~4.2\\*(aa\\*(sV
. as b1 (``\\*(tNXPG4.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-susv2" \{\
-. ds b1 \&\\*(tNVersion 2 of the Single UNIX Specification\\*(aa
+. ds b1 \&\\*(tNVersion\~2 of the Single UNIX Specification\\*(aa
. \}
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
OpenPOWER on IntegriCloud