Improve manpages. Adjust description wording

This commit is contained in:
Jordan Dominion
2024-04-21 13:07:20 -04:00
parent 7b336a19a2
commit 01dfda32cc
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
[![forthebadge](http://forthebadge.com/images/badges/made-with-c-sharp.svg)](http://forthebadge.com) [![forinfinityandbyond](https://user-images.githubusercontent.com/5211576/29499758-4efff304-85e6-11e7-8267-62919c3688a9.gif)](https://www.reddit.com/r/SS13/comments/5oplxp/what_is_the_main_problem_with_byond_as_an_engine/dclbu1a) [![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
This is a toolset to manage production BYOND servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
This is a toolset to manage production DreamMaker servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
## Setup
@@ -10,6 +10,8 @@ The
.B tgs-configure
command does not take any options.
modifies the tgstation-server configuration file stored in /etc/tgstation-server/appsettings.Production.yml.
.SH SEE ALSO
tgstation-server(7)
.SH BUGS
See issue tracker at https://github.com/tgstation/tgstation-server/issues.
.SH AUTHOR
@@ -0,0 +1,11 @@
.TH TGSTATION-SERVER 7
.SH NAME
tgstation-server \- A production scale tool for DreamMaker server management
.SH DESCRIPTION
This is a toolset to manage production DreamMaker servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
.SH SEE ALSO
tgs-configure(1)
.SH BUGS
See issue tracker at https://github.com/tgstation/tgstation-server/issues.
.SH AUTHOR
Jordan Dominion (Cyberboss@users.noreply.github.com)