aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sdsfree.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sdsfree.rst')
-rw-r--r--docs/sdsfree.rst22
1 files changed, 22 insertions, 0 deletions
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 <sds.h>
+
+.. 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)`