]> git.lizzy.rs Git - plan9front.git/commitdiff
games(1), nintendo(1): re-organize nintendo emulators into separate man page; add...
authorstanley lieber <stanley.lieber@gmail.com>
Mon, 3 Mar 2014 06:06:40 +0000 (01:06 -0500)
committerstanley lieber <stanley.lieber@gmail.com>
Mon, 3 Mar 2014 06:06:40 +0000 (01:06 -0500)
sys/man/1/games
sys/man/1/nintendo [new file with mode: 0644]

index f6a298003bfdc3a2f0140da1578c1c0b9424eeaf..cc3aad7e8b9c945c7f3e1ea6a21cf8b36b15bd30 100644 (file)
@@ -1,6 +1,6 @@
 .TH GAMES 1
 .SH NAME
-4s, 5s, blabs, catclock, doom, festoon, gb, geigerstats, glendy, juggle, life, mandel, mahjongg, memo, midi, mines, mole, nes, packet, sokoban, sudoku \- time wasters
+4s, 5s, blabs, catclock, doom, festoon, geigerstats, glendy, juggle, life, mandel, mahjongg, memo, midi, mines, mole, packet, sokoban, sudoku \- time wasters
 .SH SYNOPSIS
 .B games/4s
 .br
 .I percent-invented-nouns
 ] ]
 .br
-.B games/gb
-[
-.B -a
-] [
-.B -2
-|
-.B -3
-]
-.I romfile
-.br
 .B games/geigerstats
 .br
 .B games/glendy
 .br
 .B games/mole
 .br
-.B games/nes
-[
-.B -2
-|
-.B -3
-]
-.I romfile
-.br
 .B games/packet
 [
 .B -n
@@ -195,19 +177,6 @@ and
 .B -t
 add gibberish diagrams, equations and tables.
 .TP
-.B gb
-Is a Nintendo Game Boy emulator. The
-.B -a
-option enables audio. The screen size can be
-scaled with
-.B -2
-and
-.B -3
-options.
-The last argument
-.I romfile
-is the filename of a Game Boy ROM.
-.TP
 .B glendy
 Don't let the rabbit escape.
 .TP
@@ -284,17 +253,6 @@ option sets the game to hard mode.
 Once the game has been completed, a message pops up with how long it took to win.
 Use the button 3 menu to choose a mode, or click to play again.
 .TP
-.B nes
-Is a Nintendo entertainment system (NES) emulator.
-The screen size can be adjusted with
-.B -2
-and
-.B -3
-flags.
-The last argument
-.I romfile
-is the filename of an NES ROM.
-.TP
 .B sokoban
 Guide Glenda through a room full of walls, pebbles and holes to put
 the pebbles in.  Your goal is to arrange all pebbles into holes by
@@ -432,3 +390,9 @@ the mouse cursor is outside the game window.
 Those who prefer to use the keyboard without the mouse
 cursor blocking the view (or being warped all the time)
 may consider this a feature.
+.SH HISTORY
+.I Doom
+first appeared in 9front (May, 2011).
+.br
+.I Packet
+first appeared in 9front (August, 2011).
diff --git a/sys/man/1/nintendo b/sys/man/1/nintendo
new file mode 100644 (file)
index 0000000..70a21a6
--- /dev/null
@@ -0,0 +1,54 @@
+.TH NINTENDO 1
+.SH NAME
+gb, nes \- emulators
+.SH SYNOPSIS
+.B games/gb
+[
+.B -a
+] [
+.B -2
+|
+.B -3
+]
+.I romfile
+.br
+.B games/nes
+[
+.B -2
+|
+.B -3
+]
+.I romfile
+.SH DESCRIPTION
+.TP
+.B gb
+Is a Nintendo Game Boy emulator. The
+.B -a
+option enables audio. The screen size can be
+scaled with
+.B -2
+and
+.B -3
+options.
+The last argument
+.I romfile
+is the filename of a Game Boy ROM.
+.TP
+.B nes
+Is a Nintendo Entertainment System (NES) emulator.
+The screen size can be adjusted with
+.B -2
+and
+.B -3
+flags.
+The last argument
+.I romfile
+is the filename of an NES ROM.
+.SH BUGS
+You bet!
+.SH HISTORY
+.I Gb
+first appeared in 9front (April, 2012).
+.br
+.I Nes
+first appeared in 9front (February, 2014).