Skip to content

Commit

Permalink
Fix typos in debian manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Mar 2, 2024
1 parent bff4928 commit 6840564
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions debian/README.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In accordance with the naming convention, we get the following location of the e
/usr/games/serioussam-ded
/usr/games/serioussam-mkfont
/usr/games/serioussam-texconv
/usr/lib/games/libEngine.so
/usr/lib/games/serioussam/libEngine.so
/usr/lib/games/serioussam/libShaders.so
/usr/lib/games/serioussam/libGame.so
/usr/lib/games/serioussam/libEntities.so
Expand All @@ -67,7 +67,7 @@ In accordance with the naming convention, we get the following location of the e
/usr/games/serioussamse-ded
/usr/games/serioussamse-mkfont
/usr/games/serioussamse-texconv
/usr/lib/games/libEngineMP.so
/usr/lib/games/serioussamlibEngineMP.so
/usr/lib/games/serioussamse/libShaders.so
/usr/lib/games/serioussamse/libGameMP.so
/usr/lib/games/serioussamse/libEntitiesMP.so
Expand Down
4 changes: 2 additions & 2 deletions debian/README.source
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In accordance with the naming convention, we get the following location of the e
/usr/games/serioussam-ded
/usr/games/serioussam-mkfont
/usr/games/serioussam-texconv
/usr/lib/games/libEngine.so
/usr/lib/games/serioussam/libEngine.so
/usr/lib/games/serioussam/libShaders.so
/usr/lib/games/serioussam/libGame.so
/usr/lib/games/serioussam/libEntities.so
Expand All @@ -67,7 +67,7 @@ In accordance with the naming convention, we get the following location of the e
/usr/games/serioussamse-ded
/usr/games/serioussamse-mkfont
/usr/games/serioussamse-texconv
/usr/lib/games/libEngineMP.so
/usr/lib/games/serioussam/libEngineMP.so
/usr/lib/games/serioussamse/libShaders.so
/usr/lib/games/serioussamse/libGameMP.so
/usr/lib/games/serioussamse/libEntitiesMP.so
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
serioussam (1.10.6d+dfsg-1) unstable; urgency=low

* Initial release. Closes: #1065096
* Initial debianization. Closes: #1065096

-- Alexander Pavlov <[email protected]> Wed, 28 Feb 2024 20:33:46 +0300
2 changes: 1 addition & 1 deletion debian/serioussamse-ded.6
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ serioussamse-ded \- Dedicated server for Serious Sam Classic TSE
.PP
.SH DESCRIPTION
.PP
.BR serioussam-ded
.BR serioussamse-ded
is dedicated server for the game Serious Sam Classic TSE. The server starts with settings from the
Scripts/Dedicated/<Server Folder> directory. Where <Server Folder> is a directory containing scripts with server settings.
Learn more about server variable settings in Help/ShellSymbols.txt
Expand Down
2 changes: 1 addition & 1 deletion debian/serioussamse-mkfont.6
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ serioussamse-mkfont \- Font tables maker for the game Serious Sam Classic TSE
.PP
.SH DESCRIPTION
.PP
.BR serioussam-mkfont
.BR serioussamse-mkfont
is utility for creating fonts for the game Serious Sam Classic TSE. With this utility you can create your own
fonts for the game. For example, this is how localization fonts were created for different languages.
The placement of the input files must be in the game data directory.
Expand Down
14 changes: 7 additions & 7 deletions debian/serioussamse.6
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
.\" Contact -- Alexander Pavlov <[email protected]> to correct errors or typos.
.TH man 6 "02 2024" "1.0" "serioussamse man page"
.SH NAME
serioussam \- Serious Sam Classic
serioussamse \- Serious Sam Classic
.PP
.BR serioussam
.BR serioussamse
is open source game engine version developed by Croteam for Serious Sam Classic
(Windows, Linux, FreeBSD, OpenBSD, NetBSD, Raspberry Pi OS, macOS).
Based on https://github.com/Croteam-official/Serious-Engine and linux port https://github.com/icculus/Serious-Engine
Expand Down Expand Up @@ -54,7 +54,7 @@ forces and find a new way to reach the notorious Mental himself.
.RS
Starts the specified game level.
.EX
Example: \fBserioussam +level "Levels//01_Hatshepsut.wld"\fR
Example: \fBserioussamse +level "Levels//01_Hatshepsut.wld"\fR
.EE
.RE
.TP
Expand All @@ -68,31 +68,31 @@ settings files will be saved in the root directory of the game.
.RS
Connects to the server using the specified ip and port.
.EX
Example: \fBserioussam +connect 192.168.0.100:25600\fR
Example: \fBserioussamse +connect 192.168.0.100:25600\fR
.EE
.RE
.TP
\fB+script\fR
.RS
At startup, it launches a custom script for execution.
.EX
Example: \fBserioussam +script "Scripts//Myset.ini"\fR
Example: \fBserioussamse +script "Scripts//Myset.ini"\fR
.EE
.RE
.TP
\fB+game\fR
.RS
Runs the specified modification.
.EX
Example: \fBserioussam +game XPLUS\fR
Example: \fBserioussamse +game XPLUS\fR
.EE
.RE
.TP
\fB+logfile\fR
.RS
Specifies an alternative file for logging.
.EX
Example: \fBserioussam +logfile "Mylog.log"\fR
Example: \fBserioussamse +logfile "Mylog.log"\fR
.EE
.RE
.SH CONSOLE COMMANDS
Expand Down

0 comments on commit 6840564

Please sign in to comment.