gbranden pushed a commit to branch master
in repository groff.

commit ce57681f238f037313c35a06cd54db79b1a62ae1
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Sep 16 16:52:48 2023 -0500

    doc/groff.texi (I/O) <mso, msoquiet>: Fix error.
    
    These requests do _not_ alter the argument in an attempt to locate a
    file corresponding to it.  (That is, one says "groff -m trace" but ".mso
    trace.tmac".)
---
 ChangeLog      | 7 +++++++
 doc/groff.texi | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eea3c5255..7460bc578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-09-16  G. Branden Robinson <[email protected]>
+
+       * doc/groff.texi (I/O) <mso, msoquiet>: Fix error.  These
+       requests do _not_ alter the argument in an attempt to locate
+       a file corresponding to it.  (That is, one says "groff -m trace"
+       but ".mso trace.tmac".)
+
 2023-09-16  G. Branden Robinson <[email protected]>
 
        * doc/doc.am (doc/webpage.ps, doc/webpage.html): Update and
diff --git a/doc/groff.texi b/doc/groff.texi
index ca63f5453..a7f134eba 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -15981,9 +15981,9 @@ for @code{pso} also.
 Identical to the @code{so} and @code{soquiet} requests, respectively,
 except that @command{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, these requests try to include
-@file{tmac.@var{name}} and vice versa.
+option.  Unlike that option, @var{file} must be the file name as it
+appears in the file system; these requests do not add a @file{.tmac}
+suffix or @file{tmac.} prefix to locate @var{file}.
 @endDefreq
 
 @DefreqList {trf, file}

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to