chiark / gitweb /
README.org, runlisp.1.in, runlisp.conf.5.in: Fix some obvious garbles.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Mar 2024 16:23:34 +0000 (16:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Mar 2024 16:33:50 +0000 (16:33 +0000)
README.org
doc/README.pdf
runlisp.1.in
runlisp.conf.5.in

index 59ada8bd613bb5c47ad07f6fca874d7d59fac815..f5a95dac2a0e0001c7e313b387f690171565fa5f 100644 (file)
@@ -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.
 
index 6c8d02df9e106d0ffa59e2b02d0608fea617de46..ffe9402f6c4ecdc7ee65f763d3b0e88882fcdfb2 100644 (file)
Binary files a/doc/README.pdf and b/doc/README.pdf differ
index d262389d005c183418561bc120337f0fd4054be8..1a8642d292225a96ae3d3e0769eb616db746b437 100644 (file)
@@ -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"
index d6a5f8a2298242047e9ed9be53d8850e5f8142c4..bb16e4a70fc9a2e28f441cce6132b04629b75cc4 100644 (file)
@@ -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