소스 검색

Move man page to the correct section (8)

Daemons belong in 8, as per issue #61.
Alex Smith 6 년 전
부모
커밋
3a3314b43e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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')