diff options
Diffstat (limited to 'usr.bin/c89/c89.1')
-rw-r--r-- | usr.bin/c89/c89.1 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 1d75d30b65f9..7d1a9d1b1687 100644 --- a/usr.bin/c89/c89.1 +++ b/usr.bin/c89/c89.1 @@ -33,17 +33,12 @@ .Nd POSIX.2 C language compiler .Sh SYNOPSIS .Nm -.Op Fl c -.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 cEgOs +.Oo Fl D Ar name Ns Oo = Ns Ar value Oc Oc ... +.Oo Fl I Ar directory Oc ... +.Oo Fl L Ar directory Oc ... .Op Fl o Ar outfile -.Op Fl O -.Op Fl s -.Op Fl U Ar name ... +.Oo Fl U Ar name Oc ... .Ar operand ... .Sh DESCRIPTION This is the name of the C language compiler as required by the |