Skip to content

Commit d979007

Browse files
authored
Merge pull request #887 from mcdubhghlas/4.3
[4.3] Corrected manpage
2 parents 79bb24a + 8ad3922 commit d979007

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

misc/dist/linux/godot.6 renamed to misc/dist/linux/redot.6

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GODOT "6" "January 2020" "redot 4.0" "Games"
1+
.TH REDOT "6" "November 2024" "redot 4.0" "Games"
22
.SH NAME
33
redot \- multi\-platform 2D and 3D game engine with a feature\-rich editor
44
.SH SYNOPSIS
@@ -171,23 +171,23 @@ Generate JSON dump of the Redot API for GDExtension bindings named 'extension_ap
171171
\fB\-\-test\fR <test>
172172
Run a unit test ('string', 'math', 'physics', 'physics_2d', 'render', 'oa_hash_map', 'gui', 'shaderlang', 'gd_tokenizer', 'gd_parser', 'gd_compiler', 'gd_bytecode', 'ordered_hash_map', 'astar').
173173
.SH FILES
174-
XDG_DATA_CONFIG/godot/ or ~/.config/godot/
174+
XDG_DATA_CONFIG/redot/ or ~/.config/redot/
175175
.RS
176176
User\-specific configuration folder, contains persistent editor settings, script and text editor templates and projects metadata.
177177
.RE
178-
XDG_DATA_HOME/godot/ or ~/.local/share/godot/
178+
XDG_DATA_HOME/redot/ or ~/.local/share/redot/
179179
.RS
180180
Contains the default configuration and user data folders for Redot\-made games (\fIuser://\fR path), as well as export templates.
181181
.RE
182-
XDG_DATA_CACHE/godot/ or ~/.cache/godot/
182+
XDG_DATA_CACHE/redot/ or ~/.cache/redot/
183183
.RS
184184
Cache folder for generated thumbnails and scene previews, as well as temporary location for downloads.
185185
.RE
186-
/usr/share/doc/godot/
186+
/usr/share/doc/redot/
187187
.RS
188188
Additional documentation files.
189189
.RE
190-
/usr/share/licenses/godot/
190+
/usr/share/licenses/redot/
191191
.RS
192192
Detailed licensing information.
193193
.RE

0 commit comments

Comments
 (0)