OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / util-linux / draft / man1 / 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 .\" Japanese Version Copyright (c) 1999 NAKANO Takeo all rights reserved.
28 .\" Translated Sat 18 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
29 .\"
30 .TH CHKDUPEXE 1 "11 Mar 1995" "" "Linux Programmer's Manual"
31 .\"O .SH NAME
32 .\"O chkdupexe \- find duplicate executables
33 .SH 名前
34 chkdupexe \- 重複している実行ファイルを探す
35 .\"O .SH SYNOPSIS
36 .SH 書式
37 .B chkdupexe
38 .\"O .SH DESCRIPTION
39 .SH 説明
40 .\"O .B chkdupexe
41 .\"O will scan the union of $PATH and a hardcoded list of common locations
42 .\"O for binaries.  It will report dangling symlinks and duplicately-named
43 .\"O binaries.
44 .B chkdupexe
45 は、バイナリがよく置かれる場所 (プログラムにハードコードされている)
46 と $PATH とをスキャンし、リンク先の無いシンボリックリンクや、
47 名前の重なっているバイナリファイルを報告する。
48 .\"O .SH AUTHOR
49 .SH 著者
50 Nicolai Langfeldt, Michael Shields.
51