>> cal support option -V to display version information, but the manpage doesn't >> mention it. > I see same problem with rename(1) :-) > Karel Here is a patch for it. Signed-off-by: Li Zefan <lizf@xxxxxxxxxxxxxx> --- rename.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc-utils/rename.1 b/misc-utils/rename.1 index f54869a..6811a38 100644 --- a/misc-utils/rename.1 +++ b/misc-utils/rename.1 @@ -6,6 +6,8 @@ rename \- Rename files .SH SYNOPSIS .BI rename " from to file..." +.br +.BI rename " -V" .SH DESCRIPTION .B rename will rename the specified files by replacing the first occurrence of @@ -13,6 +15,11 @@ will rename the specified files by replacing the first occurrence of in their name by .IR to . +.TP +.I "\-V," "\-\-version" +Display version information and exit. +.TP + For example, given the files .IR foo1 ", ..., " foo9 ", " foo10 ", ..., " foo278 , the commands - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html