aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
commite5eb507a913cf8ec137f171a980cfed1e0b285cd (patch)
tree3e6150368ab2b240eaab39c424d8f18ea5741a97 /docs
parent6220aa8453e812f8834464e2ca8a114b6384ca89 (diff)
downloadexternal_llvm-e5eb507a913cf8ec137f171a980cfed1e0b285cd.zip
external_llvm-e5eb507a913cf8ec137f171a980cfed1e0b285cd.tar.gz
external_llvm-e5eb507a913cf8ec137f171a980cfed1e0b285cd.tar.bz2
- Correct grammar of -s description
- Normalize -s option specification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/stkrc.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/CommandGuide/stkrc.pod b/docs/CommandGuide/stkrc.pod
index c43bdcb..54e46b4 100644
--- a/docs/CommandGuide/stkrc.pod
+++ b/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>