aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/jot/jot.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-03 12:24:11 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-03 12:24:11 +0000
commitff9a78c08e52639c1158dfd8f6657ac4b0edaf63 (patch)
treeccc7a54c40ba0c28e9002d51f88cf3ae080203cc /usr.bin/jot/jot.1
parent0e3779170142d982395172b6676d440f8e58c217 (diff)
downloadsrc-ff9a78c08e52639c1158dfd8f6657ac4b0edaf63.tar.gz
src-ff9a78c08e52639c1158dfd8f6657ac4b0edaf63.zip
mdoc(7) police: added missing markup bits, lowercased argument names.
Notes
Notes: svn path=/head/; revision=99342
Diffstat (limited to 'usr.bin/jot/jot.1')
-rw-r--r--usr.bin/jot/jot.112
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1
index 5326d6f74144..a83c2159a264 100644
--- a/usr.bin/jot/jot.1
+++ b/usr.bin/jot/jot.1
@@ -45,7 +45,7 @@
.Op Fl w Ar word
.Op Fl s Ar string
.Op Fl p Ar precision
-.Op reps Op begin Op end Op s
+.Op Ar reps Op Ar begin Op Ar end Op Ar s
.Sh DESCRIPTION
The
.Nm
@@ -125,13 +125,15 @@ Defaults for the four arguments are, respectively,
the seed,
.Ar s ,
is picked randomly.
-.Ar Reps
-is expected to be an unsigned integer,
+The
+.Ar reps
+argument is expected to be an unsigned integer,
and if given as zero is taken to be infinite.
-.Ar Begin
+The
+.Ar begin
and
.Ar end
-may be given as real numbers or as characters
+arguments may be given as real numbers or as characters
representing the corresponding value in
.Tn ASCII .
The last argument must be a real number.