summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-29 01:00:28 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-29 01:50:39 +1000
commit1dfbbf0b56964f75c589174680d02422d5328017 (patch)
tree5bcdf063f85fc216470943a9f823c86100fff214 /PROBLEMS
parent8e12f879267f2550e2ebab9ad8c9340796952821 (diff)
downloadgroff-git-1dfbbf0b56964f75c589174680d02422d5328017.tar.gz
Reflow or fix long lines in top-level docs.
This did not produce much churn except in README.MinGW, which seems to have been deliberately wrapped at 76 columns instead of 72--sorry. Also update (in INSTALL.REPO's case, add) editor settings.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS8
1 files changed, 5 insertions, 3 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 3a33533c3..9ed0df0c4 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -45,8 +45,8 @@ and pager to versions which can handle SGR.
.
. \" The following code sets a top-of-page trap to disable grotty's TTY
. \" mode. Since neither \X nor .output can be used before the first
-. \" page has started, we must use a trap. To make it work with troff's
-. \" -o option, we wait until the first printed page.
+. \" page has started, we must use a trap. To make it work with
+. \" troff's -o option, we wait until the first printed page.
.
. de sgr@dummy
. .
@@ -56,7 +56,7 @@ and pager to versions which can handle SGR.
. \" The stand-alone version. If no other trap is set, we can safely
. \" insert the truncated vertical space caused by the trap (if any).
. \" Otherwise we assume that the document's main macro package takes
-. \" care of that. As soon as the trap has been executed, it is removed.
+. \" care of that. The trap is removed once it has been executed.
. de1 no@sgr
. if \\n[.P] \{\
. if (\\n[.t] == \\n[.p]) \{\
@@ -1014,5 +1014,7 @@ systems.
##### Editor settings
Local Variables:
+fill-column: 72
mode: text
End:
+vim: set textwidth=72: