diff options
author | Jeongho Hwang <jbera.hwang@samsung.com> | 2012-09-19 13:40:18 +0900 |
---|---|---|
committer | Jeongho Hwang <jbera.hwang@samsung.com> | 2012-09-19 13:40:18 +0900 |
commit | d208c9cb79b228fd48d9f7adef432486389e1abe (patch) | |
tree | 1f8533ae700c789c992dcebb88c558a963e59efc /mans/icecc.1 | |
parent | 8701a5293e4e52a995b1ee0b683f234848d8d745 (diff) | |
download | icecream-d208c9cb79b228fd48d9f7adef432486389e1abe.tar.gz icecream-d208c9cb79b228fd48d9f7adef432486389e1abe.tar.bz2 icecream-d208c9cb79b228fd48d9f7adef432486389e1abe.zip |
Signed-off-by: Jeongho Hwang <jbera.hwang@samsung.com>
Diffstat (limited to 'mans/icecc.1')
-rw-r--r-- | mans/icecc.1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/mans/icecc.1 b/mans/icecc.1 new file mode 100644 index 0000000..514f48d --- /dev/null +++ b/mans/icecc.1 @@ -0,0 +1,45 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "ICECREAM COMPILER" 1 "April 21th, 2005" "Icecream" "Icecream User's Manual" +.SH NAME +icecc \- Icecream compiler stub +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 6 +\fBicecc\fR [\fBoptions\fR] [\-o\ OBJECT] [\-c\ SOURCE] +.ad +.hy + +.SH "DESCRIPTION" + +.PP +icecc is the Icecream compiler stub\&. It gets called in place of the actual compiler and transparently routes the compile requests to the Icecream network\&. You shouldn't call icecc directly, but place the specific compiler stubs in your path: \fBexport PATH=/opt/icecream/bin:$PATH\fR\&. + +.SH "SEE ALSO" + +.PP +icecream, scheduler, iceccd, icemon + +.SH "AUTHOR" + +.PP +Cornelius Schumacher + |