Date: Tue, 11 Feb 2003 11:32:18 -0800 (PST) From: Sean Chittenden <seanc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/random Makefile random.6 random.c randomize_fd.c randomize_fd.h Message-ID: <200302111932.h1BJWIqU016787@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
seanc 2003/02/11 11:32:18 PST Modified files: games/random Makefile random.6 random.c Added files: games/random randomize_fd.c randomize_fd.h Log: Update random(6) to have the ability to randomize a file/stdin based off of lines or words. See the man page for details. Reviewed by: markm MFC after: 3 days Revision Changes Path 1.4 +3 -1 src/games/random/Makefile 1.6 +61 -8 src/games/random/random.6 1.13 +52 -13 src/games/random/random.c 1.1 +219 -0 src/games/random/randomize_fd.c (new) 1.1 +56 -0 src/games/random/randomize_fd.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302111932.h1BJWIqU016787>