http://www.archive.org/download/tucows_10294_XScreenSaver/xscreensaver-4.10.tar.gz
[xscreensaver] / hacks / bsod.man
index d3cbbe8120d17eed89201df53c3ee3d83406781e..b3ddb902c29612de353a6b4b7e3f8a4a0eddd91e 100644 (file)
@@ -27,9 +27,9 @@ program is the finest in personal computer emulation.
 .I bsod
 steps through a set of screens, each one a recreation of a different failure
 mode of an operating system.  Systems depicted include Microsoft's Windows 95
-and Windows NT, Commodore-Amiga's AmigaDOS 1.3, SPARC Linux, SCO UNIX, the
-Apple Macintosh (both the MacsBug debugger and the rarer "Sad Mac"), and the
-Atari ST.
+and Windows NT, Commodore-Amiga's AmigaDOS 1.3, SPARC Linux, SCO UNIX, 
+HPUX, IBM OS/360, the Apple Macintosh (both the MacsBug debugger and the 
+rarer "Sad Mac"), the Atari ST, and the Apple ][+.
 .PP
 .SH OPTIONS
 .I bsod
@@ -53,6 +53,9 @@ or the id number (decimal or hex) of a specific visual.
 .TP 8
 .B \-delay \fIdelay\fP
 The delay between displaying one crash and another.
+.TP 8
+.B \-only \fIwhich\fP
+Tell it to run only one mode, e.g., \fI\-only HPUX\fP.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -72,23 +75,25 @@ hacks are displayed and which aren't.
 .BR doMac ,
 .BR doMac1 ,
 .BR doMacsBug ,
+.BR doMacX ,
 .BR doSCO ,
 .BR doAtari ,
 .BR doBSD ,
 .BR doLinux ,
 .BR doSparcLinux ,
 .BR doBlitDamage ,
+.BR doSolaris ,
+.BR doHPUX ,
+.BR doOS390 ,
 and
-.BR doSolaris .
-Each of these is a Boolean resource, they all default to true, except for
-doSparcLinux and doAtari, which are turned off by default, because they're
-really not all that interesting looking unless you're a fan of those systems.
-There aren't command-line options for these, so to change them, you'll need
-to add entries to your .Xdefaults file, or use the -xrm option.
-For example, to tell bsod not to show the NT crash:
-.EX
-bsod -xrm '*doNT: false'
-.EE
+.BR doApple2 .
+Each of these is a Boolean resource, they all default to true, except
+for doAtari, doBSD, and doSparcLinux, which are turned off by default,
+because they're really not all that interesting looking unless you're a
+fan of those systems.  
+
+There are command-line options for all of these:
+e.g., \fI\-bsd\fP, \fI\-no-bsd\fP.
 .SH BUGS
 Unlike the systems that the images are borrowed from,
 .I bsod
@@ -97,16 +102,11 @@ does not require a reboot after running.
 .I bsod
 should also emulate more systems, but systems with interesting crash
 graphics are not as common as one might hope.
-
-One I'd really like to see is a Unix system getting a kernel panic, 
-rebooting, and running
-.BR fsck (8).
 .SH SEE ALSO
 .BR X (1),
 .BR xscreensaver (1),
 .BR http://www.microsoft.com/ ,
 .BR http://www.apple.com/ ,
-and
 .BR http://www.sco.com/ ,
 .BR http://www.kernel.org/ ,
 and
@@ -116,10 +116,10 @@ Microsoft Windows, Microsoft Windows 95, and Microsoft Windows NT are all
 registered trademarks of Microsoft Corporation.  Apple Macintosh is a
 registered trademark of Apple Computer.  Amiga is a registered trademark of
 Amiga International, Inc.  Atari ST is probably a trademark, too, but it's
-hard to tell who owns it. Linux is a registered trademark of Linus Torvalds,
+hard to tell who owns it.  Linux is a registered trademark of Linus Torvalds,
 but it isn't his fault.
 .SH COPYRIGHT
-Copyright \(co 1998 by Jamie Zawinski.  Permission to use, copy, modify, 
+Copyright \(co 1998-2003 by Jamie Zawinski.  Permission to use, copy, modify, 
 distribute, and sell this software and its documentation for any purpose is 
 hereby granted without fee, provided that the above copyright notice appear 
 in all copies and that both that copyright notice and this permission notice
@@ -129,4 +129,4 @@ express or implied warranty.  No animals were harmed during the testing of
 these simulations.  Always mount a scratch monkey.
 .SH AUTHOR
 Concept cribbed from Stephen Martin <smartin@mks.com>.  This version is by
-Jamie Zawinski <jwz@jwz.org>.
+Jamie Zawinski <jwz@jwz.org>, with contributions from many others.