aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sdsfree.rst
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 16:01:39 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 16:19:48 +0100
commitb294eef2d5f83de97439b4fa37f020c3b9f636b4 (patch)
tree1da4f471a6b82a40ec0f5585f97179ce5d0d6ad1 /docs/sdsfree.rst
parent3e840a66ade625c6f2576edd65f59ae1b7e595d3 (diff)
downloadsds-b294eef2d5f83de97439b4fa37f020c3b9f636b4.tar.xz
Update manpages for rename
Diffstat (limited to 'docs/sdsfree.rst')
-rw-r--r--docs/sdsfree.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/sdsfree.rst b/docs/sdsfree.rst
deleted file mode 100644
index e4c6cc7..0000000
--- a/docs/sdsfree.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-: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)`