summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot/jot.1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-13 12:18:24 +0000
committerkris <kris@FreeBSD.org>1999-05-13 12:18:24 +0000
commite3601a838c1ea30f83fd5851fb6f9b8384a64c58 (patch)
treea510a33ac733e89cf316694cac1817ac1b1e7d80 /usr.bin/jot/jot.1
parent8669d7040a8561cc089e3c91b63cd21d6df31e79 (diff)
downloadFreeBSD-src-e3601a838c1ea30f83fd5851fb6f9b8384a64c58.zip
FreeBSD-src-e3601a838c1ea30f83fd5851fb6f9b8384a64c58.tar.gz
Correct an error in a manpage example, add -Wall -W to Makefile (no
warnings given) and modify source to use arc4random() instead of random(). Reviewed by: ache
Diffstat (limited to 'usr.bin/jot/jot.1')
-rw-r--r--usr.bin/jot/jot.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1
index 6ad5e3c..0567b87 100644
--- a/usr.bin/jot/jot.1
+++ b/usr.bin/jot/jot.1
@@ -169,9 +169,9 @@ the result of
.Dl jot -w %ds/old/new/ 30 2 - 5
.Pp
The stuttering sequence 9, 9, 8, 8, 7, etc. can be
-produced by suitable choice of precision and step size,
+produced by suitable choice of step size,
as in
-.Dl jot 0 9 - -.5
+.Dl jot - 9 0 -.5
.Pp
and a file containing exactly 1024 bytes is created with
.Dl jot -b x 512 > block
OpenPOWER on IntegriCloud