summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Don't call printf with no format string.kris2000-07-101-1/+1
|
* Back out rev 1.11, about which bde had concerns, and instead implementsheldonh2000-01-062-66/+72
| | | | | | | | appropriate bounds-checking and typecasts based on our knowledge of the desired conversion format specifier. Simplify diagnostics and take care to print the correct conversion format specifier when %l is involved.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Don't dump core for a known, documented bug.sheldonh1999-07-221-1/+21
| | | | | PR: 12611 Reviewed by: markm
* Improve printf(3) conversion specifier parsing so that silly formatssheldonh1999-07-222-19/+97
| | | | | | | | | | | aren't allowed and the right casts can be used for printf() statements. Document the conversion specifier limitations and the fact that arithmetic overflow causes a fatal error. PR: 12611 Reported by: Frode Vatvedt Fjeld <frodef@acm.org> Reviewed by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Correct an error in a manpage example, add -Wall -W to Makefile (nokris1999-05-133-8/+6
| | | | | | warnings given) and modify source to use arc4random() instead of random(). Reviewed by: ache
* Random data is no longer based on the time of day, rather the randomsteve1998-01-241-3/+4
| | | | | | | number device. Also clearly state that sequential data is the default. PR: 5553 Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca>
* Mdoc'ify man page.charnier1997-11-032-102/+98
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-07-151-35/+28
|
* Remove srandomdev fallback codeache1997-06-141-4/+3
|
* Use srandomdev() nowache1997-03-301-5/+10
| | | | Fix error with begin variable calculation
* Fix srandom arg type according to Lite2ache1997-03-111-1/+1
|
* Add ^ getpid() to make more random results for subsequent calling.ache1997-03-081-5/+6
| | | | | | Add proper type casting to random calls Should go into 2.2
* >Number: 917joerg1995-12-291-2/+2
| | | | | >Category: bin >Synopsis: -s option in jot is broken
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+593
OpenPOWER on IntegriCloud