From 3c6d314a705e98d1c22ff14e0165440fc03e1a5a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 4 May 2012 04:05:56 +1200 Subject: [PATCH] ldconfig.8, nscd.8: Remove path prefix from NAME line Command names shown in NAME are normally just the basename, not the full pathname of the command. Signed-off-by: Michael Kerrisk --- man8/ldconfig.8 | 2 +- man8/nscd.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index b77312940..064bf7c36 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -21,7 +21,7 @@ .\" Change listed order of /usr/lib and /lib .TH LDCONFIG 8 2009-04-15 "GNU" "Linux Programmer's Manual" .SH NAME -/sbin/ldconfig \- configure dynamic linker run-time bindings +ldconfig \- configure dynamic linker run-time bindings .SH SYNOPSIS .B /sbin/ldconfig [ diff --git a/man8/nscd.8 b/man8/nscd.8 index 4fa9fc2ff..4b670e3ca 100644 --- a/man8/nscd.8 +++ b/man8/nscd.8 @@ -22,7 +22,7 @@ .\" .TH NSCD 8 2008-12-05 "GNU" "Linux Programmer's Manual" .SH NAME -/usr/sbin/nscd \- name service cache daemon +nscd \- name service cache daemon .SH DESCRIPTION Nscd is a daemon that provides a cache for the most common name service requests.