diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
commit | b13154de3eca5ba28fbb4854d916cd0be5febeed (patch) | |
tree | 30f2e9e89ab71a2df837076ac68c3ba770230294 /misc-utils/chkdupexe.1 | |
download | util-linux-upstream.tar.gz |
Imported Upstream version 2.22upstream/2.22upstream
Diffstat (limited to 'misc-utils/chkdupexe.1')
-rw-r--r-- | misc-utils/chkdupexe.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/misc-utils/chkdupexe.1 b/misc-utils/chkdupexe.1 new file mode 100644 index 0000000..dd3664a --- /dev/null +++ b/misc-utils/chkdupexe.1 @@ -0,0 +1,38 @@ +.\" chkdupexe.1 -- +.\" Created: Sat Mar 11 18:19:44 1995 by faith@cs.unc.edu +.\" Revised: Sat Mar 11 19:07:05 1995 by faith@cs.unc.edu +.\" Revised: Wed Jul 5 01:56:26 1995 by shields@tembel.org +.\" Copyright 1995 Rickard E. Faith (faith@cs.unc.edu) +.\" +.\" Permission is granted to make and distribute verbatim copies of this +.\" manual provided the copyright notice and this permission notice are +.\" preserved on all copies. +.\" +.\" Permission is granted to copy and distribute modified versions of this +.\" manual under the conditions for verbatim copying, provided that the +.\" entire resulting derived work is distributed under the terms of a +.\" permission notice identical to this one +.\" +.\" Since the Linux kernel and libraries are constantly changing, this +.\" manual page may be incorrect or out-of-date. The author(s) assume no +.\" responsibility for errors or omissions, or for damages resulting from +.\" the use of the information contained herein. The author(s) may not +.\" have taken the same level of care in the production of this manual, +.\" which is licensed free of charge, as they might when working +.\" professionally. +.\" +.\" Formatted or processed versions of this manual, if unaccompanied by +.\" the source, must acknowledge the copyright and authors of this work. +.\" +.TH CHKDUPEXE 1 "March 1995" "util-linux" "User Commands" +.SH NAME +chkdupexe \- find duplicate executables +.SH SYNOPSIS +.B chkdupexe +.SH DESCRIPTION +.B chkdupexe +will scan the union of $PATH and a hardcoded list of common locations +for binaries. It will report dangling symlinks and duplicately-named +binaries. +.SH AUTHOR +Nicolai Langfeldt, Michael Shields. |