summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-07-31 05:42:07 +0000
committerbwarken <bwarken>2013-07-31 05:42:07 +0000
commit0c50ce0ddd75f5c7dc6c53e02c69e84fa90a2814 (patch)
tree9cdb822855858b6ac29f8ae5325bd2b3c10a4094
parentb1b13a32e47972a66cee4b7903345f5770b750a9 (diff)
downloadgroff-0c50ce0ddd75f5c7dc6c53e02c69e84fa90a2814.tar.gz
Fix RUNOFF.
-rw-r--r--contrib/RUNOFF/ChangeLog4
-rw-r--r--contrib/RUNOFF/runoff.man20
2 files changed, 14 insertions, 10 deletions
diff --git a/contrib/RUNOFF/ChangeLog b/contrib/RUNOFF/ChangeLog
index ea42e0c0..ad2564aa 100644
--- a/contrib/RUNOFF/ChangeLog
+++ b/contrib/RUNOFF/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-31 Bernd Warken <groff-bernd.warken-72@web.de>
+
+ Fix RUNOFF
+
2013-06-17 Bernd Warken <groff-bernd.warken-72@web.de>
Remove files *~
diff --git a/contrib/RUNOFF/runoff.man b/contrib/RUNOFF/runoff.man
index b5080d03..269c9329 100644
--- a/contrib/RUNOFF/runoff.man
+++ b/contrib/RUNOFF/runoff.man
@@ -1750,7 +1750,7 @@ without using separators.
.
For example,
.RS
-.word1 word2 arg1 arg2 This is a comment
+.FONT CB ".cmd1 cmd2 arg1 arg2 This is a comment"
.RE
.
.
@@ -1763,7 +1763,7 @@ lines by the exclamation point (bang)
.
For example,
.RS
-.word1 word2 arg1 arg2 !This is a comment
+.FONT CB ".cmd1 cmd2 arg1 arg2 !This is a comment"
.RE
.
.
@@ -1812,7 +1812,7 @@ This process is very different from
In the following sections, only the upper case text lines are documented.
.
.
-,P
+.P
In
.FONT CI RUNOFF
and
@@ -1859,19 +1859,19 @@ beginning of the line.
.SS Appending several Lines in RUNOFF
.\" --------------------------------------------------------------------
.
-In 1974, it is documented that several text or command lines can be
-appended into a single line starting with a command.
+In the 1974 paper, it is documented that a command line can be
+appended by several text or command lines into a single line, each
+being separated by a
+.FONT CI semi-colon
+.FONT CB ; R .
.
.
.P
-These lines should be separated by a
-.FONT CI semi\-colon CB ; R .
-.
If the appended line is a command line, then it starts with a period.
.
-That's enough for separation.
+That's regarded as enough for separation.
.
-In this case, separating semi\-colon can be omitted.
+In this case, the separating semi\-colon can be omitted.
.
.
.\" --------------------------------------------------------------------