summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-03-09 06:29:25 +0000
committerwlemb <wlemb>2002-03-09 06:29:25 +0000
commit11b2f6077872bff4c6485498f2d118546e6d005d (patch)
tree445426e118279782b5fb3d81f583cbee471fec0b
parentc818bd40f4abc5c78aac65bb414316aab3849bbe (diff)
downloadgroff-11b2f6077872bff4c6485498f2d118546e6d005d.tar.gz
* tmac/groff_ms.man: Add documentation for RS and RE macros.
-rw-r--r--ChangeLog8
-rw-r--r--tmac/groff_ms.man19
2 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3969506..da6ea176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-09 Larry Kollar <kollar@alltel.net>
+
+ * tmac/groff_ms.man: Add documentation for RS and RE macros.
+
+2002-03-08 Werner LEMBERG <wl@gnu.org>
+
+ * doc/groff.texinfo: Fixes for texinfo 4.1.
+
2002-03-07 Werner LEMBERG <wl@gnu.org>
* src/include/lib.h: Include getopt.h if groff-getopt.h can't be
diff --git a/tmac/groff_ms.man b/tmac/groff_ms.man
index cb206687..5b3e9416 100644
--- a/tmac/groff_ms.man
+++ b/tmac/groff_ms.man
@@ -447,6 +447,25 @@ Print the enclosed
.I text
as a superscript.
.\" -----
+.SS Indents
+You may need to indent sections of text.
+A typical use for indents is to create nested lists and sublists.
+.PP
+Use the
+.B RS
+and
+.B RE
+macros to start and end a section of indented text, respectively.
+The
+.B PI
+register controls the amount of indent.
+.PP
+You can nest indented sections as deeply as needed by
+using multiple, nested pairs of
+.B RS
+and
+.BR RE .
+.\" -----
.SS Lists
The
.B IP