From: Mark Wooding Date: Sun, 3 Mar 2024 16:23:34 +0000 (+0000) Subject: README.org, runlisp.1.in, runlisp.conf.5.in: Fix some obvious garbles. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/commitdiff_plain/ace01e7181b7882e3039702a251ef97c7a87dcaa README.org, runlisp.1.in, runlisp.conf.5.in: Fix some obvious garbles. --- diff --git a/README.org b/README.org index 59ada8b..f5a95da 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,7 @@ Currently, the following Lisp implementations are supported: + Armed Bear Common Lisp (~abcl~), + Clozure Common Lisp (~ccl~), + GNU CLisp (~clisp~), - + Carnegie--Mellon Univerity Common Lisp (~cmucl~), and + + Carnegie--Mellon Univerity Common Lisp (~cmucl~), + Embeddable Common Lisp (~ecl~), and + Steel Bank Common Lisp (~sbcl~). @@ -374,7 +374,7 @@ Let's take this in slightly larger pieces. The thing we haven't seen before is ~${@IMAGENEW|q}~. The ~@IMAGENEW~ setting is defined by the ~dump-runlisp-image~ program - the name the file in which the new image should be + to name the file in which the new image should be saved.[fn:image-rename] The ~|q~ `filter' is new: it means that the filename should be escaped suitable for inclusion in a Lisp quoted string, by prefixing each ~\~ or ~"~ with a ~\~. @@ -563,7 +563,7 @@ scripts. level of shell integration for all its supported Lisp implementations. In particular: - + It ensures that the standard Unix `stdin', `stdout', and `stdarr' + + It ensures that the standard Unix `stdin', `stdout', and `stderr' file descriptors are hooked up to the Lisp ~*standard-input*~, ~*standard-output*~, and ~*error-output*~ streams. diff --git a/doc/README.pdf b/doc/README.pdf index 6c8d02d..ffe9402 100644 Binary files a/doc/README.pdf and b/doc/README.pdf differ diff --git a/runlisp.1.in b/runlisp.1.in index d262389..1a8642d 100644 --- a/runlisp.1.in +++ b/runlisp.1.in @@ -170,7 +170,6 @@ Negate with or .BR \-\-no-command-line-only . This has no effect in eval mode. -which is set at compile time. . .TP .BI "\-L" "\fR, " "\-\-accept-lisp=" sys , sys ,\fR\*(.. @@ -348,7 +347,7 @@ instead, use to load code from files. The .IR arguments , -ppif any, +if any, are still made available to the evaluated forms and loaded files. . .SS "Operation" diff --git a/runlisp.conf.5.in b/runlisp.conf.5.in index d6a5f8a..bb16e4a 100644 --- a/runlisp.conf.5.in +++ b/runlisp.conf.5.in @@ -254,7 +254,8 @@ Then is assigned the value .RB ` "one two ; not a comment three" ', and -.B short is assigned +.B short +is assigned .RB ` "just a quick note" '. .PP The assignments applied to a section @@ -459,7 +460,7 @@ If a double-quote character is encountered, then a word is started if there is none currently under construction. Until the next double quote is encountered, -whitespace and single quotes treated literally, +whitespace and single quotes are treated literally, and simply added to the current word; backslashes can be used to escape characters, such as double quotes, @@ -489,7 +490,7 @@ is encountered outside of a word, so that the result is subject to word splitting, then an error is reported if a new word is started without there being whitespace between the closing brace of the -.B $ -expansion +.BR $ -expansion and the character which started the new word. For example, .IP @@ -509,9 +510,9 @@ but this is not recommended. .SS "Predefined variables in @BUILTIN" The .B @BULITIN -Section has no parents. +section has no parents. You should not override its settings in configuration files. -it holds a number of variables set by the +It holds a number of variables set by the .B runlisp programs. . @@ -837,10 +838,6 @@ and there is probably no need to override it; .B @image-dir is set in the .B @BUILTIN -section -.RB ( @image-dir -is set in the -.N @BUILTIN section \(en see above \(en and .B image-file must be set in this section