summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2013-12-25 20:09:00 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2013-12-25 20:09:00 +0100
commitcad92eedd9d2eca65216046e3ad735fd18c933e7 (patch)
tree621de9e6f3adc01e6b747db83395da5fe7867752
parentbb4aba830bc467f578a42ac373a82c5d9bd1b610 (diff)
json(2): fix out of order SOURCE heading
-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