aboutsummaryrefslogtreecommitdiffstats
path: root/docs/yaslfree.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/yaslfree.rst
parent3e840a66ade625c6f2576edd65f59ae1b7e595d3 (diff)
downloadsds-b294eef2d5f83de97439b4fa37f020c3b9f636b4.tar.xz
Update manpages for rename
Diffstat (limited to 'docs/yaslfree.rst')
-rw-r--r--docs/yaslfree.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/yaslfree.rst b/docs/yaslfree.rst
new file mode 100644
index 0000000..7292243
--- /dev/null
+++ b/docs/yaslfree.rst
@@ -0,0 +1,22 @@
+:orphan:
+
+yaslfree
+========
+
+Synopsis
+--------
+
+.. c:function:: #include <yasl.h>
+
+.. c:function:: void yaslfree(yastr s)
+
+
+Description
+-----------
+
+The function :c:func:`yastrfree()` frees an yasl string, doing nothing if passed a NULL pointer.
+
+See also
+--------
+
+:manpage:`yasl(3)`