1. Update manpage in view of the change of behavior I introduced in -r1.27.
authortb <tb@openbsd.org>
Sun, 17 Jul 2016 04:04:46 +0000 (04:04 +0000)
committertb <tb@openbsd.org>
Sun, 17 Jul 2016 04:04:46 +0000 (04:04 +0000)
commit5eb446e8e83e24effc06403cda5dfe06e4c32431
tree784d828e6a6b027c219f1f166b71d26ae560b3f6
parent1558a2f31cfecafc2ce7410692b6a0452398875d
1. Update manpage in view of the change of behavior I introduced in -r1.27.

The bounds are taken inclusive and -w %d doesn't change the output of
integer random sequences anymore.  This is the same behavior as that
of Linux and NetBSD, but differs from FreeBSD and OS X.

Issue reported by Philippe Meunier on misc@.

2 Fix a bug from the same commit observed by Otto: if the precision is 0,
values may be printed out of bounds.  Fall back to the old behavior if at
least one bound isn't an integer.

General agreement expressed by otto@, tedu@, jmc@, sobrado@
Help with checking other operating systems by sobrado@.

Manpage ok jmc@.
Bugfix discussed with otto@ on icb
usr.bin/jot/jot.1
usr.bin/jot/jot.c