From a43bd2a4b5a1dc05b4113f9a85349c95fd5e1c0c Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Sun, 11 Jul 2021 19:36:50 -0400 Subject: doc: interchange first two args of json put funs. txr.1: Interchange the first and second arguments of file-put-json, file-put-jsons, file-append-json, file-append-jsons, command-put-json and command-put-jsons. --- txr.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/txr.1 b/txr.1 index d9e10f16..6c355c78 100644 --- a/txr.1 +++ b/txr.1 @@ -74052,8 +74052,8 @@ if that function returns normally. .coNP Functions @ file-put-json and @ file-put-jsons .synb -.mets (file-put-json < obj < name <> [ flat-p ]) -.mets (file-put-jsons < seq < name <> [ flat-p ]) +.mets (file-put-json < name < obj <> [ flat-p ]) +.mets (file-put-jsons < name < seq <> [ flat-p ]) .syne .desc The @@ -74099,8 +74099,8 @@ The value returned is that of .coNP Functions @ file-put-json and @ file-put-jsons .synb -.mets (file-append-json < obj < name <> [ flat-p ]) -.mets (file-append-jsons < seq < name <> [ flat-p ]) +.mets (file-append-json < name < obj <> [ flat-p ]) +.mets (file-append-jsons < name < seq <> [ flat-p ]) .syne .desc The @@ -74154,8 +74154,8 @@ on the stream, and returns the value returned by that function. .coNP Functions @ command-put-json and @ command-put-jsons .synb -.mets (command-put-json < obj < cmd <> [ flat-p ]) -.mets (command-put-jsons < seq < cmd <> [ flat-p ]) +.mets (command-put-json < cmd < obj <> [ flat-p ]) +.mets (command-put-jsons < cmd < seq <> [ flat-p ]) .syne .desc The -- cgit v1.2.3