summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/wc.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/fedora-rawhide/man1/wc.1
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/fedora-rawhide/man1/wc.1')
-rw-r--r--upstream/fedora-rawhide/man1/wc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/fedora-rawhide/man1/wc.1 b/upstream/fedora-rawhide/man1/wc.1
index fe02c051..02924b38 100644
--- a/upstream/fedora-rawhide/man1/wc.1
+++ b/upstream/fedora-rawhide/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" "April 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.