gbranden pushed a commit to branch master
in repository groff.

commit e5c1ab4b8e601cc1e220701cf79ed3b52d38202e
Author: G. Branden Robinson <[email protected]>
Date:   Mon Jun 18 04:00:51 2018 -0400

    groff(7): Expand explanation of \c.
    
    Borrow and adapt language from groff.texi's "Line Control" section.
    
    Signed-off-by: G. Branden Robinson <[email protected]>
---
 man/groff.7.man | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index 2667b45..facc170 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -2991,7 +2991,16 @@ to\~0 otherwise.
 .
 .TP
 .ESC c
-Interrupt text processing.
+Continue output line at next input line.
+Anything after this escape on the same line is ignored except
+.ESC R
+(which works as usual).
+Anything before
+.ESC c
+on the same line is appended to the current partial output line.
+The next non-command line after a line interrupted with
+.ESC c
+counts as a new input line.
 .
 .TP
 .ESCq C glyph

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

Reply via email to