Move man page to the correct section (8)

Daemons belong in 8, as per issue #61.
This commit is contained in:
Alex Smith 2018-07-04 09:27:39 +01:00
parent 9631e6ddc4
commit 3a3314b43e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.\" Manpage for gamemoded.
.\" Contact linux-contact@feralinteractive.com to correct errors or typos.
.TH gamemoded 1 "6 March 2018" "1.2-dev" "gamemoded man page"
.TH gamemoded 8 "4 July 2018" "1.2-dev" "gamemoded man page"
.SH NAME
gamemoded \- optimises system performance on demand
.SH SYNOPSIS

View File

@ -29,4 +29,4 @@ configure_file(
)
# Install the man page
install_man('gamemoded.1')
install_man('gamemoded.8')