groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 03/19: eqn(1): Relocate material.


From: G. Branden Robinson
Subject: [groff] 03/19: eqn(1): Relocate material.
Date: Mon, 29 May 2023 15:07:30 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7f5bc0492bcb3cd7f9f5aad68b81d5db71595677
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat May 27 00:19:26 2023 -0500

    eqn(1): Relocate material.
    
    All of these are primitives, not themselves macros.
---
 src/preproc/eqn/eqn.1.man | 96 +++++++++++++++++++++++------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

diff --git a/src/preproc/eqn/eqn.1.man b/src/preproc/eqn/eqn.1.man
index eb2859585..16dfd6beb 100644
--- a/src/preproc/eqn/eqn.1.man
+++ b/src/preproc/eqn/eqn.1.man
@@ -592,6 +592,54 @@ and
 .B gbfont
 in subsection \[lq]Fonts\[rq] below.
 .
+In the following synopses,
+.I X
+can be any character not appearing in the parameter thus bracketed.
+.
+.
+.TP
+.BI sdefine\~ "name X anything X"
+This is like the
+.B \%define
+primitive,
+but
+.I name
+is not recognized if called with arguments.
+.
+.
+.br
+.ne 4v \" XXX: should need only 3v!
+.TP
+.BI include\~ file
+.TQ
+.BI copy\~ file
+Interpolate the contents of
+.IR file .
+.
+Lines in
+.I file
+beginning with
+.B .EQ
+or
+.B .EN
+are ignored.
+.
+.
+.TP
+.BI ifdef\~ "name X anything X"
+If
+.I name
+is defined as a primitive or macro,
+interpret
+.IR anything .
+.
+.
+.TP
+.BI undef\~ name
+Remove definition of macro or primitive
+.IR name ,
+making it undefined.
+.
 .
 .TP
 .BI big\~ e
@@ -1502,54 +1550,6 @@ parenthesis are treated as comma-separated arguments.
 Commas inside nested parentheses
 do not terminate an argument.
 .
-In the following synopses,
-.I X
-can be any character not appearing in the parameter thus bracketed.
-.
-.
-.TP
-.BI sdefine\~ "name X anything X"
-This is like the
-.B \%define
-primitive,
-but
-.I name
-is not recognized if called with arguments.
-.
-.
-.br
-.ne 4v \" XXX: should need only 3v!
-.TP
-.BI include\~ file
-.TQ
-.BI copy\~ file
-Interpolate the contents of
-.IR file .
-.
-Lines in
-.I file
-beginning with
-.B .EQ
-or
-.B .EN
-are ignored.
-.
-.
-.TP
-.BI ifdef\~ "name X anything X"
-If
-.I name
-is defined as a primitive or macro,
-interpret
-.IR anything .
-.
-.
-.TP
-.BI undef\~ name
-Remove definition of macro or primitive
-.IR name ,
-making it undefined.
-.
 .
 .\" ====================================================================
 .SS "Predefined macros"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]