Man page improvements

* Removed the AUTHORS section as recommended by man-pages(7),
  the conventions for writing Linux man pages.
* Change the secion name to the more commonly used "User Commands".
* Don't say "this man page might be out dated".
* Always use the current version number of compton as "man version" in
  the man pages.

Also bumped the project version in meson.build

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-15 16:12:46 +00:00
parent dcf1b1fcf4
commit b5d135df82
4 changed files with 12 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
project('compton', 'c', version: '2')
project('compton', 'c', version: '4')
cc = meson.get_compiler('c')