[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 14/31: [docs]: Fix style nit.
From: |
G. Branden Robinson |
Subject: |
[groff] 14/31: [docs]: Fix style nit. |
Date: |
Mon, 31 Jan 2022 11:28:09 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 7e193cae5a93d591f1349b7d91e31c3c369d8208
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Jan 30 05:50:56 2022 +1100
[docs]: Fix style nit.
* Try to make the `-I` option pellucid.
---
doc/groff.texi | 7 ++++---
src/devices/gropdf/gropdf.1.man | 2 +-
src/devices/grops/grops.1.man | 2 +-
src/preproc/soelim/soelim.1.man | 2 +-
src/roff/troff/troff.1.man | 4 ++--
5 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index d08f474b..126fcac5 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -1128,13 +1128,14 @@ and as arguments to @code{psbb}, @code{so}, and
@code{soquiet} requests.
@item
Output drivers may search for files; for instance, @code{grops} looks
-for files named in @samp{\X'ps: import @r{@dots{}}'} and @samp{\X'ps:
-file @r{@dots{}}'} escape sequences.
+for files named in @samp{\X'ps: import @r{@dots{}}'}, @samp{\X'ps: file
+@r{@dots{}}'}, and @samp{\X'pdf: pdfpic @r{@dots{}}'} device control
+escape sequences.
@end itemize
This option may be specified more than once; the directories are
searched in the order specified. If you want to search the current
-directory before others, add @samp{-I .} at the appropriate place. The
+directory before others, add @samp{-I .} at the desired place. The
current working directory is otherwise searched last. @option{-I} works
similarly to, and is named for, the ``include'' option of Unix C
compilers.
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index 25b9c022..c9c759a4 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -164,7 +164,7 @@ the directories are then searched in the order specified.
If you want to search the current directory before others,
add
.RB \[lq] "\-I .\&" \[rq]
-at the appropriate place.
+at the desired place.
.
The current working directory is otherwise searched last.
.
diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index 200e54e3..bd2b887c 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -279,7 +279,7 @@ the directories are then searched in the order specified.
If you want to search the current directory before others,
add
.RB \[lq] "\-I .\&" \[rq]
-at the appropriate place.
+at the desired place.
.
The current working directory is otherwise searched last.
.
diff --git a/src/preproc/soelim/soelim.1.man b/src/preproc/soelim/soelim.1.man
index 676e1b90..4b424028 100644
--- a/src/preproc/soelim/soelim.1.man
+++ b/src/preproc/soelim/soelim.1.man
@@ -384,7 +384,7 @@ the directories are searched in the order specified.
If you want to search the current directory before others,
add
.RB \[lq] "\-I .\&" \[rq]
-at the appropriate place.
+at the desired place.
.
The current working directory is otherwise searched last.
.
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index bf725987..03e50fae 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -277,7 +277,7 @@ those named in
.RB \[lq] "\[rs]X\[aq]ps: file\[aq]" \[rq],
and
.RB \[lq] "\[rs]X\[aq]pdf: pdfpic\[aq]" \[rq]
-escape sequences).
+device control escape sequences).
.
This option may be specified more than once;
the directories are searched in the order specified.
@@ -285,7 +285,7 @@ the directories are searched in the order specified.
If you want to search the current directory before others,
add
.RB \[lq] "\-I .\&" \[rq]
-at the appropriate place.
+at the desired place.
.
The current working directory is otherwise searched last.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 14/31: [docs]: Fix style nit.,
G. Branden Robinson <=