groff-commit
[Top][All Lists]
Advanced

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

[groff] 17/44: groff(7): Pay the Savannah #45502 piper.


From: G. Branden Robinson
Subject: [groff] 17/44: groff(7): Pay the Savannah #45502 piper.
Date: Tue, 3 Sep 2024 08:05:42 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 558de4b553e96ada396586f0932c70f60a229b50
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Sep 2 01:25:31 2024 -0500

    groff(7): Pay the Savannah #45502 piper.
---
 man/groff.7.man | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/man/groff.7.man b/man/groff.7.man
index 5c28cad70..eb003d9b4 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -3101,6 +3101,12 @@ Restore escape character saved with
 Save the escape character.
 .
 .TPx
+.REQ .el
+Interpolate a newline if the conditional expression of the corresponding
+.request .ie
+request was false.
+.
+.TPx
 .REQ .el anything
 Interpret
 .I anything
@@ -3469,6 +3475,15 @@ to each inter-word space
 .scaleindicator m ).
 .
 .TPx
+.REQ .ie cond-expr
+Interpolate a newline if
+.I cond-expr
+is true,
+otherwise skip to a corresponding
+.request .el
+request.
+.
+.TPx
 .REQ .ie "cond-expr anything"
 If
 .I cond-expr
@@ -3481,6 +3496,12 @@ otherwise skip to a corresponding
 request.
 .
 .TPx
+.REQ .if cond-expr
+Interpolate a newline if
+.I cond-expr
+is true.
+.
+.TPx
 .REQ .if "cond-expr anything"
 If
 .I cond-expr
@@ -3807,6 +3828,10 @@ cancel suppression.
 .\" XXX: negative values accepted; check AT&T troff
 .
 .TPx
+.REQ .nop
+Interpolate a newline.
+.
+.TPx
 .REQ .nop anything
 Interpret
 .I anything
@@ -4697,6 +4722,12 @@ as page location trap at
 removing any visible trap already there.
 .
 .TPx
+.REQ .while cond-expr
+Interpolate newlines unless and until
+.I cond-expr
+evaluates false.
+.
+.TPx
 .REQ .while "cond-expr anything"
 Repeatedly execute
 .I anything



reply via email to

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