diff options
Diffstat (limited to 'upstream/archlinux/man1/wc.1')
-rw-r--r-- | upstream/archlinux/man1/wc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/archlinux/man1/wc.1 b/upstream/archlinux/man1/wc.1 index fe02c051..d64e5413 100644 --- a/upstream/archlinux/man1/wc.1 +++ b/upstream/archlinux/man1/wc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH WC "1" "January 2024" "GNU coreutils 9.4" "User Commands" +.TH WC "1" "March 2024" "GNU coreutils 9.5" "User Commands" .SH NAME wc \- print newline, word, and byte counts for each file .SH SYNOPSIS @@ -12,8 +12,8 @@ wc \- print newline, word, and byte counts for each file .\" Add any additional description here .PP Print newline, word, and byte counts for each FILE, and a total line if -more than one FILE is specified. A word is a non\-zero\-length sequence of -printable characters delimited by white space. +more than one FILE is specified. A word is a nonempty sequence of non white +space delimited by white space characters or by start or end of input. .PP With no FILE, or when FILE is \-, read standard input. .PP @@ -56,7 +56,7 @@ GNU coreutils online help: <https://www.gnu.org/software/coreutils/> .br Report any translation bugs to <https://translationproject.org/team/> .SH COPYRIGHT -Copyright \(co 2023 Free Software Foundation, Inc. +Copyright \(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. |