aboutsummaryrefslogtreecommitdiff
path: root/ja/man/man1/brandelf.1
diff options
context:
space:
mode:
Diffstat (limited to 'ja/man/man1/brandelf.1')
-rw-r--r--ja/man/man1/brandelf.189
1 files changed, 0 insertions, 89 deletions
diff --git a/ja/man/man1/brandelf.1 b/ja/man/man1/brandelf.1
deleted file mode 100644
index 341e7b15cf..0000000000
--- a/ja/man/man1/brandelf.1
+++ /dev/null
@@ -1,89 +0,0 @@
-.\" Copyright (c) 1997
-.\" John-Mark Gurney. All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\" 3. Neither the name of the author nor the names of any co-contributors
-.\" may be used to endorse or promote products derived from this software
-.\" without specific prior written permission.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS''
-.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-.\" SUCH DAMAGE.
-.\"
-.\" jpman %Id: brandelf.1,v 1.3 1997/05/19 16:28:25 horikawa Stab %
-.\"
-.Dd February 6, 1997
-.Dt BRANDELF 1
-.Os FreeBSD
-.Sh 名称
-.Nm brandelf
-.Nd ELF バイナリに特定 ABI 向けのマークをつける
-.Sh 書式
-.Nm brandelf
-.Op Fl v
-.Op Fl t Ar string
-.Ar file ...
-.Sh 解説
-本コマンドは ELF バイナリにマークをつけ、
-.Tn FreeBSD
-用のある ABI 環境下で動作するようにします。
-.Pp
-オプションは以下の通りです:
-.Bl -tag -width Fl
-.It Fl v
-詳細な報告を出力します。
-.It Fl t Ar string
-指定された ELF バイナリの ABI タイプとして
-.Ar string
-をマークします。現在サポートされている ABI は
-.Dq Tn FreeBSD
-と
-.Dq Linux
-です。
-.It Ar file
-同時に
-.Fl t Ar string
-が指定されていれば、
-.Ar file
-にタイプ
-.Ar string
-のマークを印します。
-それ以外の場合は、単に
-.Ar file
-のマークを表示します。
-.El
-.Sh 実行例
-.Nm
-コマンドの典型的な使用例を以下に示します:
-.Pp
-.Dl % brandelf file
-.Dl % brandelf -t Linux file
-.Sh 診断
-成功すると 0 で終了します。
-ファイルが存在しない、短すぎる、あるいは正しくマーク付けできなかった
-場合には 1 で終了します。
-.Sh 歴史
-.Nm
-のマニュアルページは
-.Fx 2.2
-で初めて登場しました。
-.Sh 作者
-このマニュアルページは
-John-Mark Gurney
-.Aq gurney_j@efn.org
-によって記述されました。