bgarrigues pushed a commit to branch master
in repository groff.
commit 8ca41399a2449fe5d619a6edd292c127c891f4e7
Author: Bertrand Garrigues <[email protected]>
Date: Mon Aug 28 23:16:38 2017 +0200
Fix troff.1 misleading definition of -w all.
See bug at https://savannah.gnu.org/bugs/?47784. Suggested by Kaz
Kylheku <[email protected]>.
---
ChangeLog | 7 +++++++
src/roff/troff/troff.1.man | 6 +++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 9829e61..b234d9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-28 Bertrand Garrigues <[email protected]>
+
+ Fix troff.1 misleading definition of -w all.
+
+ See bug at https://savannah.gnu.org/bugs/?47784. Suggested by Kaz
+ Kylheku <[email protected]>.
+
2017-08-25 Bjarni Ingi Gislason <[email protected]>
`preconv --version' crashes.
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index 4f9d52c..2877f3d 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -297,9 +297,13 @@ Available warnings are described in the section
.I WARNINGS
below.
.
-For example, to enable all warnings, use
+To enable most useful warnings use
.B \-w
.BR all .
+To enable absolutely all warnings use
+.B \-w
+.BR w
+instead.
Multiple
.B \-w
options are allowed.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit