=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/seq/seq.1,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/seq/seq.1 2022/02/22 15:15:34 1.1 +++ src/usr.bin/seq/seq.1 2022/02/27 07:13:31 1.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: seq.1,v 1.1 2022/02/22 15:15:34 millert Exp $ +.\" $OpenBSD: seq.1,v 1.2 2022/02/27 07:13:31 jmc Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 22 2022 $ +.Dd $Mdocdate: February 27 2022 $ .Dt SEQ 1 .Os .Sh NAME @@ -43,12 +43,11 @@ .Sh DESCRIPTION The .Nm -utility prints a sequence of numbers, one per line -.Pq default , +utility prints a sequence of numbers, one per line by default, from .Ar first -.Pq default 1 , -to near +.Pq default 1 +to as near .Ar last as possible, in increments of .Ar incr @@ -138,8 +137,8 @@ 1 .Ed .Pp -Generate a sequence from 0 to 0.1 (inclusive) with an increment of 0.05 and padding -with leading zeroes. +Generate a sequence from 0 to 0.1 (inclusive) with an increment of 0.05 +and padding with leading zeroes: .Bd -literal -offset indent # seq -w 0 .05 .1 0.00