From 3c0249e916199cdee60f4d24e32eecdaffe9f994 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 10 Jul 2004 23:41:08 +0000 Subject: - Correct grammar of -s description - Normalize -s option specification llvm-svn: 14736 --- llvm/docs/CommandGuide/stkrc.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm/docs/CommandGuide') 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 won't overwrite an existing bytecode file. This option overrides that behavior. -=item B<-s=stacksize> +=item B<-s> F 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> -- cgit v1.2.3