summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot/jot.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing AUTHOR section for jot(1), rs(1), and lam(1)allanjude2015-04-071-1/+3
| | | | | | | | | PR: 196786 Differential Revision: https://reviews.freebsd.org/D2115 Submitted by: John A. Kunze (Author) Approved by: wblock (mentor) MFC after: 1 week Sponsored by: ScaleEngine Inc.
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Fix stuttering sequences and reverse rangesbrian2010-06-021-3/+83
| | | | | PR: 123635 Submitted by: Ulrich Spörlein, uqs at spoerlein dot net
* Add a reference to newly added seq(1) command.delphij2010-02-201-1/+2
| | | | | Submitted by: jilles MFC after: 3 months
* Use a more sensible default of 1 or -1 when only the start anddds2006-11-061-1/+5
| | | | | | | | end values are specified. PR: bin/68981 Submitted by: Stefan `Sec` Zehl MFC after: 2 weeks
* Do What I Mean when the user asks for random integers or characters.dds2006-11-061-1/+18
| | | | | | | | | | | | | | Up to now jot would fail to generate the last character in the range or skew the integer distribution in a way that would generate the numbers in the range's limits with half the probability of the rest. This modification fixes the program, rather than documenting the strange behavior, as suggested in docs/54879. Also, correctly specify the range of random(3). PR: docs/54879 MFC after: 2 weeks
* Avoid negative array indices: an empty string can also be useddds2006-11-061-1/+2
| | | | to specify a default value.
* See also arc4randomdds2006-11-061-0/+1
| | | | | PR: docs/54879 MFC after: 2 weeks
* Restore jot's ability to use a seed for producing a deterministicdds2006-11-061-1/+5
| | | | | | | | | sequence of random numbers. This functionality was lost in revision 1.9 when the random number generator was switched to arc4random. PR: docs/54879 MFC after: 2 weeks
* Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.cperciva2006-10-201-0/+5
| | | | MFC after: 1 month
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+2
|
* mdoc(7) police: added missing markup bits, lowercased argument names.ru2002-07-031-5/+7
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* 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
|
* Back out rev 1.11, about which bde had concerns, and instead implementsheldonh2000-01-061-14/+23
| | | | | | | | 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-281-1/+1
|
* Improve printf(3) conversion specifier parsing so that silly formatssheldonh1999-07-221-1/+15
| | | | | | | | | | | 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-131-2/+2
| | | | | | 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-031-99/+95
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+195
OpenPOWER on IntegriCloud