summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-07-11 19:36:50 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-07-11 23:20:59 -0700
commit37e586b1079818afe12ca5157f2143118ebd4383 (patch)
treef5e4ec3d1acdbbd7cc7ff5ddbae5068a7a011027
parent50e8eeacba515a73d21eebfddee84a299de51895 (diff)
downloadtxr-37e586b1079818afe12ca5157f2143118ebd4383.tar.gz
txr-37e586b1079818afe12ca5157f2143118ebd4383.tar.bz2
txr-37e586b1079818afe12ca5157f2143118ebd4383.zip
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.
-rw-r--r--txr.112
1 files 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