aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/c89
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-03-10 07:10:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-03-10 07:10:01 +0000
commitbf78e6dabbe7e0ff347ac7a2a5f5cee19ccba22b (patch)
tree9c1026da2996625e1aa7f3451a28b2a5c7992a75 /usr.bin/c89
parent67562496ad34d110942730d2a92f009b071e1cff (diff)
downloadsrc-bf78e6dabbe7e0ff347ac7a2a5f5cee19ccba22b.tar.gz
src-bf78e6dabbe7e0ff347ac7a2a5f5cee19ccba22b.zip
Reduce diffs with c99(1).
Notes
Notes: svn path=/head/; revision=167409
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 7d1a9d1b1687..302aa321dad7 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 .