summaryrefslogtreecommitdiff
path: root/sys/man/1/nintendo
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2014-03-03 01:06:40 -0500
committerstanley lieber <stanley.lieber@gmail.com>2014-03-03 01:06:40 -0500
commit06c8a5b3911239937e0c99634e25cfc7209df436 (patch)
treedb6b864b0040c9b30f0e3c79d9a4ef44e8981347 /sys/man/1/nintendo
parent6c77d9bc16afa792d3d5864d9e6253babc3f2935 (diff)
games(1), nintendo(1): re-organize nintendo emulators into separate man page; add HISTORY
Diffstat (limited to 'sys/man/1/nintendo')
-rw-r--r--sys/man/1/nintendo54
1 files changed, 54 insertions, 0 deletions
diff --git a/sys/man/1/nintendo b/sys/man/1/nintendo
new file mode 100644
index 000000000..70a21a668
--- /dev/null
+++ b/sys/man/1/nintendo
@@ -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).