=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/jot/jot.1,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/jot/jot.1 2016/08/12 21:49:31 1.23 --- src/usr.bin/jot/jot.1 2021/08/13 07:59:04 1.24 *************** *** 1,4 **** ! .\" $OpenBSD: jot.1,v 1.23 2016/08/12 21:49:31 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.24 2021/08/13 07:59:04 martijn 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: August 12 2016 $ .Dt JOT 1 .Os .Sh NAME --- 30,36 ---- .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: August 13 2021 $ .Dt JOT 1 .Os .Sh NAME *************** *** 45,51 **** .Op Fl s Ar string .Op Fl w Ar word .Oo Ar reps Oo Ar begin Oo Ar end ! .Oo Ar s Oc Oc Oc Oc .Ek .Sh DESCRIPTION .Nm --- 45,51 ---- .Op Fl s Ar string .Op Fl w Ar word .Oo Ar reps Oo Ar begin Oo Ar end ! .Oo Ar step Oc Oc Oc Oc .Ek .Sh DESCRIPTION .Nm *************** *** 115,121 **** .Ar begin , .Ar end , and ! .Ar s are 100, 1, 100, and 1, respectively. Omitted values are computed if possible or assume the default. A special case arises if only --- 115,121 ---- .Ar begin , .Ar end , and ! .Ar step are 100, 1, 100, and 1, respectively. Omitted values are computed if possible or assume the default. A special case arises if only *************** *** 128,134 **** is greater than .Ar end then ! .Ar s is set to \(mi1, otherwise it is set to 1; afterwards .Ar reps --- 128,134 ---- is greater than .Ar end then ! .Ar step is set to \(mi1, otherwise it is set to 1; afterwards .Ar reps *************** *** 149,155 **** Historical versions of .Nm used ! .Ar s to seed the random number generator. This is no longer supported. The name --- 149,155 ---- Historical versions of .Nm used ! .Ar step to seed the random number generator. This is no longer supported. The name