[PATCH] Add a man link for renice(8) at renice(1).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In pretty much all Linux setups, the (1p) category is searched before (8).  Since POSIX documents a more limited version of renice, this can be confusing to people who do `man renice` and end up with the POSIX version rather than the Linux version.  Dropping a renice(1) in that redirects to renice(8) helps out users.
---
 sys-utils/Makefile.am |    2 +-
 sys-utils/renice.1    |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
 create mode 100644 sys-utils/renice.1

diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index ee981f2..f737be9 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -13,7 +13,7 @@ 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 \
+	ctrlaltdel.8 cytune.8 dmesg.8 ipcrm.8 ipcs.8 renice.8 renice.1 \
 	setsid.8 tunelp.8
 
 info_TEXINFOS = ipc.texi
diff --git a/sys-utils/renice.1 b/sys-utils/renice.1
new file mode 100644
index 0000000..ccbdfd5
--- /dev/null
+++ b/sys-utils/renice.1
@@ -0,0 +1 @@
+.so man8/renice.8
-- 
1.5.1

-
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux