From 8b0a680511b9794fa07154ebfa53f71ad6a108d4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 18 Jan 2015 21:25:09 +0100 Subject: man: Add initial sdsfree(3) manpage --- docs/sdsfree.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/sdsfree.rst (limited to 'docs/sdsfree.rst') diff --git a/docs/sdsfree.rst b/docs/sdsfree.rst new file mode 100644 index 0000000..e4c6cc7 --- /dev/null +++ b/docs/sdsfree.rst @@ -0,0 +1,22 @@ +:orphan: + +sdsnew +====== + +Synopsis +-------- + +.. c:function:: #include + +.. c:function:: void sdsfree(sds s) + + +Description +----------- + +The function :c:func:`sdsfree()` frees an SDS string, doing nothing if passed a NULL pointer. + +See also +-------- + +:manpage:`sds(3)` -- cgit v1.2.3-54-g00ecf