summaryrefslogtreecommitdiff
path: root/usr.bin/jot/jot.1
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-03-08 01:38:52 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-03-08 01:38:52 +0000
commit01c3a406d7475970daccc97c0879bbf1e18a0ec2 (patch)
tree71283fe33bc8a12edbc1972ec3b7db86a39dde66 /usr.bin/jot/jot.1
parentbfb9232b8e50fe19adf64ea3e97847bfc130bf18 (diff)
Print examples correctly
Diffstat (limited to 'usr.bin/jot/jot.1')
-rw-r--r--usr.bin/jot/jot.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1
index 29bb35743a7..5f7e0fda8e6 100644
--- a/usr.bin/jot/jot.1
+++ b/usr.bin/jot/jot.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: jot.1,v 1.5 2000/07/06 04:06:54 aaron Exp $
+.\" $OpenBSD: jot.1,v 1.6 2001/03/08 01:38:51 pjanzen Exp $
.\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $
.\"
.\" Copyright (c) 1993
@@ -157,7 +157,7 @@ and the strings xaa through xaz with
.Pp
while 20 random 8-letter strings are produced with
.Pp
-.Dl jot \-r \-c 160 a z | rs \-g 0 8
+.Dl "jot \-r \-c 160 a z | rs \-g 0 8"
.Pp
Infinitely many
.Xr yes 1 's
@@ -189,7 +189,7 @@ from column 10 and ending in column 132, use
.Pp
and to print all lines 80 characters or longer,
.Pp
-.Dl grep \`jot \-s "" \-b . 80\`
+.Dl grep \`jot \-s \&"\&" \-b . 80\`
.Pp
.Sh SEE ALSO
.Xr ed 1 ,