From 9428a7317ba4d6ea1e133181448714464c50792a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 10 Dec 2025 16:43:51 -0500 Subject: Tweak alf and unalf man pages. --- src/alf.1 | 2 +- src/alf.rst | 2 +- src/alfusage.c | 2 +- src/unalf.1 | 2 +- src/unalf.rst | 2 +- src/usage.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/alf.1 b/src/alf.1 index b32e25f..fd9fae8 100644 --- a/src/alf.1 +++ b/src/alf.1 @@ -143,7 +143,7 @@ Show \fBalf\fP version number and exit. End of options. The next argument is treated as the \fIalf\-file\fP and any further options are files to add to the archive. .UNINDENT -.\" end of options (next arg is alf-file) +.\" end of options (next arg is alf-file). . .\" ENDOPTS . diff --git a/src/alf.rst b/src/alf.rst index 0556225..a80b89a 100644 --- a/src/alf.rst +++ b/src/alf.rst @@ -113,7 +113,7 @@ an error; **-vtd** is OK). End of options. The next argument is treated as the *alf-file* and any further options are files to add to the archive. -.. end of options (next arg is alf-file) +.. end of options (next arg is alf-file). .. ENDOPTS diff --git a/src/alfusage.c b/src/alfusage.c index 1b9edf6..5c49d88 100644 --- a/src/alfusage.c +++ b/src/alfusage.c @@ -8,6 +8,6 @@ const char *usage_msg[] = { " -tz: use zero timestamps.", " -v: verbose (-vv: debug).", " -V: show version number.", - " --: end of options (next arg is alf-file)", + " --: end of options (next arg is alf-file).", (const char*)0 }; diff --git a/src/unalf.1 b/src/unalf.1 index 93fe459..f03a2a6 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -260,7 +260,7 @@ to exclude multiple patterns. End of options. The next argument is treated as the \fIalf\-file\fP and any further options are \fIwildcard\fPs. .UNINDENT -.\" end of options (next arg is alf-file) +.\" end of options (next arg is alf-file). . .\" ENDOPTS . diff --git a/src/unalf.rst b/src/unalf.rst index 0676001..3652d21 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -210,7 +210,7 @@ last in the combination. End of options. The next argument is treated as the *alf-file* and any further options are *wildcard*\s. -.. end of options (next arg is alf-file) +.. end of options (next arg is alf-file). .. ENDOPTS diff --git a/src/usage.c b/src/usage.c index d15a764..ae5b8a2 100644 --- a/src/usage.c +++ b/src/usage.c @@ -18,6 +18,6 @@ const char *usage_msg[] = { " -v: verbose listing of archive contents.", " -V: show version number.", " -x: exclude . may be given multiple times.", - " --: end of options (next arg is alf-file)", + " --: end of options (next arg is alf-file).", (const char*)0 }; -- cgit v1.2.3