[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 05/06: src/roff/nroff/nroff.sh: Tweak comments.
From: |
G. Branden Robinson |
Subject: |
[groff] 05/06: src/roff/nroff/nroff.sh: Tweak comments. |
Date: |
Fri, 4 Oct 2024 06:49:36 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit d88f59dc7a75eab42865a3fa12c54b6a38ac8607
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 4 05:12:08 2024 -0500
src/roff/nroff/nroff.sh: Tweak comments.
Clarify using ditto mark notation.
---
src/roff/nroff/nroff.sh | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index 3f641e84b..6cb1837e4 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -82,16 +82,16 @@ do
# groff(1) options we don't support:
#
- # -e
- # -s because of historical clash in meaning.
+ # -e because of historical clash in meaning.
+ # -s "
# -f because terminal devices don't support font families.
- # -g
- # -G
- # -j
- # -p because terminals don't do graphics. (Some do, but grotty(1)
+ # -g because terminals don't do graphics. (Some do, but grotty(1)
# does not produce ReGIS or Sixel output.)
- # -l
- # -L because terminal output is not suitable for a print spooler.
+ # -G "
+ # -j "
+ # -p "
+ # -l because terminal output is not suitable for a print spooler.
+ # -L "
# -N because we don't support -e.
# -X because gxditview(1) doesn't support terminal documents (why?).
case $arg in
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 05/06: src/roff/nroff/nroff.sh: Tweak comments.,
G. Branden Robinson <=