summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-03-10 07:10:01 +0000
committerru <ru@FreeBSD.org>2007-03-10 07:10:01 +0000
commit4737cf8a81b4372ade57c5c03ab40bc5f5554a0b (patch)
tree9c1026da2996625e1aa7f3451a28b2a5c7992a75 /usr.bin/c89
parent6f0e028b0964fed0a90f5315aa6813b5d7e49034 (diff)
downloadFreeBSD-src-4737cf8a81b4372ade57c5c03ab40bc5f5554a0b.zip
FreeBSD-src-4737cf8a81b4372ade57c5c03ab40bc5f5554a0b.tar.gz
Reduce diffs with c99(1).
Diffstat (limited to 'usr.bin/c89')
-rw-r--r--usr.bin/c89/c89.125
1 files changed, 13 insertions, 12 deletions
diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1
index 7d1a9d1..302aa32 100644
--- a/usr.bin/c89/c89.1
+++ b/usr.bin/c89/c89.1
@@ -24,7 +24,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.\" "
+.\"
.Dd September 17, 1997
.Os
.Dt C89 1
@@ -56,8 +56,7 @@ object files that are produced.
Define name as if by a C-language
.Ic #define
directive.
-If
-no
+If no
.Dq = Ns Ar value
is given, a value of 1 will be used.
Note that in order to request a
@@ -94,15 +93,18 @@ absolute pathnames to look in the directory named by the
.Ar directory
pathname before looking in the usual places.
Thus, headers whose
-names are enclosed in double-quotes ("") will be searched for first
+names are enclosed in double-quotes
+.Pq Qq
+will be searched for first
in the directory of the file with the
.Ic #include
line, then in
directories named in
.Fl I
options, and last in the usual places.
-For
-headers whose names are enclosed in angle brackets (<>), the header
+For headers whose names are enclosed in angle brackets
+.Pq Aq ,
+the header
will be searched for only in directories named in
.Fl I
options and then in the usual places.
@@ -147,14 +149,12 @@ option may be specified more than once.
An operand is either in the form of a pathname or the form
.Fl l
library.
-At least one operand of the pathname form needs to be
-specified.
+At least one operand of the pathname form needs to be specified.
Supported operands are of the form:
-.Bl -tag -offset indent -width "-l library"
+.Bl -tag -offset indent -width ".Fl l Ar library"
.It Ar file Ns Pa .c
A C-language source file to be compiled and optionally linked.
-The
-operand must be of this form if the
+The operand must be of this form if the
.Fl c
option is used.
.It Ar file Ns Pa .a
@@ -175,9 +175,10 @@ operand is significant.
.El
.Sh SEE ALSO
.Xr ar 1 ,
+.Xr c99 1 ,
.Xr cc 1
.Sh STANDARDS
The
.Nm
-command is believed to comply with
+utility is believed to comply with
.St -p1003.2 .
OpenPOWER on IntegriCloud