aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-28 22:49:44 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-28 22:49:44 +0100
commitf644e600ea2a31c2e2d377cc42a85f98fb64e80a (patch)
tree0c50ec8418c3360aaea8b38314151f4db1817244
parentpartially implement satd-list, satd-rm, and satd-run (diff)
downloadsat-f644e600ea2a31c2e2d377cc42a85f98fb64e80a.tar.gz
sat-f644e600ea2a31c2e2d377cc42a85f98fb64e80a.tar.bz2
sat-f644e600ea2a31c2e2d377cc42a85f98fb64e80a.tar.xz
doc
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--src/satd-list.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/satd-list.c b/src/satd-list.c
index 3a6747a..60086d0 100644
--- a/src/satd-list.c
+++ b/src/satd-list.c
@@ -26,7 +26,11 @@
/**
* Quote a string, in shell (Bash-only if necessary) compatible
- * format, if necessary.
+ * format, if necessary. Here, just adding quots around all not
+ * do. The string must be single line, and there must not be
+ * any invisible characters; it should be possible to copy
+ * a string from the terminal by marking it, hence all of this
+ * ugliness.
*
* @param str The string.
* @return Return a safe representation of the string,