[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 11/46: doc/groff.texi (I/O): Shift sentence.
From: |
G. Branden Robinson |
Subject: |
[groff] 11/46: doc/groff.texi (I/O): Shift sentence. |
Date: |
Sun, 18 Apr 2021 01:22:17 -0400 (EDT) |
gbranden pushed a commit to branch dev-gropdf-boxes
in repository groff.
commit f616943b9f50b9dc5b091ba90aa34b24587c7073
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Apr 9 12:14:27 2021 +1000
doc/groff.texi (I/O): Shift sentence.
Move explanation of "file" warning behavior from .mso to .so
description, since it applies to .so and .mso incorporates .so's
behavior by reference.
---
doc/groff.texi | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index e72f3bd..0a1fbf0 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -14273,9 +14273,11 @@ The fill color is associated with the current
environment
@cindex including a file (@code{so})
@cindex file, inclusion (@code{so})
Read in the specified @var{file} and include it in place of the
-@code{so} request. This is quite useful for large documents, e.g.@:
-keeping each chapter in a separate file. @xref{gsoelim}, for more
-information.
+@code{so} request. If @var{file} does not exist, a warning of type
+@samp{file} is emitted and the request has no other effect.
+@xref{Debugging}, for information about warnings. This is quite useful
+for large documents, e.g.@: keeping each chapter in a separate file.
+@xref{gsoelim}, for more information.
Since @code{gtroff} replaces the @code{so} request with the contents of
@code{file}, it makes a difference whether the data is terminated with a
@@ -14312,13 +14314,12 @@ for @code{pso} also.
@endDefreq
@Defreq {mso, file}
-Identical to the @code{so} request except that @code{gtroff} searches
-for the specified @var{file} in the same directories as macro files for
-the @option{-m} command-line option. If the file name to be included
-has the form @file{@var{name}.tmac} and it isn't found, @code{mso} tries
-to include @file{tmac.@var{name}} and vice versa. If the file does not
-exist, a warning of type @samp{file} is emitted. @xref{Debugging}, for
-information about warnings.
+Identical to the @code{so} request
+except that @code{gtroff} searches for the specified @var{file} in the
+same directories as macro files for the @option{-m} command-line option.
+If the file name to be included has the form @file{@var{name}.tmac} and
+it isn't found, @code{mso} tries to include @file{tmac.@var{name}} and
+vice versa.
@endDefreq
@DefreqList {trf, file}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 11/46: doc/groff.texi (I/O): Shift sentence.,
G. Branden Robinson <=