summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-10 23:41:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-10 23:41:08 +0000
commit3c0249e916199cdee60f4d24e32eecdaffe9f994 (patch)
tree4b3c60cac52c05204b9964642924dd995c9b4cb8 /llvm/docs/CommandGuide
parentc35d141fc83f8d394358bb7ef4e0b78dacd7bd9c (diff)
downloadbcm5719-llvm-3c0249e916199cdee60f4d24e32eecdaffe9f994.tar.gz
bcm5719-llvm-3c0249e916199cdee60f4d24e32eecdaffe9f994.zip
- Correct grammar of -s description
- Normalize -s option specification llvm-svn: 14736
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/stkrc.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/stkrc.pod b/llvm/docs/CommandGuide/stkrc.pod
index c43bdcbb571..54e46b444d3 100644
--- a/llvm/docs/CommandGuide/stkrc.pod
+++ b/llvm/docs/CommandGuide/stkrc.pod
@@ -67,11 +67,12 @@ error.
Force the output to be written. Normally, B<stkrc> won't overwrite an existing
bytecode file. This option overrides that behavior.
-=item B<-s=stacksize>
+=item B<-s> F<stacksize>
Specify the stack size for the program. The default stack size, 1024, should be
-sufficient for most programs. For very large, programs, you might want to
-provide a larger value.
+sufficient for most programs. For very large programs, especially those that
+recurse a lot, you might want to provide a larger value. Each unit of this
+value consumes 8 bytes of memory.
=item B<-help>
OpenPOWER on IntegriCloud