summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/cc
diff options
context:
space:
mode:
authorStefan Kempf <stefan@cvs.openbsd.org>2007-10-12 18:10:18 +0000
committerStefan Kempf <stefan@cvs.openbsd.org>2007-10-12 18:10:18 +0000
commitf346c4af28baaa75f93787fda14f3ee8ca676d4c (patch)
treef1c4239e466b6b48503b00e70aa5358d83ce6a69 /usr.bin/pcc/cc
parentf5ce27c4f4636e3e219a50464b29e5dcaa32e5f6 (diff)
From master repo:
> Document -X flag. ok otto@
Diffstat (limited to 'usr.bin/pcc/cc')
-rw-r--r--usr.bin/pcc/cc/cc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pcc/cc/cc.1 b/usr.bin/pcc/cc/cc.1
index e8ec6394f2e..7de64eb8934 100644
--- a/usr.bin/pcc/cc/cc.1
+++ b/usr.bin/pcc/cc/cc.1
@@ -1,6 +1,6 @@
-.\" $Id: cc.1,v 1.1 2007/10/07 17:58:50 otto Exp $
+.\" $Id: cc.1,v 1.2 2007/10/12 18:10:17 stefan Exp $
.\" $NetBSD$
-.\" $OpenBSD: cc.1,v 1.1 2007/10/07 17:58:50 otto Exp $
+.\" $OpenBSD: cc.1,v 1.2 2007/10/12 18:10:17 stefan Exp $
."\
.\" Copyright (c) 2007 Jeremy C. Reed <reed@reedmedia.net>
.\"
@@ -242,7 +242,7 @@ and shows what commands will be ran with their command line arguments.
Options for the linker
.\" what is ignored? llist?
.It Fl X
-TODO
+Don't remove temporary files on exit.
.It Fl x
TODO
.El