shithub: riscv

Download patch

ref: cad92eedd9d2eca65216046e3ad735fd18c933e7
parent: bb4aba830bc467f578a42ac373a82c5d9bd1b610
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Dec 25 15:09:00 EST 2013

json(2): fix out of order SOURCE heading

--- a/sys/man/2/json
+++ b/sys/man/2/json
@@ -96,6 +96,8 @@
 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 @@
 .B nil
 on error and set an error string (see
 .IR errstr (2)).
-.SH SOURCE
-.B /sys/src/libjson
--