diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-25 20:09:00 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-25 20:09:00 +0100 |
commit | cad92eedd9d2eca65216046e3ad735fd18c933e7 (patch) | |
tree | 621de9e6f3adc01e6b747db83395da5fe7867752 | |
parent | bb4aba830bc467f578a42ac373a82c5d9bd1b610 (diff) |
json(2): fix out of order SOURCE heading
-rw-r--r-- | sys/man/2/json | 4 |
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 |