gbranden pushed a commit to branch master
in repository groff.
commit b192f9866f554a130cf6bc95ed5e1767c9a8b368
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jan 15 19:49:29 2026 -0600
gropdf(1): Fix style nits in --pdfver description.
* Set literals in bold, not italics.
* Use `\|` thin space around bar character, not full `\~` spaces.
* Use braces consisently to present otherwise unbracketed exclusive
syntactical choices.
* Use normal, not unbreakable space, in option synopsis; if the user
condfigured a radically short line length, roll with it.
* Break input lines after semicolons.
* Break input lines around multi-word parenthetical phrases.
* Use empty request between sentences.
---
src/devices/gropdf/gropdf.1.man | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index 96296d82b..eea2d2244 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -74,7 +74,7 @@ output driver for Portable Document Format
.RB [ \-p\~\c
.IR paper-format ]
.RB [ \-\-pdfver\~\c
-.RI { 1.4 \~|\~ 1.7 }]
+.RB { 1.4 \||\| 1.7 }]
\#.RB [ \-w\~\c
\#.IR n ]
.RB [ \-u
@@ -282,12 +282,16 @@ for details.
.
.
.TP
-.BI \-\-pdfver\~ 1.4 \~|\~ 1.7
-PDF version 1.7 introduced a more compact object format, this is
-now the default.
-If you require the original format (as produced by
+.BR "\-\-pdfver " { 1.4 \||\| 1.7 }
+PDF version 1.7 introduced a more compact object format;
+this is now the default.
+.
+If you require the original format
+(as produced by
.I gropdf
-1.23) set the version to 1.4.
+1.23)
+set the version to
+.BR 1.4 .
.
.
.TP
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit