groff-commit
[Top][All Lists]
Advanced

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

[groff] 18/35: groff(7): Recast ec, eo, ev, evc req descriptions.


From: G. Branden Robinson
Subject: [groff] 18/35: groff(7): Recast ec, eo, ev, evc req descriptions.
Date: Fri, 16 Jul 2021 20:39:43 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3db0afb72635c36e66b695377aaa57787617f5a7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jul 15 06:21:01 2021 +1000

    groff(7): Recast ec, eo, ev, evc req descriptions.
---
 man/groff.7.man | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index 0361cb3..bc2736b 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1775,23 +1775,27 @@ at position
 .
 .TPx
 .REQ .ec
-Reset escape character to
+Set escape character to
 .squoted_char \[rs] .
 .
+.
 .TPx
 .REQ .ec "c"
 Set escape character to
 .IR c .
 .
+.
 .TPx
 .REQ .ecr
 Restore escape character saved with
 .request .ecs .
 .
+.
 .TPx
 .REQ .ecs
 Save current escape character.
 .
+.
 .TPx
 .REQ .el "anything"
 Interpret
@@ -1811,24 +1815,28 @@ after the end of input.
 .
 .TPx
 .REQ .eo
-Turn off escape character mechanism.
+Unset escape character,
+turning off escape interpretation.
+.
 .
 .TPx
 .REQ .ev
-Switch to previous environment and pop it off the stack.
+Pop environment stack,
+returning to previous one.
+.
 .
 .TPx
 .REQ .ev "env"
-Push down environment number or name
-.I env
-to the stack and switch to it.
+Push current environment onto stack and switch to
+.IR env .
+.
 .
 .TPx
 .REQ .evc "env"
-Copy the contents of environment
+Copy environment
 .I env
-to the current environment.
-No pushing or popping.
+to the current one.
+.
 .
 .TPx
 .REQ .ex



reply via email to

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