Skip to content

Commit

Permalink
Corrected manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdubhghlas committed Nov 28, 2024
1 parent 79bb24a commit 8ad3922
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions misc/dist/linux/godot.6 → misc/dist/linux/redot.6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GODOT "6" "January 2020" "redot 4.0" "Games"
.TH REDOT "6" "November 2024" "redot 4.0" "Games"
.SH NAME
redot \- multi\-platform 2D and 3D game engine with a feature\-rich editor
.SH SYNOPSIS
Expand Down Expand Up @@ -171,23 +171,23 @@ Generate JSON dump of the Redot API for GDExtension bindings named 'extension_ap
\fB\-\-test\fR <test>
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').
.SH FILES
XDG_DATA_CONFIG/godot/ or ~/.config/godot/
XDG_DATA_CONFIG/redot/ or ~/.config/redot/
.RS
User\-specific configuration folder, contains persistent editor settings, script and text editor templates and projects metadata.
.RE
XDG_DATA_HOME/godot/ or ~/.local/share/godot/
XDG_DATA_HOME/redot/ or ~/.local/share/redot/
.RS
Contains the default configuration and user data folders for Redot\-made games (\fIuser://\fR path), as well as export templates.
.RE
XDG_DATA_CACHE/godot/ or ~/.cache/godot/
XDG_DATA_CACHE/redot/ or ~/.cache/redot/
.RS
Cache folder for generated thumbnails and scene previews, as well as temporary location for downloads.
.RE
/usr/share/doc/godot/
/usr/share/doc/redot/
.RS
Additional documentation files.
.RE
/usr/share/licenses/godot/
/usr/share/licenses/redot/
.RS
Detailed licensing information.
.RE
Expand Down

0 comments on commit 8ad3922

Please sign in to comment.