summaryrefslogtreecommitdiffstats
path: root/games/hatari/manpage.2.3.1.diff
blob: 50629bd64ec8335bc8905a216066c3bb20e78e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
diff -Naur hatari-2.3.0/doc/fr/hatari.1 hatari-2.3.0.patched/doc/fr/hatari.1
--- hatari-2.3.0/doc/fr/hatari.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/doc/fr/hatari.1	2020-12-19 00:50:09.455505119 -0500
@@ -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" "2008-03-14" "Hatari" ""
+.TH "HATARI" "6" "2008-03-14" "Hatari" ""
 .\" Please adjust this date whenever revising the manpage.
 
 .SH "NAME"
diff -Naur hatari-2.3.0/doc/hatari.1 hatari-2.3.0.patched/doc/hatari.1
--- hatari-2.3.0/doc/hatari.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/doc/hatari.1	2020-12-19 00:49:56.399506306 -0500
@@ -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" "2020-11-27" "Hatari" ""
+.TH "HATARI" "6" "2020-12-18" "Hatari" ""
 .\" Please adjust this date whenever revising the manpage.
 
 .SH "NAME"
@@ -668,7 +668,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
@@ -788,40 +790,49 @@
 .PP
 Other Hatari programs and utilities:
 .br
-.IR hmsa (1),
-.IR zip2st (1),
-.IR atari\-convert\-dir (1),
-.IR atari\-hd\-image (1),
-.IR hatariui (1),
-.IR hconsole (1),
-.IR gst2ascii (1),
-.IR hatari_profile (1)
+.IR hmsa (6),
+.IR zip2st (6),
+.IR atari\-convert\-dir (6),
+.IR atari\-hd\-image (6),
+.IR hatariui (6),
+.IR hconsole (6),
+.IR gst2ascii (6),
+.IR hatari_profile (6)
 
 .SH "FILES AND DIRECTORIES"
 .TP
-/etc/hatari.cfg (or /usr/local/etc/hatari.cfg)
+/etc/hatari.cfg
 The global configuration file of Hatari.
 .TP
 ~/.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),
+.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.
+suit the latest version of Hatari. Later it was modified by B. Watson
+<yalhcru@gmail.com> for the SlackBuilds.org project to fix some formatting.
diff -Naur hatari-2.3.0/python-ui/hatariui.1 hatari-2.3.0.patched/python-ui/hatariui.1
--- hatari-2.3.0/python-ui/hatariui.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/python-ui/hatariui.1	2020-12-19 00:50:20.615504105 -0500
@@ -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 "hatariui" "1" "2020-12-15" "Hatari" "Hatari UI"
+.TH "HATARIUI" "6" "2020-12-15" "Hatari" "Hatari UI"
 .SH "NAME"
 hatariui \- Python/Gtk UI for Hatari
 .SH "SYNOPSIS"
@@ -211,9 +211,9 @@
 For more examples on Hatari UI options usage, see the hatariui shell
 script.
 .SH "SEE ALSO"
-.IR hmsa (1),
-.IR hatariui (1),
-.IR hconsole (1)
+.IR hmsa (6),
+.IR hatariui (6),
+.IR hconsole (6)
 .SH "COPYRIGHT"
 Hatari UI is written by Eero Tamminen <oak at helsinkinet fi>.
 .PP
diff -Naur hatari-2.3.0/tools/atari-convert-dir.1 hatari-2.3.0.patched/tools/atari-convert-dir.1
--- hatari-2.3.0/tools/atari-convert-dir.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/atari-convert-dir.1	2020-12-19 00:47:26.732519911 -0500
@@ -1,4 +1,4 @@
-.TH "atari-convert-dir" "1" "2015-04-26" "Hatari" "Hatari utilities"
+.TH "atari-convert-dir" "6" "2015-04-26" "Hatari" "Hatari utilities"
 .SH NAME
 atari\-convert\-dir \- helper for creating Atari compatible disk images
 .SH SYNOPSIS
@@ -16,9 +16,9 @@
 use is also recommended with \fIzip2st\fP tool content (because Mtools
 \fImcopy\fP doesn't convert long file names correctly for Atari).
 .SH SEE ALSO
-.IR atari\-hd\-image (1),
-.IR zip2st (1),
-.IR hatari (1),
+.IR atari\-hd\-image (6),
+.IR zip2st (6),
+.IR hatari (6),
 .IR mcopy (1)
 .SH "AUTHOR"
 Written by Eero Tamminen <oak at helsinkinet fi>.
diff -Naur hatari-2.3.0/tools/atari-hd-image.1 hatari-2.3.0.patched/tools/atari-hd-image.1
--- hatari-2.3.0/tools/atari-hd-image.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/atari-hd-image.1	2020-12-19 00:47:08.660521554 -0500
@@ -1,4 +1,4 @@
-.TH "atari-hd-image" "1" "2015-04-26" "Hatari" "Hatari utilities"
+.TH "atari-hd-image" "6" "2015-04-26" "Hatari" "Hatari utilities"
 .SH NAME
 atari\-hd\-image \- tool for creating a harddisk image for use with Hatari
 .SH SYNOPSIS
@@ -37,12 +37,12 @@
 8MB image with partition named 'TEST', and files from content/:
 .B atari\-hd\-image 8 8mb-disk.img TEST content/
 .SH SEE ALSO
-.IR atari\-convert\-dir (1),
-.IR hmsa (1),
-.IR zip2st (1),
-.IR hatari (1),
-.IR mkdosfs (1),
-.IR sfdisk (1),
+.IR atari\-convert\-dir (6),
+.IR hmsa (6),
+.IR zip2st (6),
+.IR hatari (6),
+.IR mkdosfs (8),
+.IR sfdisk (8),
 .IR dd (1)
 .SH "AUTHOR"
 Written by Eero Tamminen <oak at helsinkinet fi>.
diff -Naur hatari-2.3.0/tools/debugger/gst2ascii.1 hatari-2.3.0.patched/tools/debugger/gst2ascii.1
--- hatari-2.3.0/tools/debugger/gst2ascii.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/debugger/gst2ascii.1	2020-12-19 00:48:17.759515273 -0500
@@ -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 "GST2ASCII" "1" "2017-11-11" "Hatari" "Hatari utilities"
+.TH "GST2ASCII" "6" "2017-11-11" "Hatari" "Hatari utilities"
 .SH "NAME"
 gst2ascii \- Filter and output Atari program symbol table as ASCII
 .SH "SYNOPSIS"
@@ -60,8 +60,8 @@
 .br
 	symbols program.sym TEXT DATA BSS
 .SH "SEE ALSO"
-.IR hatari (1),
-.IR hatari_profile (1)
+.IR hatari (6),
+.IR hatari_profile (6)
 .SH "AUTHOR"
 Written by Eero Tamminen <oak at helsinkinet fi>.
 .SH "LICENSE"
diff -Naur hatari-2.3.0/tools/debugger/hatari_profile.1 hatari-2.3.0.patched/tools/debugger/hatari_profile.1
--- hatari-2.3.0/tools/debugger/hatari_profile.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/debugger/hatari_profile.1	2020-12-19 00:55:04.273478319 -0500
@@ -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_PROFILE" "1" "2013-04-15" "Hatari" "Hatari utilities"
+.TH "HATARI_PROFILE" "6" "2013-04-15" "Hatari" "Hatari utilities"
 .SH "NAME"
 hatari_profile \- Post-processor for Hatari profiler data
 .SH "SYNOPSIS"
@@ -135,10 +135,10 @@
 -------------------------------------------------------------
 .fi
 .SH "SEE ALSO"
-.IR hatari (1),
-.IR gst2ascii (1),
-.IR hconsole (1)
-.IR hatariui (1)
+.IR hatari (6),
+.IR gst2ascii (6),
+.IR hconsole (6),
+.IR hatariui (6)
 .SH "AUTHOR"
 Written by Eero Tamminen <oak at helsinkinet fi>.
 .SH "LICENSE"
diff -Naur hatari-2.3.0/tools/hatari-prg-args.1 hatari-2.3.0.patched/tools/hatari-prg-args.1
--- hatari-2.3.0/tools/hatari-prg-args.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/hatari-prg-args.1	2020-12-19 00:49:08.415510668 -0500
@@ -1,4 +1,4 @@
-.TH "hatari-prg-args" "1" "2018-05-01" "Hatari" "Hatari utilities"
+.TH "hatari-prg-args" "6" "2018-05-01" "Hatari" "Hatari utilities"
 .SH NAME
 hatari\-prg\-args \- autorun Atari programs with arguments
 .SH SYNOPSIS
@@ -37,8 +37,8 @@
 Run it from disk image instead of host directory:
 .B hatari\-prg\-args -m -- 'A:\\\\SIDPLAY.TTP' 'SIDS\\\\TEST.SID'
 .SH SEE ALSO
-.IR hatari (1),
-.IR hconsole (1)
+.IR hatari (6),
+.IR hconsole (6)
 .SH "AUTHOR"
 Written by Eero Tamminen <oak at helsinkinet fi>.
 .SH "LICENSE"
diff -Naur hatari-2.3.0/tools/hconsole/hconsole.1 hatari-2.3.0.patched/tools/hconsole/hconsole.1
--- hatari-2.3.0/tools/hconsole/hconsole.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/hconsole/hconsole.1	2020-12-19 00:49:34.615508286 -0500
@@ -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 "HCONSOLE" "1" "2010-10-10" "Hatari" "Hatari utilities"
+.TH "HCONSOLE" "6" "2010-10-10" "Hatari" "Hatari utilities"
 .SH "NAME"
 hconsole \- Interactive Python console for using Hatari's remote API
 .SH "SYNOPSIS"
@@ -52,8 +52,8 @@
 By default hconsole and its examples are installed under
 the /usr/share/hatari/hconsole/ directory.
 .SH "SEE ALSO"
-.IR hatari (1),
-.IR hatariui (1)
+.IR hatari (6),
+.IR hatariui (6)
 .SH "AUTHOR"
 Written by Eero Tamminen <oak at helsinkinet fi>.
 .SH "LICENSE"
diff -Naur hatari-2.3.0/tools/hmsa/hmsa.1 hatari-2.3.0.patched/tools/hmsa/hmsa.1
--- hatari-2.3.0/tools/hmsa/hmsa.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/hmsa/hmsa.1	2020-12-19 00:47:44.567518290 -0500
@@ -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 "HMSA" "1" "2010-05-30" "Hatari" "Hatari utilities"
+.TH "HMSA" "6" "2010-05-30" "Hatari" "Hatari utilities"
 .SH "NAME"
 hmsa \- Atari MSA / ST disk image creator and converter
 .SH "SYNOPSIS"
@@ -48,9 +48,9 @@
 .br
 	hmsa disk.msa
 .SH "SEE ALSO"
-.IR hatari (1),
-.IR zip2st (1),
-.IR atari\-hd\-image (1)
+.IR hatari (6),
+.IR zip2st (6),
+.IR atari\-hd\-image (6)
 .SH "AUTHOR"
 Written by Thomas Huth <huth at tuxfamily.org>. This manual page
 added by Eero Tamminen <oak at helsinkinet fi>.
diff -Naur hatari-2.3.0/tools/zip2st.1 hatari-2.3.0.patched/tools/zip2st.1
--- hatari-2.3.0/tools/zip2st.1	2020-11-28 08:37:58.000000000 -0500
+++ hatari-2.3.0.patched/tools/zip2st.1	2020-12-19 00:49:25.742509093 -0500
@@ -1,4 +1,4 @@
-.TH "ZIP2ST" "1" "2016-02-26" "Hatari" "Hatari utilities"
+.TH "ZIP2ST" "6" "2016-02-26" "Hatari" "Hatari utilities"
 .SH NAME
 zip2st \- convert directory or .zip archive to .st disk image
 .SH SYNOPSIS
@@ -29,11 +29,11 @@
 within a .zip archive, you need to extract them before conversion.
 .PP
 .SH SEE ALSO
-.IR hmsa (1),
-.IR atari\-convert\-dir (1),
-.IR atari\-hd\-image (1),
-.IR hatari (1),
-.IR unzip (1),
+.IR hmsa (6),
+.IR atari\-convert\-dir (6),
+.IR atari\-hd\-image (6),
+.IR hatari (6),
+.IR unzip (6),
 .IR mtools (1),
 .IR basename (1),
 .IR dd (1).