diff options
author | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
commit | e6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch) | |
tree | 3e3e99138c29467e2987054a0115836dd1c5912b /usr.bin/c89 | |
parent | 4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff) | |
download | FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/c89')
-rw-r--r-- | usr.bin/c89/c89.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 5efd4bd..ac6248a 100644 --- a/usr.bin/c89/c89.1 +++ b/usr.bin/c89/c89.1 @@ -35,16 +35,16 @@ .Nm .Op Fl c .Op Fl D Ar name Ns Op Ar =value -.Op ... +.Op ...\& .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 DESCRIPTION This is the name of the C language compiler as required by the .St -p1003.2 |