From fa0af89b2aa9a7aa1b08cab080663924e288eb06 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 31 Mar 1994 15:52:23 -0800 Subject: [PATCH] make man page and random usage match SCCS-vsn: games/random/random.c 8.3 --- usr/src/games/random/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/games/random/random.c b/usr/src/games/random/random.c index 568a7e41ba..2e44bff413 100644 --- a/usr/src/games/random/random.c +++ b/usr/src/games/random/random.c @@ -15,7 +15,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)random.c 8.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)random.c 8.3 (Berkeley) %G%"; #endif /* not lint */ #include @@ -116,6 +116,6 @@ main(argc, argv) void usage() { - (void)fprintf(stderr, "usage: random [-er] [divisor]\n"); + (void)fprintf(stderr, "usage: random [-er] [denominator]\n"); exit(1); } -- 2.20.1