Man page fixes (#4202)
* Fix syntax of comments in man page * Move man page to correct section (6 = games) * Update version in man page
This commit is contained in:
parent
4ce88158c8
commit
2f44e5ea1f
@ -1,4 +1,4 @@
|
||||
.TH "SUPERTUXKART" "1" "10/20/2019" "SuperTuxKart 1.0" "SuperTuxKart Manual"
|
||||
.TH "SUPERTUXKART" "6" "10/20/2019" "SuperTuxKart 1.1" "SuperTuxKart Manual"
|
||||
.SH NAME
|
||||
supertuxkart \(em a fun racing game with go-karts
|
||||
.SH SYNOPSIS
|
||||
@ -8,8 +8,8 @@ supertuxkart [options] [<args>]
|
||||
.PP
|
||||
This program accepts some optional parameters.
|
||||
|
||||
." TODO: Fix indentation for inner "sub-options" as
|
||||
." '--gp=NAME' under '-t'. // 2019
|
||||
.\" TODO: Fix indentation for inner "sub-options" as
|
||||
.\" '--gp=NAME' under '-t'. // 2019
|
||||
|
||||
.PP
|
||||
.BR \-N ", " \-\-no\-start\-screen
|
||||
@ -188,17 +188,17 @@ Number of laps to use in a demo.
|
||||
Number of karts to use in a demo.
|
||||
.RE
|
||||
.PP
|
||||
." .BR \-\-history
|
||||
." Replay history file 'history.dat'.
|
||||
." .BR \-\-test\-ai=N
|
||||
." Use the test\-ai for every n\-th AI kart.
|
||||
." (so n=1 means all Ais will be the test ai)
|
||||
."
|
||||
." .BR \-\-disable\-item\-collection
|
||||
." Disable item collection. Useful for
|
||||
." debugging client/server item management.
|
||||
." .BR \-\-network\-item\-debugging
|
||||
." Print item handling debug information.
|
||||
.\" .BR \-\-history
|
||||
.\" Replay history file 'history.dat'.
|
||||
.\" .BR \-\-test\-ai=N
|
||||
.\" Use the test\-ai for every n\-th AI kart.
|
||||
.\" (so n=1 means all Ais will be the test ai)
|
||||
.\"
|
||||
.\" .BR \-\-disable\-item\-collection
|
||||
.\" Disable item collection. Useful for
|
||||
.\" debugging client/server item management.
|
||||
.\" .BR \-\-network\-item\-debugging
|
||||
.\" Print item handling debug information.
|
||||
.BR \-\-server\-config=file
|
||||
.RS 4
|
||||
Specify the server_config.xml for server hosting,
|
Loading…
Reference in New Issue
Block a user