chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
runlisp.1.in: Delete some spurious spaces.
[runlisp]
/
runlisp.1.in
diff --git
a/runlisp.1.in
b/runlisp.1.in
index f98a86f787f7d96e309f72bad8989efd8868bce4..119c4e0b020fefc831c2f80c0e83b5dafe197c4b 100644
(file)
--- a/
runlisp.1.in
+++ b/
runlisp.1.in
@@
-39,6
+39,7
@@
.IP
\h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
..
.IP
\h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
..
+.ds .. \&.\|.\|.
.
.\"--------------------------------------------------------------------------
.TH runlisp 1 "2 August 2020" "Mark Wooding"
.
.\"--------------------------------------------------------------------------
.TH runlisp 1 "2 August 2020" "Mark Wooding"
@@
-53,19
+54,19
@@
runlisp \- run Common Lisp programs as scripts
.RB [ \-\- ]
.I script
.RI [ arguments
.RB [ \-\- ]
.I script
.RI [ arguments
-\
&.
..]
+\
*(
..]
.br
.B runlisp
.RI [ options ]
.RB [ \-e
.br
.B runlisp
.RI [ options ]
.RB [ \-e
-.IR form
]
+.IR form ]
.RB [ \-l
.IR file ]
.RB [ \-p
.RB [ \-l
.IR file ]
.RB [ \-p
-.IR form
]
+.IR form ]
.RB [ \-\- ]
.RI [ arguments
.RB [ \-\- ]
.RI [ arguments
-\
&.
..]
+\
*(
..]
.PP
where
.I options
.PP
where
.I options
@@
-75,7
+76,7
@@
is
.RB [ \-CDEnqv ]
.RB [ +DEn ]
.RB [ \-L
.RB [ \-CDEnqv ]
.RB [ +DEn ]
.RB [ \-L
-.IB sys , sys , \fR
.
..]
+.IB sys , sys , \fR
\*(
..]
.if !t \{\
.br
\c
.if !t \{\
.br
\c
@@
-166,7
+167,7
@@
This has no effect in eval mode.
which is set at compile time.
.
.TP
which is set at compile time.
.
.TP
-.BI "\-L" "\fR, " "\-\-accept-lisp=" sys , sys ,\fR
.
..
+.BI "\-L" "\fR, " "\-\-accept-lisp=" sys , sys ,\fR
\*(
..
Use one of the named Lisp systems.
Each
.I sys
Use one of the named Lisp systems.
Each
.I sys
@@
-366,10
+367,10
@@
can be included in a word by
or
.IR escaping .
Text between single quotes
or
.IR escaping .
Text between single quotes
-.BR '
.
.. '
+.BR '
\*(
.. '
is included literally, without any further interpretation;
text between double quotes
is included literally, without any further interpretation;
text between double quotes
-.BR """"
.
.. """"
+.BR """"
\*(
.. """"
is treated literally,
except that escaping can still be used
to escape (e.g.) double quotes and the escape character itself.
is treated literally,
except that escaping can still be used
to escape (e.g.) double quotes and the escape character itself.