diff options
| author | John MacFarlane <[email protected]> | 2025-03-23 10:29:17 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-23 10:29:17 -0700 |
| commit | 3bbca20240ebc26d614a6d01a44ceb39f0d994ec (patch) | |
| tree | 4afe5178c970d03e6897461cbe05c0ee8197838f /test/tables.ms | |
| parent | 4ab4c62de38372def66b07cfc8f75518a599d249 (diff) | |
Use the most compatible form for roff escapes.
This affects T.P.RoffChar, T.P.Writers.Roff,
and the Man and Ms writers.
That is, `\(xy` instead of `\[xy]`. This was the original AT&T troff
form and is the most widely supported. The bracketed form causes
problem for some tools, e.g. `makewhatis` on macOS.
Closes #10716.
Diffstat (limited to 'test/tables.ms')
| -rw-r--r-- | test/tables.ms | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tables.ms b/test/tables.ms index 21183a5eb..2e64cdb44 100644 --- a/test/tables.ms +++ b/test/tables.ms @@ -141,7 +141,7 @@ T} .LP Multiline table with caption: .PP -Here\[cq]s the caption. It may span multiple lines. +Here\(cqs the caption. It may span multiple lines. .na .nr LLold \n[LL] .TS @@ -181,7 +181,7 @@ T} T{ 5.0 T} T{ .nr LL 24.5n -Here\[cq]s another one. +Here\(cqs another one. Note the blank line between rows. T} .TE @@ -229,7 +229,7 @@ T} T{ 5.0 T} T{ .nr LL 24.5n -Here\[cq]s another one. +Here\(cqs another one. Note the blank line between rows. T} .TE @@ -303,7 +303,7 @@ T} T{ 5.0 T} T{ .nr LL 24.5n -Here\[cq]s another one. +Here\(cqs another one. Note the blank line between rows. T} .TE |
