chiark / gitweb /
*.[1-9].in: Introduce `\*(..' as a properly typeset ellipsis.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 May 2021 12:11:37 +0000 (13:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 May 2021 13:59:01 +0000 (14:59 +0100)
dump-runlisp-image.1.in
runlisp.1.in
runlisp.conf.5.in

index d8e7b10c291b99885fac1fdfb04f092b250119f7..46c58c13d0123a898746ae4d4ffe1c8dd342ebc4 100644 (file)
@@ -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 dump-runlisp-image 1 "12 August 2020" "Mark Wooding"
 .
 .\"--------------------------------------------------------------------------
 .TH dump-runlisp-image 1 "12 August 2020" "Mark Wooding"
@@ -65,7 +66,7 @@ dump-runlisp-image \- dump Lisp images for faster script execution
 .RB [ \-j
 .IR njobs ]
 .RI [ lisp
 .RB [ \-j
 .IR njobs ]
 .RI [ lisp
-\&...]
+\*(..]
 .
 .\"--------------------------------------------------------------------------
 .SH DESCRIPTION
 .
 .\"--------------------------------------------------------------------------
 .SH DESCRIPTION
index f98a86f787f7d96e309f72bad8989efd8868bce4..2bfbf22b9e5138c1430680f7056c348dbe6acf8a 100644 (file)
@@ -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,7 +54,7 @@ runlisp \- run Common Lisp programs as scripts
 .RB [ \-\- ]
 .I script
 .RI [ arguments
 .RB [ \-\- ]
 .I script
 .RI [ arguments
-\&...]
+\*(..]
 .br
 .B runlisp
 .RI [ options ]
 .br
 .B runlisp
 .RI [ options ]
@@ -65,7 +66,7 @@ runlisp \- run Common Lisp programs as scripts
 .IR form  ]
 .RB [ \-\- ]
 .RI [ arguments
 .IR form  ]
 .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.
index 0b591be0e03d357fe9388cdf35698d9282246975..48b692fd7ec0a747e4d6789e0a97ad189247852a 100644 (file)
@@ -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.conf 5 "27 August 2020" "Mark Wooding"
 .
 .\"--------------------------------------------------------------------------
 .TH runlisp.conf 5 "27 August 2020" "Mark Wooding"
@@ -358,7 +359,7 @@ takes the form
 .IB sect : \c
 .RI ] var \c
 .RB [ | \c
 .IB sect : \c
 .RI ] var \c
 .RB [ | \c
-.IR filter ]... \c
+.IR filter ]\*(.. \c
 .RB [ ? \c
 .IR alt ] \c
 .BR } .
 .RB [ ? \c
 .IR alt ] \c
 .BR } .