aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-10 16:43:51 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-10 16:43:51 -0500
commit9428a7317ba4d6ea1e133181448714464c50792a (patch)
treec4dacf577bf612a4b61c284cc69d30d360cdad17
parent5e1d23cb0b269b08076edc3203f7ba5dbcee45d2 (diff)
downloadalftools-9428a7317ba4d6ea1e133181448714464c50792a.tar.gz
Tweak alf and unalf man pages.
-rw-r--r--src/alf.12
-rw-r--r--src/alf.rst2
-rw-r--r--src/alfusage.c2
-rw-r--r--src/unalf.12
-rw-r--r--src/unalf.rst2
-rw-r--r--src/usage.c2
6 files changed, 6 insertions, 6 deletions
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 <wildcard>. may be given multiple times.",
- " --: end of options (next arg is alf-file)",
+ " --: end of options (next arg is alf-file).",
(const char*)0
};