gbranden pushed a commit to branch master
in repository groff.

commit 51ec9669fae922a4eb89dcf3bb1a1bd65d304070
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jan 11 06:40:35 2026 -0600

    doc/groff.texi.in: Relocate material.
    
    Move an example from § "Built-in Registers" to its more appropriate new
    home in § "Host System Service Access".
---
 doc/groff.texi.in | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index ae1b9041e..6c1d6960f 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -9154,23 +9154,6 @@ Revision number of the running GNU @code{troff} 
formatter.  For example,
 if the version number is 1.23.0, then @code{.Y} contains@tie{}@samp{0}.
 @end table
 
-If you wish to embed the date and/or time of a document's formatting
-into its output,
-interpolate these registers into its text.
-Use the @code{af} request to format their values for output.
-
-@Example
-.af year 0000
-.af mo 00
-.af dy 00
-.af hours 00
-.af minutes 00
-.af seconds 00
-ISO 8601 date stamp:
-\n[year]-\n[mo]-\n[dy]T\n[hours]:\n[minutes]:\n[seconds]
-    @result{} ISO 8601 date stamp: 2025-12-07T02:17:54
-@endExample
-
 @c =====================================================================
 
 @node Manipulating Filling and Adjustment, Manipulating Hyphenation, 
Registers, GNU troff Reference
@@ -19171,6 +19154,25 @@ the writing of files and execution of external 
commands,
 with or without inclusion of their output in the document.
 @end table
 
+If you wish to embed the date and/or time of a document's formatting
+into its output,
+interpolate these registers into its text.
+Use the
+@code{af}
+request to format their values for output.
+
+@Example
+.af year 0000
+.af mo 00
+.af dy 00
+.af hours 00
+.af minutes 00
+.af seconds 00
+ISO 8601 date stamp:
+\n[year]-\n[mo]-\n[dy]T\n[hours]:\n[minutes]:\n[seconds]
+    @result{} ISO 8601 date stamp: 2025-12-07T02:17:54
+@endExample
+
 @cindex spaces in file name or system command arguments
 @cindex comments, after file name or system command arguments
 @cindex @code{"}, at the start of a request argument

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to