OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / wc.1
index b3a2980..ebe04c2 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH WC "1" "April 2010" "GNU coreutils 8.5" "User Commands"
+.TH WC "1" "March 2012" "GNU coreutils 8.16" "User Commands"
 .SH NAME
 wc \- print newline, word, and byte counts for each file
 .SH SYNOPSIS
@@ -15,6 +15,8 @@ Print newline, word, and byte counts for each FILE, and a total line if
 more than one FILE is specified.  With no FILE, or when FILE is \-,
 read standard input.  A word is a non\-zero\-length sequence of characters
 delimited by white space.
+The options below may be used to select which counts are printed, always in
+the following order: newline, word, character, byte, maximum line length.
 .TP
 \fB\-c\fR, \fB\-\-bytes\fR
 print the byte counts
@@ -52,7 +54,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>
 .br
 Report wc translation bugs to <http://translationproject.org/team/>
 .SH COPYRIGHT
-Copyright \(co 2010 Free Software Foundation, Inc.
+Copyright \(co 2012 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free to change and redistribute it.