gbranden pushed a commit to branch master
in repository groff.

commit b5e63acf562e6a142029c697cfb77bb2c229fa94
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jul 14 10:14:35 2024 -0500

    groff_man*(7): Clarify `SY` behavior.
    
    ...particularly with regard to the new indentation reuse feature.
---
 tmac/groff_man.7.man.in | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index 50d3bfee1..f452c69d3 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -1045,18 +1045,23 @@ has already been called without a corresponding
 a break is performed.
 .
 .I keyword
-and
+and any
 .I suffix
-(if any)
 are set in bold.
 .
 If a break is required in subsequent text
-(up to another paragraphing,
+(up to a paragraphing,
 sectioning,
-or synopsis macro call),
+or
+.B .YS
+macro call),
 lines after the first are indented.
 .
-The indentation amount is the width of
+Unless the previous synopsis's indentation is reused
+(see
+.B .YS
+below),
+output lines after the first indent by the width of
 .I keyword
 plus a space,
 if that is the only argument,

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

Reply via email to