about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-10-16 11:16:04 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-10-16 11:16:04 +0000
commit4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa (patch)
tree47dbcd2cabe6f7e0496b7392f834bbaf19f80f05 /Src/utils.c
parent6ef62b386b398cac6e7285657d7bbf4e7cf98a5c (diff)
downloadzsh-4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa.tar.gz
zsh-4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa.tar.xz
zsh-4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa.zip
fix return code and tests of printf and comment above bslashquote func (16064)
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 6bede2e43..539b383ee 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -2929,8 +2929,9 @@ hasspecial(char const *s)
  * pointer it points to may point to a position in s and in e the position  *
  * of the corresponding character in the quoted string is returned.         *
  * The last argument should be zero if this is to be used outside a string, *
- * one if it is to be quoted for the inside of a single quoted string, and  *
- * two if it is for the inside of  double quoted string.                    *
+ * one if it is to be quoted for the inside of a single quoted string,      *
+ * two if it is for the inside of a double quoted string, and               *
+ * three if it is for the inside of a posix quoted string.                  *
  * The string may be metafied and contain tokens.                           */
 
 /**/