From: tb Date: Fri, 5 Aug 2016 13:49:19 +0000 (+0000) Subject: All four arguments can be omitted by specifying a dash. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=76d41e76755d9ac28aa2da603586cd7093c51f0d;p=openbsd All four arguments can be omitted by specifying a dash. While there, remove a superfluous 's'. discussed with jmc --- 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.