diff options
author | B. Watson <yalhcru@gmail.com> | 2020-04-27 00:53:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:50 +0700 |
commit | 0cb1f29dbb533193ec76e27ed16c4fa63ef990a5 (patch) | |
tree | 463df6c70cfdc0203cddd6d5dd4e05376b886f30 /games/hatari/manpage.diff | |
parent | 0ce644acc46cc9a428753bb94b0158786f3dd253 (diff) |
games/hatari: Support IPF/CTR images, various fixes.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hatari/manpage.diff')
-rw-r--r-- | games/hatari/manpage.diff | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/games/hatari/manpage.diff b/games/hatari/manpage.diff new file mode 100644 index 0000000000000..82f9ed921a267 --- /dev/null +++ b/games/hatari/manpage.diff @@ -0,0 +1,89 @@ +diff -Naur hatari-2.2.1/doc/hatari.1 hatari-2.2.1.patched/doc/hatari.1 +--- hatari-2.2.1/doc/hatari.1 2019-02-08 03:30:10.000000000 -0500 ++++ hatari-2.2.1.patched/doc/hatari.1 2020-04-26 23:41:11.738132546 -0400 +@@ -2,7 +2,7 @@ + .\" First parameter, NAME, should be all caps + .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection + .\" other parameters are allowed: see man(7), man(1) +-.TH "HATARI" "1" "2014-05-08" "Hatari" "" ++.TH "HATARI" "1" "2020-04-26" "Hatari" "" + .\" Please adjust this date whenever revising the manpage. + + .SH "NAME" +@@ -557,7 +557,7 @@ + .TP + .B \-\-benchmark + Start in benchmark mode (use with --run-vbls). +-This allows to measure the speed of the emulation in frames per second ++This allows measuring the speed of the emulation in frames per second + by running at maximum speed (don't wait for VBL). Disable audio/video + output to have as little OS overhead as possible + +@@ -599,7 +599,9 @@ + will act as + .B Alternate + as well as long as you do not press it together with a Hatari hotkey +-combination. ++combination. Note to US keyboard layout users: if you don't have an ++.B AltGr ++key on your keyboard, use the right Alt key. + .PP + The + .B right Ctrl +@@ -730,33 +732,45 @@ + + .SH "FILES AND DIRECTORIES" + .TP +-/etc/hatari.cfg (or /usr/local/etc/hatari.cfg) ++/etc/hatari.cfg + The global configuration file of Hatari. + .TP +-~/.hatari/ ++~/.config/hatari/ + The (default) directory for user's personal Hatari files; +-.B hatari.cfg ++.RS 2 ++.TP ++hatari.cfg + (configuration file), +-.B hatari.nvram ++.TP ++hatari.nvram + (NVRAM content file), +-.B hatari.sav ++.TP ++hatari.sav + (Hatari memory state snapshot file which Hatari can load/save automatically + when it starts/exits), +-.B hatari.prn ++.TP ++hatari.prn + (printer output file), +-.B hatari.wav ++.TP ++hatari.wav + (recorded sound output in WAV format), +-.B hatari.ym ++.TP ++hatari.ym + (recorded sound output in YM format). ++.RE + .TP +-/usr/share/hatari/ (or /usr/local/share/hatari/) ++/usr/share/hatari/ + The global data directory of Hatari. ++.RS 2 + .TP + tos.img + The TOS ROM image will be loaded from the data directory of Hatari unless it + is specified on the command line or the configuration file. ++.RE + + .SH "AUTHOR" + This manual page was written by Marco Herrn <marco@mherrn.de> for the +-Debian project and later modified by Thomas Huth and Eero Tamminen to +-suit the latest version of Hatari. ++Debian project and later modified by Thomas Huth and Eero Tamminen to suit ++the (then) latest version of Hatari. Later it was modified by B. Watson ++<yalhcru@gmail.com> for the SlackBuilds.org project to suit the latest ++(2.2.1) version of Hatari, and to fix some of the formatting. |