summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot/jot.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-11-03 07:45:33 +0000
committercharnier <charnier@FreeBSD.org>1997-11-03 07:45:33 +0000
commitb5becb62669a3b4121258a4c3c61ec131158a975 (patch)
tree4a4e33cb8e4cd45489fe6addc54ada3ded23913f /usr.bin/jot/jot.c
parent38a31a41aca3365b10c7c0ad2344083ecb6b14c0 (diff)
downloadFreeBSD-src-b5becb62669a3b4121258a4c3c61ec131158a975.zip
FreeBSD-src-b5becb62669a3b4121258a4c3c61ec131158a975.tar.gz
Mdoc'ify man page.
Diffstat (limited to 'usr.bin/jot/jot.c')
-rw-r--r--usr.bin/jot/jot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c
index 3d582db..64d5930 100644
--- a/usr.bin/jot/jot.c
+++ b/usr.bin/jot/jot.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: jot.c,v 1.7 1997/07/15 09:59:30 charnier Exp $";
#endif /* not lint */
/*
@@ -331,8 +331,8 @@ static void
usage()
{
fprintf(stderr, "%s\n%s\n",
- "usage: jot [-cnr] [-b word] [-w word] [-s string] [-p precision]",
- " [ reps [ begin [ end [ s ] ] ] ]");
+ "usage: jot [-cnr] [-b word] [-w word] [-s string] [-p precision]",
+ " [reps [begin [end [s]]]]");
exit(1);
}
OpenPOWER on IntegriCloud