diff options
author | ru <ru@FreeBSD.org> | 2002-07-03 12:24:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-03 12:24:11 +0000 |
commit | 352eaf673d5b6378cad6f454f71ecd2f6c659f9b (patch) | |
tree | ccc7a54c40ba0c28e9002d51f88cf3ae080203cc /usr.bin/jot | |
parent | a3c4374bc3ccff58e04b8bda574ba59cc62996b6 (diff) | |
download | FreeBSD-src-352eaf673d5b6378cad6f454f71ecd2f6c659f9b.zip FreeBSD-src-352eaf673d5b6378cad6f454f71ecd2f6c659f9b.tar.gz |
mdoc(7) police: added missing markup bits, lowercased argument names.
Diffstat (limited to 'usr.bin/jot')
-rw-r--r-- | usr.bin/jot/jot.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 5326d6f..a83c215 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. |