summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2020-06-20 18:20:04 +0100
committerPádraig Brady <P@draigBrady.com>2020-06-21 22:43:20 +0100
commit6de819a2e3f87d19b1293ece307683ccc81b08d6 (patch)
treeece76eb40ecc7429f2664824c28a42e6c2d88953 /src/rm.c
parentf5644c986ce39c6ca5fffbae30a2828b8ee56502 (diff)
downloadcoreutils-6de819a2e3f87d19b1293ece307683ccc81b08d6.tar.gz
doc: fix punctuation in man pages
* man/chmod.x: Add missing punctuation. * src/expand-common.c: Likewise. * src/numfmt.c: Likewise. * src/rm.c: Likewise. Fixes https://bugs.gnu.org/41962
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rm.c b/src/rm.c
index 370a632f0..5deeac8fb 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -180,7 +180,7 @@ use one of these commands:\n\
\n\
Note that if you use rm to remove a file, it might be possible to recover\n\
some of its contents, given sufficient expertise and/or time. For greater\n\
-assurance that the contents are truly unrecoverable, consider using shred.\n\
+assurance that the contents are truly unrecoverable, consider using shred(1).\n\
"), stdout);
emit_ancillary_info (PROGRAM_NAME);
}