diff options
author | 2016-08-05 13:49:19 +0000 | |
---|---|---|
committer | 2016-08-05 13:49:19 +0000 | |
commit | 76d41e76755d9ac28aa2da603586cd7093c51f0d (patch) | |
tree | fdd7ab28b5186e9244ace7a7911bb05b21cb9787 | |
parent | If reps and steps were omitted, while begin and end were specified, (diff) | |
download | wireguard-openbsd-76d41e76755d9ac28aa2da603586cd7093c51f0d.tar.xz wireguard-openbsd-76d41e76755d9ac28aa2da603586cd7093c51f0d.zip |
All four arguments can be omitted by specifying a dash.
While there, remove a superfluous 's'.
discussed with jmc
-rw-r--r-- | usr.bin/jot/jot.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 628b07ef5e9..2485fd6f85d 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: jot.1,v 1.21 2016/07/17 04:15:25 tb Exp $ +.\" $OpenBSD: jot.1,v 1.22 2016/08/05 13:49:19 tb Exp $ .\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: July 17 2016 $ +.Dd $Mdocdate: August 5 2016 $ .Dt JOT 1 .Os .Sh NAME @@ -104,11 +104,10 @@ in which case the data is inserted rather than appended. The last four arguments indicate, respectively, the maximum number of data, the lower bound, the upper bound, and the step size. -While at least one of them must appear, -any of the other three may be omitted, and +Any of these may be omitted, and will be considered as such if given as .Ql - . -Any three of these arguments determines the fourth. +Any three of these arguments determine the fourth. If four are specified and the given and computed values of .Ar reps conflict, the lower value is used. |