summaryrefslogtreecommitdiff
path: root/man/roff.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-01-09 18:28:22 +0000
committerwlemb <wlemb>2002-01-09 18:28:22 +0000
commit941ce635cb7167d93dc41fc42a79af2c6a690e12 (patch)
treedd8085de6847950a384b00ed4df5ee5dc6a79356 /man/roff.man
parent793ded5bc36b045cd53acd4687a41ef37c89d7ce (diff)
downloadgroff-941ce635cb7167d93dc41fc42a79af2c6a690e12.tar.gz
* man/groff_out.man: Revised.
* man/roff.man: Minor fixes. * src/roff/troff/troff.man: Some reordering. * tmac/an-old.tmac: Add dummy macros for equation support.
Diffstat (limited to 'man/roff.man')
-rw-r--r--man/roff.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/roff.man b/man/roff.man
index fdd1af8b..280b8f00 100644
--- a/man/roff.man
+++ b/man/roff.man
@@ -1,7 +1,7 @@
.ig
roff.man
-Last update: 06 Jan 2002
+Last update: 08 Jan 2002
This file is part of groff, the GNU roff type-setting system.
@@ -678,7 +678,7 @@ font changes with
in-line comments with
.esc \[dq] ,
the escaping of special control characters like
-.esc \e ,
+.esc \[rs] ,
and many other features.
.
.P
@@ -690,7 +690,7 @@ A string is stored by the
request.
.
The stored string can be retrieved later by the
-.B \[e]*
+.B \[rs]*
escape sequence.
.
.P
@@ -700,7 +700,7 @@ store numbers and sizes.
A register can be set with the request
.B .nr
and its value can be retrieved by the escape sequence
-.BR "\[e]n" .
+.BR "\[rs]n" .
.
.
.\" --------------------------------------------------------------------