about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2020-08-11 13:36:17 +0200
committersternenseemann <sternenseemann@systemli.org>2020-08-11 13:36:17 +0200
commitc82544f10ccf6a916f29d4a704c55f1eb9b12b62 (patch)
treece0c67381051ff88c01d1df96a9a5371d7d8591f
parent744f0507438bf4224ffc8ca75907a6af33c29541 (diff)
docs(cgiutil): you can keep pointers to literals
-rw-r--r--cgiutil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgiutil.h b/cgiutil.h
index bb763ff..e3aad54 100644
--- a/cgiutil.h
+++ b/cgiutil.h
@@ -27,8 +27,7 @@ void terminate_headers(void);
  * accompanying reason phrase as a string.
  *
  * The value is statically allocated so do not attempt
- * to free it and/or store it across multiple invocations
- * without copying.
+ * to free it.
  *
  * Example usage:
  *