diff options
author | Stefan Kempf <stefan@cvs.openbsd.org> | 2007-10-16 13:46:31 +0000 |
---|---|---|
committer | Stefan Kempf <stefan@cvs.openbsd.org> | 2007-10-16 13:46:31 +0000 |
commit | 71110cdba58d2c0d4c07569e04f9a512307f0e7e (patch) | |
tree | 7c010e6c39ba536acd9c2665ee40d6bc154625a0 /usr.bin/pcc | |
parent | f5f4be7c8c10a10b137f7028ceebfacd147deb87 (diff) |
Pull diff for rev 1.8 from master repo. Fixes typo and displays
parts of DESCRIPTION correctly. Spotted by Sergey Elin.
ok otto@, jmc@
Diffstat (limited to 'usr.bin/pcc')
-rw-r--r-- | usr.bin/pcc/cc/cc.1 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/usr.bin/pcc/cc/cc.1 b/usr.bin/pcc/cc/cc.1 index 7de64eb8934..0fe730b2a10 100644 --- a/usr.bin/pcc/cc/cc.1 +++ b/usr.bin/pcc/cc/cc.1 @@ -1,7 +1,5 @@ -.\" $Id: cc.1,v 1.2 2007/10/12 18:10:17 stefan Exp $ -.\" $NetBSD$ -.\" $OpenBSD: cc.1,v 1.2 2007/10/12 18:10:17 stefan Exp $ -."\ +.\" $OpenBSD: cc.1,v 1.3 2007/10/16 13:46:30 stefan Exp $ +.\" .\" Copyright (c) 2007 Jeremy C. Reed <reed@reedmedia.net> .\" .\" Permission to use, copy, modify, and/or distribute this software for any @@ -55,7 +53,7 @@ Unrecognized options are all sent directly to .Pp .\" Brief description of its syntax: Filenames that end with -.Sy .c +.Sy \&.c are passed via .Xr cpp 1 -> .Xr ccom 1 -> @@ -63,20 +61,20 @@ are passed via .Xr ld 1 . .Pp Filenames that end with -.Sy .i +.Sy \&.i are passed via .Xr ccom 1 -> .Xr as 1 -> .Xr ld 1 . .Pp Filenames that end with -.Sy .s +.Sy \&.s are passed via .Xr as 1 -> .Xr ld 1 . .Pp Filenames that end with -.Sy .o +.Sy \&.o are passed directly to .Xr ld 1 . .Pp @@ -250,7 +248,7 @@ TODO A few macros are predefined by .Nm -went sent to +when sent to .Xr cpp 1 . .Bl -diag .\" TODO: |