Upload Tizen:Base source
[framework/base/util-linux-ng.git] / misc-utils / chkdupexe.1
1 .\" chkdupexe.1 -- 
2 .\" Created: Sat Mar 11 18:19:44 1995 by faith@cs.unc.edu
3 .\" Revised: Sat Mar 11 19:07:05 1995 by faith@cs.unc.edu
4 .\" Revised: Wed Jul  5 01:56:26 1995 by shields@tembel.org
5 .\" Copyright 1995 Rickard E. Faith (faith@cs.unc.edu)
6 .\" 
7 .\" Permission is granted to make and distribute verbatim copies of this
8 .\" manual provided the copyright notice and this permission notice are
9 .\" preserved on all copies.
10 .\" 
11 .\" Permission is granted to copy and distribute modified versions of this
12 .\" manual under the conditions for verbatim copying, provided that the
13 .\" entire resulting derived work is distributed under the terms of a
14 .\" permission notice identical to this one
15 .\" 
16 .\" Since the Linux kernel and libraries are constantly changing, this
17 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
18 .\" responsibility for errors or omissions, or for damages resulting from
19 .\" the use of the information contained herein.  The author(s) may not
20 .\" have taken the same level of care in the production of this manual,
21 .\" which is licensed free of charge, as they might when working
22 .\" professionally.
23 .\" 
24 .\" Formatted or processed versions of this manual, if unaccompanied by
25 .\" the source, must acknowledge the copyright and authors of this work.
26 .\" 
27 .TH CHKDUPEXE 1 "11 Mar 1995" "" "Linux Programmer's Manual"
28 .SH NAME
29 chkdupexe \- find duplicate executables
30 .SH SYNOPSIS
31 .B chkdupexe
32 .SH DESCRIPTION
33 .B chkdupexe
34 will scan the union of $PATH and a hardcoded list of common locations
35 for binaries.  It will report dangling symlinks and duplicately-named
36 binaries.
37 .SH AUTHOR
38 Nicolai Langfeldt, Michael Shields.