summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-09 07:03:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-09 07:03:54 -0700
commit78fd352ba2d5aaaa5ea3c23bd8f208f17c8edde7 (patch)
treefa630ba05e67b8d960b49b179cbe0dc84f6799ba
parentfb699d4b6b7d25ca1422e2de3d197959329fa912 (diff)
downloadtxr-78fd352ba2d5aaaa5ea3c23bd8f208f17c8edde7.tar.gz
txr-78fd352ba2d5aaaa5ea3c23bd8f208f17c8edde7.tar.bz2
txr-78fd352ba2d5aaaa5ea3c23bd8f208f17c8edde7.zip
* txr.1: Flurry of formatting fixes.
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index b24a278a..5dd3e1f5 100644
--- a/txr.1
+++ b/txr.1
@@ -623,7 +623,7 @@ is used at least once. If the evaluation of every
.meta expression
evaluated this way terminates normally, and there is no
.meta query-file
-argument, then \(TX terminates with a successful status.
+argument, then \*(TX terminates with a successful status.
.meIP -p < expression
Just like
@@ -11894,7 +11894,7 @@ and
.codn flet ,
the local functions that are defined are
lexically visible to the main
-.metn xbody-form .
+.metn body-form -s.
Note that
.code labels
@@ -15690,8 +15690,8 @@ stands for Generate Until Null.
.coNP Functions @ range and @ range*
.synb
-.mets (range <> [[[ from ] << to ] << step ])
-.mets (range* <> [[[ from ] << to ] << step ])
+.mets (range >> [ from >> [ to <> [ step ]]])
+.mets (range* >> [ from >> [ to <> [ step ]]])
.syne
.desc
The
@@ -23481,7 +23481,7 @@ A failure results in an exception of type
.coNP Functions @ open-command and @ open-process
.synb
.mets (open-command < system-command <> [ mode-string ])
-.mets (open-process < program < mode-string <> [ argument-string *])
+.mets (open-process < program < mode-string <> [ argument-list ])
.syne
.desc
These functions spawn external programs which execute concurrently
@@ -23532,7 +23532,7 @@ argument follows the convention used by the POSIX
function.
The
-.meta argument-strings
+.meta argument-list
argument is a list of strings which specifies additional
optional arguments to be passed passed to the program. The
.meta program