c89.1 1.4.2.4 chmod.1 1.17.2.6 doscmd.1 1.12.2.8 fsync.1 1.2.2.4 gasp.1 1.1.2.3 install.1 1.16.2.5 ls.1 1.33.2.12 nohup.1 1.6.2.3 pax.1 1.12.2.6 pwd.1 1.10.2.3 vacation.1 1.1.1.1.2.4 whois.1 1.15.2.4 ioctl.2 1.7.2.5 make.conf.5 1.12.2.8 rc.conf.5 1.64.2.28 boot_i386.8 1.23.2.6 comcontrol.8 1.15.2.4 disklabel.8 1.15.2.12 dump.8 1.27.2.8 fdisk.8 1.17.2.9 ipfw.8 1.63.2.14 kldload.8 1.7.2.5 lpd.8 1.14.2.7 mknod.8 1.11.2.6 mount_cd9660.8 1.12.2.3 mount_ntfs.8 1.6.2.5 moused.8 1.27.2.7 natd.8 1.27.2.8 ntptime.8 1.1.2.2 ping.8 1.25.2.6 ppp.8 1.209.2.29 reboot.8 1.10.2.3 restore.8 1.20.2.9 routed.8 1.15.2.6 sysctl.8 1.23.2.11 syslogd.8 1.22.2.11
115 lines
3.3 KiB
Groff
115 lines
3.3 KiB
Groff
.\" Copyright (c) 1999
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
.\" and David E. O'Brien
|
|
.\"
|
|
.\" 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 University nor the names of its contributors
|
|
.\" may be used to endorse or promote products derived from this software
|
|
.\" without specific prior written permission.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
|
|
.\"
|
|
.\" %FreeBSD: src/gnu/usr.bin/binutils/gasp/gasp.1,v 1.1.2.3 2001/08/01 22:54:09 obrien Exp %
|
|
.\"
|
|
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/gasp.1,v 1.5 2001/07/29 05:14:50 horikawa Exp $
|
|
.Dd December 29, 1999
|
|
.Dt GASP 1
|
|
.Os
|
|
.Sh 名称
|
|
.Nm gasp
|
|
.Nd GNU アセンブラのマクロプリプロセッサ
|
|
.Sh 書式
|
|
.Nm
|
|
.Op Fl adhMpsuv
|
|
.Op Fl c Ar char
|
|
.Op Fl o Ar outfile
|
|
.Op Fl D Ns Ar name=value
|
|
.Op Fl I Ns Ar path
|
|
.Op infile
|
|
.Sh 解説
|
|
.Nm
|
|
は GNU アセンブラのマクロプリプロセッサです。
|
|
引数
|
|
.Ar infile
|
|
が処理されてその結果のテキストが標準出力へ送られます。
|
|
.Pp
|
|
オプションは以下の通りです。
|
|
.Bl -tag -width "-Dname=value"
|
|
.It Fl a
|
|
代替マクロモードになります。
|
|
.Op Fl \-alternate
|
|
とも指定出来ます。
|
|
.It Fl c Ar char
|
|
コメント文字を `!' から変更します。
|
|
.Op Fl \-commentchar\ char
|
|
とも指定出来ます。
|
|
.It Fl d
|
|
限定的なデバッグ情報を印字します。
|
|
.Op Fl \-debug
|
|
とも指定出来ます。
|
|
.It Fl h
|
|
へルプメッセージを印字します。
|
|
.Op Fl \-help
|
|
とも指定出来ます。
|
|
.It Fl M
|
|
MRI 互換モードになります。
|
|
.Op Fl \-mri
|
|
とも指定出来ます。
|
|
.It Fl o Ar outfile
|
|
出力ファイルを指定します。
|
|
.Op Fl \-output\ outfile
|
|
とも指定出来ます。
|
|
.It Fl p
|
|
行番号を印字します。
|
|
.Op Fl \-print
|
|
とも指定出来ます。
|
|
.It Fl s
|
|
ソースファイルをコメントとしてコピーします。
|
|
.Op Fl \-copysource
|
|
とも指定出来ます。
|
|
.It Fl u
|
|
不適切な入れ子を許します。
|
|
.Op Fl \-unreasonable
|
|
とも指定出来ます。
|
|
.It Fl v
|
|
プログラムバージョンを印字して終了します。
|
|
.Op Fl \-version
|
|
とも指定出来ます。
|
|
.It Fl D Ns Ar name=value
|
|
プリプロセッサシンボル
|
|
.Ar name
|
|
を定義し、"value" で指定された値を持たせます。
|
|
.It Fl I Ns Ar path
|
|
.Ar path
|
|
をパスのリストに加えます。
|
|
.El
|
|
.Sh 関連項目
|
|
.Xr cpp 1 ,
|
|
.Xr m4 1
|
|
.Rs
|
|
.%T The gasp GNU hypertext system info pages
|
|
.Re
|
|
.Sh 歴史
|
|
.Nm
|
|
このコマンドはGNU binutilsパッケージの一部です。
|
|
.Sh 著者
|
|
このマニュアルページは
|
|
.An David E. O'Brien
|
|
が書きました。
|