summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-14 19:41:08 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-14 19:49:44 -0500
commit80b6e1e2f5941f36995006b9209ccdb65be91e51 (patch)
tree37e3654cb76ab929aa68a5a12b39d51e3261857c /man
parentc1d108bf20ff61f16a64dac6abd39c948916d0ce (diff)
downloadgroff-git-80b6e1e2f5941f36995006b9209ccdb65be91e51.tar.gz
[docs]: Minimally document `tag`, `taga` requests.
* doc/groff.texi (Postprocessor Access): * man/groff.7 (Request short reference): Do it. Fixes <https://savannah.gnu.org/bugs/?62695>. I don't know if we need to keep these. They do much the same thing as `device`, and are implemented nearly identically to each other. They have only one user, the also undocumented "devtag.tmac". One difference is that the `device` request constructs a "macro" (internally to GNU troff), and `tag{,a}` construct strings (from groff's string class, not the C++ standard library's). Possibly the type used for storage of the node contents is intended to address some of the same problems we've seen crop up in issues like Savannah #63074.
Diffstat (limited to 'man')
-rw-r--r--man/groff.7.man7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/groff.7.man b/man/groff.7.man
index fdb9b262e..aebc5617a 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -4131,6 +4131,13 @@ for right-aligned.
.
.
.TPx
+.REQ .tag
+.TQ
+.REQ .taga
+Reserved for internal use.
+.
+.
+.TPx
.REQ .tc
Remove tab repetition glyph.
.