mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
doc: be less ambigous in man page about lisp-stack and frame-stack
More specific information is provided in the complete documentation. Closes #543.
This commit is contained in:
parent
a4e93f7b61
commit
87a1c5faed
1 changed files with 2 additions and 2 deletions
|
|
@ -105,12 +105,12 @@ in kilobytes.
|
|||
.BI \-\-lisp-stack " size"
|
||||
Specify stack
|
||||
.I size
|
||||
in kilobytes for lisp system.
|
||||
in kilobytes for bytecodes interpreter.
|
||||
.TP
|
||||
.BI \-\-frame-stack " size"
|
||||
Specify frame stack
|
||||
.I size
|
||||
in kilobytes.
|
||||
in kilobytes for runtime control structures.
|
||||
.TP
|
||||
.BI \-\-c-stack " size"
|
||||
Specify stack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue