Module Name:src
Committed By: kamil
Date: Sun Jun 14 01:26:46 UTC 2020
Modified Files:
src/usr.bin/jot: jot.c
Log Message:
Generate format after setting the prec value
Otherwise we end up with setting invalid printf format: "%.-1f" (from
"if (snprintf(p, sz, "%%.%df", pre
Module Name:src
Committed By: simonb
Date: Sat Apr 25 11:11:33 UTC 2020
Modified Files:
src/usr.bin/jot: jot.1
Log Message:
Document the default values for options in a way that hopefully makes
much more sense.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.1
Module Name:src
Committed By: simonb
Date: Wed Apr 1 01:23:23 UTC 2020
Modified Files:
src/usr.bin/jot: jot.c
Log Message:
The manual page says:
-r Generate random data instead of sequential data, the default.
Adjust the default to produce random data instea
Module Name:src
Committed By: christos
Date: Mon Jun 25 14:29:17 UTC 2018
Modified Files:
src/usr.bin/jot: jot.1 jot.c
Log Message:
Don't require any arguments as the usage indicates; simplifies the code
and the documentation: now "jot" works like "jot -" used to (and cont
Module Name:src
Committed By: kamil
Date: Mon Jan 4 23:56:22 UTC 2016
Modified Files:
src/usr.bin/jot: jot.1
Log Message:
Bump date for previous
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/jot/jot.1
Please note that diffs are not public do
Module Name:src
Committed By: kamil
Date: Mon Jan 4 23:32:45 UTC 2016
Modified Files:
src/usr.bin/jot: jot.1
Log Message:
Add HISTORY and AUTHORS to jot
John A. Kunze requested to add himself as the author of jot
on the FreeBSD bugzilla with the following text:
Please
Module Name:src
Committed By: apb
Date: Wed Jan 5 19:59:48 UTC 2011
Modified Files:
src/usr.bin/jot: jot.1
Log Message:
Add an example of generating a list of integers; make it the first
example. Also add a reference to seq(1).
To generate a diff of this commit:
cvs rd