gbranden pushed a commit to branch master
in repository groff.

commit 59c2900b6236cab5c7ee991f6dd3c2626142393a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Dec 2 19:54:51 2024 -0600

    src/utils/indxbib/indxbib.cpp: Tweak usage output.
    
    Also fix misleading indentation.
---
 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 f958ae3bd..0fc40f36a 100644
--- a/src/utils/indxbib/indxbib.cpp
+++ b/src/utils/indxbib/indxbib.cpp
@@ -246,7 +246,7 @@ int main(int argc, char **argv)
   if (p) {
     p++;
     temp_index_file = new char[p - base_name
-                     + sizeof TEMP_INDEX_TEMPLATE];
+                              + sizeof TEMP_INDEX_TEMPLATE];
     memcpy(temp_index_file, base_name, p - base_name);
     strcpy(temp_index_file + (p - base_name), TEMP_INDEX_TEMPLATE);
   }
@@ -354,7 +354,7 @@ static void usage(FILE *stream)
     fputs("\n"
 "GNU indxbib makes an inverted index of the bibliographic databases\n"
 "in each FILE to speed their access by refer(1), lookbib(1), and\n"
-"lkbib(1). See the indxbib(1) manual page.\n",
+"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