From 3ec552c32b19ba6f236e116de5e7ccf3d0a6e663 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 1 Sep 2015 07:33:20 -0700 Subject: Fix bad .meta/.metn formatting. * txr.1: Fixed incorrect macro use under in, mapdo, set, and getenv. --- txr.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 5923a760..ba2274e4 100644 --- a/txr.1 +++ b/txr.1 @@ -19134,7 +19134,7 @@ if it finds in .meta sequence or -.metn hash, +.metn hash , otherwise .codn nil . @@ -19697,7 +19697,7 @@ arguments are given, then iterates over the sequences in parallel, extracting parallel tuples of items. These tuples are passed as arguments to -.metn function, +.metn function , which must accept as many arguments as there are sequences. @@ -21848,8 +21848,8 @@ If there are two arguments, and .metn new-value , then -.meta place is evaluated to determine its storage location, -then +.meta place +is evaluated to determine its storage location, then .meta new-value is evaluated to determine the value to be stored there, and then the value is stored in that location. Finally, @@ -30226,7 +30226,7 @@ then the variable is overwritten if it already exists. If the argument is false, then the variable is not modified if it already exists. If the argument is not specified, it defaults to the value -.metn t, +.metn t , effectively giving rise to a two-argument form of .code setenv which creates or overwrites environment variables. -- cgit v1.2.3