Browse Source

Move man page to the correct section (8)

Daemons belong in 8, as per issue #61.
Alex Smith 6 years ago
parent
commit
3a3314b43e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/gamemoded.8
  2. 1 1
      data/meson.build

+ 1 - 1
data/gamemoded.1 → data/gamemoded.8

@@ -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

+ 1 - 1
data/meson.build

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