=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/jot/jot.1,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/jot/jot.1 2016/07/17 04:15:25 1.21 --- src/usr.bin/jot/jot.1 2016/08/05 13:49:19 1.22 *************** *** 1,4 **** ! .\" $OpenBSD: jot.1,v 1.21 2016/07/17 04:15:25 tb Exp $ .\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $ .\" .\" Copyright (c) 1993 --- 1,4 ---- ! .\" $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,36 **** .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: July 17 2016 $ .Dt JOT 1 .Os .Sh NAME --- 30,36 ---- .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: August 5 2016 $ .Dt JOT 1 .Os .Sh NAME *************** *** 104,114 **** 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 will be considered as such if given as .Ql - . ! Any three of these arguments determines the fourth. If four are specified and the given and computed values of .Ar reps conflict, the lower value is used. --- 104,113 ---- The last four arguments indicate, respectively, the maximum number of data, the lower bound, the upper bound, and the step size. ! Any of these may be omitted, and will be considered as such if given as .Ql - . ! 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.