summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/json4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/json b/sys/man/2/json
index c495dea96..44f7c3763 100644
--- a/sys/man/2/json
+++ b/sys/man/2/json
@@ -96,6 +96,8 @@ The function
returns the string value of a json object or
.B nil
for any other object type.
+.SH SOURCE
+.B /sys/src/libjson
.SH DIAGNOSTICS
The functions
.IB jsonparse ,
@@ -106,5 +108,3 @@ return
.B nil
on error and set an error string (see
.IR errstr (2)).
-.SH SOURCE
-.B /sys/src/libjson