groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 17/22: [man pages]: Fix unescaped hyphens.


From: G. Branden Robinson
Subject: [groff] 17/22: [man pages]: Fix unescaped hyphens.
Date: Thu, 13 May 2021 05:08:39 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f3d41a977d719e51ed811d98baac0791db49a3d8
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu May 13 17:07:20 2021 +1000

    [man pages]: Fix unescaped hyphens.
---
 contrib/groff_filenames/groff_filenames.5.man | 2 +-
 man/groff_diff.7.man                          | 6 +++---
 src/devices/grops/grops.1.man                 | 6 +++---
 src/utils/afmtodit/afmtodit.1.man             | 2 +-
 tmac/groff_ms.7.man                           | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/contrib/groff_filenames/groff_filenames.5.man 
b/contrib/groff_filenames/groff_filenames.5.man
index 61b78d8..b0d4dea 100644
--- a/contrib/groff_filenames/groff_filenames.5.man
+++ b/contrib/groff_filenames/groff_filenames.5.man
@@ -391,7 +391,7 @@ Their file names have the form:
 is the name of the macro package without the leading
 .B m
 character, which is reintegrated by the option
-.BR -m .
+.BR \-m .
 .
 .
 .P
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index d4a9cf0..d28038c 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -4493,10 +4493,10 @@ encountered and supports several categories of warning;
 the output of these can be selectively suppressed with
 .B .warn
 (and see the
-.BR -E ,
-.BR -w ,
+.BR \-E ,
+.BR \-w ,
 and
-.B -W
+.B \-W
 options of
 .IR \%@g@troff (@MAN1EXT@)).
 .
diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index 92491af..67c69e0 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -1235,8 +1235,8 @@ PFA=$INT.pfa
 AFM=$INT.afm
 GFN=RSR
 DIR=$HOME/.local/groff/font
-mkdir -p \[dq]$DIR\[dq]/devps
-fontforge -lang=ff -c \[dq]Open(\[rs]\[dq]$TTF\[rs]\[dq]);\[rs]
+mkdir \-p \[dq]$DIR\[dq]/devps
+fontforge \-lang=ff \-c \[dq]Open(\[rs]\[dq]$TTF\[rs]\[dq]);\[rs]
 \tGenerate(\[rs]\[dq]$DIR/devps/$PFA\[rs]\[dq]);\[dq]
 afmtodit \[dq]$DIR/devps/$AFM\[dq] \[dq]$MAP\[dq] \
 \[dq]$DIR/devps/$GFN\[dq]
@@ -1257,7 +1257,7 @@ The test procedure is simple.
 .RS 4
 .LP
 .EX
-printf \[dq].ft RSR\[rs]nHello, world!\[rs]n\[dq] | groff -F \
+printf \[dq].ft RSR\[rs]nHello, world!\[rs]n\[dq] | groff \-F \
 \[dq]$DIR\[dq] > hello.ps
 .EE
 .RE
diff --git a/src/utils/afmtodit/afmtodit.1.man 
b/src/utils/afmtodit/afmtodit.1.man
index b961fce..46ddabd 100644
--- a/src/utils/afmtodit/afmtodit.1.man
+++ b/src/utils/afmtodit/afmtodit.1.man
@@ -80,7 +80,7 @@ a file named for the intended
 .I groff
 font name
 (but see the
-.B -o
+.B \-o
 option).
 .
 .
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index ae04912..1fdb64e 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -35,13 +35,13 @@ groff_ms \- GNU roff manuscript macro package for 
formatting documents
 .SH Synopsis
 .\" ====================================================================
 .
-.SY "groff -ms"
+.SY "groff \-ms"
 .RI [ option
 \&.\|.\|.\&]
 .RI [ input-file
 \&.\|.\|.\&]
 .
-.SY "groff -m ms"
+.SY "groff \-m ms"
 .RI [ option
 \&.\|.\|.\&]
 .RI [ input-file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]