freebsd-nq/usr.bin/jot
Dima Dorfman 15ba0427d3 Miscellaneous cleanups; sync to OpenBSD as much as feasible.
Noteworthy changes include:
 * Use getopt(3).
 * Fix overflows in -b and -w options.
 * Use strlcpy(3) and snprintf(3) in favor of strcpy(3) and
   sprintf(3), respectively.  Also check return values of the former
   two.
 * Fix lots of other gratuitous differences with OpenBSD.

Obtained from:	OpenBSD
2001-05-27 21:08:19 +00:00
..
jot.1 Prepare for mdoc(7)NG. 2000-12-19 16:00:12 +00:00
jot.c Miscellaneous cleanups; sync to OpenBSD as much as feasible. 2001-05-27 21:08:19 +00:00
Makefile Correct an error in a manpage example, add -Wall -W to Makefile (no 1999-05-13 12:18:24 +00:00