make man page and random usage match
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 31 Mar 1994 23:52:23 +0000 (15:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 31 Mar 1994 23:52:23 +0000 (15:52 -0800)
SCCS-vsn: games/random/random.c 8.3

usr/src/games/random/random.c

index 568a7e4..2e44bff 100644 (file)
@@ -15,7 +15,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #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 <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -116,6 +116,6 @@ main(argc, argv)
 void
 usage()
 {
 void
 usage()
 {
-       (void)fprintf(stderr, "usage: random [-er] [divisor]\n");
+       (void)fprintf(stderr, "usage: random [-er] [denominator]\n");
        exit(1);
 }
        exit(1);
 }