about summary refs log tree commit diff stats
path: root/gemtext_decode.3
diff options
context:
space:
mode:
Diffstat (limited to 'gemtext_decode.3')
-rw-r--r--gemtext_decode.320
1 files changed, 10 insertions, 10 deletions
diff --git a/gemtext_decode.3 b/gemtext_decode.3
index 4c0a9aa..3dfc46f 100644
--- a/gemtext_decode.3
+++ b/gemtext_decode.3
@@ -52,16 +52,6 @@ family of functions except text specified in
 can consist of multiple lines and the returned value would be a list of
 .Em struct gemtext*
 terminated by a NULL pointer.
-.Pp
-pointers returned by
-.Fn gemtext_decode
-and it's wrappers should be freed using
-.Xr gemtext_free(3) .
-.Pp
-pointers returned by
-.Fn gemtext_list_decode
-and it's wrappers should be freed using
-.Xr gemtext_list_free(3)
 .Sh RETURN VALUES
 .Fn gemtext_decode ,
 .Fn gemtext_decode_fd
@@ -78,6 +68,16 @@ and
 return a list of
 .Em struct gemtext*
 terminated by NULL pointer, or NULL on error.
+.Pp
+Pointers returned by
+.Fn gemtext_decode
+and it's wrappers should be freed using
+.Xr gemtext_free(3) .
+.Pp
+Pointers returned by
+.Fn gemtext_list_decode
+and it's wrappers should be freed using
+.Xr gemtext_list_free(3) .
 .Sh SEE ALSO
 .Xr gemtext_encode 3 ,
 .Xr gemtext_text_new 3 ,