]> err.no Git - util-linux/commitdiff
sys-utils: move some man pages from category 8 to 1
authorKarel Zak <kzak@redhat.com>
Wed, 25 Apr 2007 21:50:52 +0000 (23:50 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 25 Apr 2007 21:50:52 +0000 (23:50 +0200)
The dmesg, ipcrm, ipcs, renice and setsid are user-accessible commands
and belong in man1 more than to man8.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/Makefile.am
sys-utils/dmesg.1 [moved from sys-utils/dmesg.8 with 100% similarity]
sys-utils/ipcrm.1 [moved from sys-utils/ipcrm.8 with 100% similarity]
sys-utils/ipcs.1 [moved from sys-utils/ipcs.8 with 100% similarity]
sys-utils/renice.1 [moved from sys-utils/renice.8 with 100% similarity]
sys-utils/setsid.1 [moved from sys-utils/setsid.8 with 100% similarity]

index ee981f20ac9d6db927f21ca8baabc4476a0658eb..f43997e152a96caa8261f7eeda7ab0dcd41539a7 100644 (file)
@@ -13,8 +13,8 @@ usrsbinexec_PROGRAMS = readprofile tunelp
 tunelp_SOURCES = tunelp.c lp.h
 
 man_MANS = flock.1 readprofile.1 \
-       ctrlaltdel.8 cytune.8 dmesg.8 ipcrm.8 ipcs.8 renice.8 \
-       setsid.8 tunelp.8
+       ctrlaltdel.8 cytune.8 dmesg.1 ipcrm.1 ipcs.1 renice.1 \
+       setsid.1 tunelp.8
 
 info_TEXINFOS = ipc.texi
 
similarity index 100%
rename from sys-utils/dmesg.8
rename to sys-utils/dmesg.1
similarity index 100%
rename from sys-utils/ipcrm.8
rename to sys-utils/ipcrm.1
similarity index 100%
rename from sys-utils/ipcs.8
rename to sys-utils/ipcs.1
similarity index 100%
rename from sys-utils/renice.8
rename to sys-utils/renice.1
similarity index 100%
rename from sys-utils/setsid.8
rename to sys-utils/setsid.1