Catch up with recent RELENG_4.
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
This commit is contained in:
parent
da67a32930
commit
03288e0323
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10163
36 changed files with 443 additions and 281 deletions
|
@ -23,29 +23,29 @@
|
|||
.\" (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/usr.bin/c89/c89.1,v 1.4.2.3 2001/05/22 19:05:01 schweikh Exp %
|
||||
.\" %FreeBSD: src/usr.bin/c89/c89.1,v 1.4.2.4 2001/08/02 01:11:13 obrien Exp %
|
||||
.\" "
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/c89.1,v 1.8 2001/05/14 01:07:21 horikawa Exp $
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/c89.1,v 1.9 2001/05/26 02:41:00 horikawa Exp $
|
||||
.Dd September 17, 1997
|
||||
.Os
|
||||
.Dt C89 1
|
||||
.Sh 名称
|
||||
.Nm c89
|
||||
.Nd Posix.2 対応 C 言語コンパイラ
|
||||
.Nd POSIX.2 対応 C 言語コンパイラ
|
||||
.Sh 書式
|
||||
.Nm c89
|
||||
.Op Fl c
|
||||
.Op Fl D Ar name Ns Op Ar =value
|
||||
.Ar ...\&
|
||||
.Op Fl D Ar name Ns Op = Ns Ar value
|
||||
.Ar ...
|
||||
.Op Fl E
|
||||
.Op Fl g
|
||||
.Op Fl I Ar directory ...\&
|
||||
.Op Fl L Ar directory ...\&
|
||||
.Op Fl I Ar directory ...
|
||||
.Op Fl L Ar directory ...
|
||||
.Op Fl o Ar outfile
|
||||
.Op Fl O
|
||||
.Op Fl s
|
||||
.Op Fl U Ar name ...\&
|
||||
.Ar operand ...\&
|
||||
.Op Fl U Ar name ...
|
||||
.Ar operand ...
|
||||
.Sh 解説
|
||||
これは
|
||||
.St -p1003.2
|
||||
|
@ -57,11 +57,11 @@
|
|||
.It Fl c
|
||||
コンパイル時にリンクエディットフェーズを実行しません。
|
||||
生成されたオブジェクトファイルを一切削除しません。
|
||||
.It Fl D Ar name Ns Op Ar =value
|
||||
.It Fl D Ar name Ns Op = Ns Ar value
|
||||
C 言語の
|
||||
.Ql #define
|
||||
.Ic #define
|
||||
ディレクティブ(前処理指令)で指定したかのように名前を定義します。
|
||||
.Ar =value
|
||||
.Dq = Ns Ar value
|
||||
が与えられない場合、値 1 が使用されます。
|
||||
.St -p1003.2
|
||||
に指定されているように変換するためには、ソース中または本オプションを使用して
|
||||
|
@ -93,8 +93,8 @@ C
|
|||
通常の場所を検索する前に
|
||||
.Ar directory
|
||||
で指定されるディレクトリを探すという方法に変更します。
|
||||