OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / seq.1
index 9aceb40..3f5a21f 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH SEQ "1" "May 2014" "GNU coreutils 8.21" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
+.TH SEQ "1" "May 2014" "GNU coreutils 8.22" "User Commands"
 .SH NAME
 seq \- print a sequence of numbers
 .SH SYNOPSIS
@@ -35,22 +35,19 @@ output version information and exit
 .PP
 If FIRST or INCREMENT is omitted, it defaults to 1.  That is, an
 omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST.
+The sequence of numbers ends when the sum of the current number and
+INCREMENT would become greater than LAST.
 FIRST, INCREMENT, and LAST are interpreted as floating point values.
 INCREMENT is usually positive if FIRST is smaller than LAST, and
 INCREMENT is usually negative if FIRST is greater than LAST.
 FORMAT must be suitable for printing one argument of type 'double';
 it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point
 decimal numbers with maximum precision PREC, and to %g otherwise.
+.PP
+GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
+Report seq translation bugs to <http://translationproject.org/team/>
 .SH AUTHOR
 Written by Ulrich Drepper.
-.SH "REPORTING BUGS"
-Report seq bugs to bug\-coreutils@gnu.org
-.br
-GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
-.br
-General help using GNU software: <http://www.gnu.org/gethelp/>
-.br
-Report seq translation bugs to <http://translationproject.org/team/>
 .SH COPYRIGHT
 Copyright \(co 2013 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.