summaryrefslogtreecommitdiff
path: root/usr.bin/jot
AgeCommit message (Collapse)Author
2004-01-01Explain how jot does rounding and truncation. Help from jmc@Otto Moerbeek
ok jmc@ millert@ deraadt@
2003-12-30o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number.Otto Moerbeek
o Document and warn that seeding the random generator is no longer supported since arc4random is used as the RG. ok jose@ millert@
2003-12-29Cleanup: KNF, -Wall, do not use pointers if the actual var isOtto Moerbeek
available, plus some other minor cleanup. New features: Allow explicit precision 0. For infinite sequences, do not print trailing newline if the counter wraps. Testing by henning@ and jmc@ ok deraadt@
2003-12-18random numbers are obtained via arc4random(3), not random(3);Jason McIntyre
from FreeBSD PR 54879, forwarded by otto@; ok otto@
2003-12-15jot.1:Jason McIntyre
- use .Bk/.Ek for SYNOPSIS - sort options - better -width for options list - reword examples to make them clearer - fix broken example, as reported by Takanori Isihara jot.c: - sync usage() with SYNOPSIS
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-01-12Make this work on 64 bit arch'sBob Beck
ok millert@
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-05-29strlcatTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-03-08de-register, use getopt(), prevent a few terribly unlikely bufferPaul Janzen
overflows, improve a few error messages, and avoid a bundle of faults involving the -w option.
2001-03-08Print examples correctlyPaul Janzen
2000-12-21- Get rid of local error() function and instead use err(3).Aaron Campbell
- Add a standard usage() function.
2000-12-21Use arc4random().Aaron Campbell
2000-07-14previous two patches mixed up if/else matchingTheo de Raadt
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-03-08Various cleanups and improvements.Aaron Campbell
1999-12-04more oflowsTheo de Raadt
1999-12-04oflowsTheo de Raadt
1999-07-26new mdoc'd jot(1) man pageAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt