git: 9front

Download patch

ref: 96efde7922df501f231e884c2d4a050578834f37
parent: bc9dbce0fe6e3f4a9727c1b7fb983af33697974c
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
--