From a46efcbc9e2f88bb633e4072fb7ad5c7e1d70fc6 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 27 Feb 2022 07:13:31 +0000 Subject: [PATCH] tweak the opening paragraph for readability, and tidy up one of the examples; ok millert --- usr.bin/seq/seq.1 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1 index 4996b97b38e..69d065e02d7 100644 --- a/usr.bin/seq/seq.1 +++ b/usr.bin/seq/seq.1 @@ -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 @@ Generate a sequence from 3 to 1 (inclusive) with a default increment of -1: 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 -- 2.20.1