Date: Thu, 11 Jun 2009 13:10:03 GMT From: Jonathan McKeown <j.mckeown@ru.ac.za> To: freebsd-doc@FreeBSD.org Subject: Re: docs/135475: [patch] jot(1) manpage and behaviour differ Message-ID: <200906111310.n5BDA3Q8092262@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/135475; it has been noted by GNATS. From: Jonathan McKeown <j.mckeown@ru.ac.za> To: bug-followup@freebsd.org, j.mckeown@ru.ac.za Cc: Subject: Re: docs/135475: [patch] jot(1) manpage and behaviour differ Date: Thu, 11 Jun 2009 15:03:35 +0200 --Boundary-00=_nCQMKdGOK1vWC9O Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline And here's the patch. --Boundary-00=_nCQMKdGOK1vWC9O Content-Type: text/plain; charset="iso 8859-15"; name="jotdiff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jotdiff.txt" --- - 2009-06-11 14:24:58.324200084 +0200 +++ jot.1 2009-06-11 14:12:28.000000000 +0200 @@ -112,14 +112,15 @@ If four are specified and the given and computed values of .Ar reps conflict, the lower value is used. -If fewer than three are specified, defaults are assigned -left to right, except for +If one or two are specified, defaults are assigned +starting with .Ar s , -which assumes a default of 1 or -1 if both +which assumes a default of 1 (or -1 if .Ar begin and .Ar end -are given. +specify a descending range), and then working from the +leftmost omitted argument until three arguments are set. .Pp Defaults for the four arguments are, respectively, 100, 1, 100, and 1, except that when random data are requested, --Boundary-00=_nCQMKdGOK1vWC9O--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111310.n5BDA3Q8092262>