X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fmunch.man;h=4b7fa29bbc3ba8a5b72d8a2bef4a43acfa845cb0;hb=ccb7f4903325f92555a9722bba74b58346654ba0;hp=97b1b797ebfa02933b83c00d5bf8788e99ce2eab;hpb=df7adbee81405e2849728a24b498ad2117784b1f;p=xscreensaver diff --git a/hacks/munch.man b/hacks/munch.man index 97b1b797..4b7fa29b 100644 --- a/hacks/munch.man +++ b/hacks/munch.man @@ -18,16 +18,16 @@ munch - munching squares screen hack .B munch [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] -[\-visual \fIvisual\fP] [\-delay \fIseconds\fP] [\-xor] [\-noxor] [\-shift] +[\-visual \fIvisual\fP] [\-delay \fImicroseconds\fP] [\-xor] [\-noxor] [\-shift] [\-noshift] [\-logminwidth \fIminimum width\fP] .SH DESCRIPTION The .I munch -program preforms the munching squares hack until killed. It picks square +program performs the munching squares hack until killed. It picks square size, position, and gravity randomly; configurable options are listed below. .PP -The munching squares hack cosists of drawing Y = X XOR T for a range of X +The munching squares hack consists of drawing Y = X XOR T for a range of X and T over and over until all the possible combinations of X and T have come up. It was reportedly discovered by Jackson Wright in 1962 and took 5 instructions of PDP-6 code. @@ -51,8 +51,8 @@ Install a private colormap for the window. Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. .TP 8 -.B \-delay \fIseconds\fP -How long to wait before starting over. Default 5 seconds. +.B \-delay \fImicroseconds\fP +How long to wait before starting over. Default 5000. .TP 8 .B \-xor Use the XOR drawing function. (Default.)