* 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
an additional leading zero, or leading = like
.B 00755
, or
-.B =755
+.B =755 .
.SH "RESTRICTED DELETION FLAG OR STICKY BIT"
The restricted deletion flag or sticky bit is a single bit, whose
interpretation depends on the file type. For directories, it prevents
{
/* suppress syntax check for emit_mandatory_arg_note() */
fputs (_("\
- -t, --tabs=LIST use comma separated list of tab positions\n\
+ -t, --tabs=LIST use comma separated list of tab positions.\n\
"), stdout);
fputs (_("\
The last specified position can be prefixed with '/'\n\
-d, --delimiter=X use X instead of whitespace for field delimiter\n\
"), stdout);
fputs (_("\
- --field=FIELDS replace the numbers in these input fields (default=1)\n\
+ --field=FIELDS replace the numbers in these input fields (default=1);\n\
see FIELDS below\n\
"), stdout);
fputs (_("\
\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);
}