diff options
author | wlemb <wlemb> | 2001-01-03 20:25:10 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2001-01-03 20:25:10 +0000 |
commit | 73058d4c27972baf768d8aaf26e407890c2bf01e (patch) | |
tree | 33a15ff3815f7b1ee6f0d4df72145873abda9afc /tmac | |
parent | 419047356c227131dbf0de8fc6ade7f95dc0ded8 (diff) | |
download | groff-73058d4c27972baf768d8aaf26e407890c2bf01e.tar.gz |
internal update
Diffstat (limited to 'tmac')
-rwxr-xr-x | tmac/doc-common.new | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tmac/doc-common.new b/tmac/doc-common.new index 0e455d48..f74a7b7e 100755 --- a/tmac/doc-common.new +++ b/tmac/doc-common.new @@ -33,8 +33,6 @@ .\" .\" %beginstrip% . -.eo -. . .\" Macro Identifiers. For each user macro a corresponding register with .\" the same name must exist. Its value must not be zero. @@ -155,14 +153,6 @@ .nr Xo 1 .nr Xr 10n . -.\" obsolete commands -. -.de Ds -. tm mdoc error: .Ds defunct (#\n[.c]) -.. -.nr Ds 6n -. -. .nr doc-display-indent 6n . . @@ -172,6 +162,9 @@ .ds doc-hard-space \~ . . +.eo +. +. .\" punctuation values (suffix=3, prefix = 4) . .nr doc-punct. 3 @@ -186,6 +179,14 @@ .nr doc-punct! 3 . . +.\" obsolete commands +. +.de Ds +. tm mdoc error: .Ds defunct (#\n[.c]) +.. +.nr Ds 6n +. +. .\" header assembly macros . .\" NS doc-document-title global string @@ -701,7 +702,6 @@ . \} . . tm doc-out-string == `\*[doc-out-string]' -. tm doc-curr-space == `\*[doc-curr-space]' . tm doc-curr-font == \n[doc-curr-font] . tm doc-curr-size == \n[doc-curr-size] . tm doc-in-synopsis-count == \n[doc-in-synopsis-count] |