gbranden pushed a commit to branch master
in repository groff.

commit 251c610216111c70cc20c945bede962df8e00a76
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 13 09:52:51 2024 -0600

    src/utils/indxbib/indxbib.cpp: Tweak usage msg.
---
 src/utils/indxbib/indxbib.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/indxbib/indxbib.cpp b/src/utils/indxbib/indxbib.cpp
index 8bb705702..03fa1f1fb 100644
--- a/src/utils/indxbib/indxbib.cpp
+++ b/src/utils/indxbib/indxbib.cpp
@@ -353,8 +353,8 @@ static void usage(FILE *stream)
   if (stdout == stream)
     fputs("\n"
 "GNU indxbib makes an inverted index of the bibliographic databases\n"
-"in each operand file to speed their access by refer(1), lookbib(1),\n"
-"and lkbib(1).  See the indxbib(1) manual page.\n",
+"in each \"file\" operand to speed their access by refer(1),\n"
+"lookbib(1), and lkbib(1).  See the indxbib(1) manual page.\n",
          stream);
 }
 

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

Reply via email to