c89.1 (6a3e8b0adc8c622ae61275a94d5d869980a68069) | c89.1 (f682f10c76449b3af3b1dd9afff859cd1cd07116) |
---|---|
1.\" 2.\" Copyright (c) 1997 Joerg Wunsch 3.\" 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 19 unchanged lines hidden (view full) --- 28.Dd September 17, 1997 29.Os 30.Dt C89 1 31.Sh NAME 32.Nm c89 33.Nd POSIX.2 C language compiler 34.Sh SYNOPSIS 35.Nm | 1.\" 2.\" Copyright (c) 1997 Joerg Wunsch 3.\" 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 19 unchanged lines hidden (view full) --- 28.Dd September 17, 1997 29.Os 30.Dt C89 1 31.Sh NAME 32.Nm c89 33.Nd POSIX.2 C language compiler 34.Sh SYNOPSIS 35.Nm |
36.Op Fl c 37.Op Fl D Ar name Ns Op = Ns Ar value 38.Ar ... 39.Op Fl E 40.Op Fl g 41.Op Fl I Ar directory ... 42.Op Fl L Ar directory ... | 36.Op Fl cEgOs 37.Oo Fl D Ar name Ns Oo = Ns Ar value Oc Oc ... 38.Oo Fl I Ar directory Oc ... 39.Oo Fl L Ar directory Oc ... |
43.Op Fl o Ar outfile | 40.Op Fl o Ar outfile |
44.Op Fl O 45.Op Fl s 46.Op Fl U Ar name ... | 41.Oo Fl U Ar name Oc ... |
47.Ar operand ... 48.Sh DESCRIPTION 49This is the name of the C language compiler as required by the 50.St -p1003.2 51standard. 52.Pp 53The 54.Nm --- 134 unchanged lines hidden --- | 42.Ar operand ... 43.Sh DESCRIPTION 44This is the name of the C language compiler as required by the 45.St -p1003.2 46standard. 47.Pp 48The 49.Nm --- 134 unchanged lines hidden --- |