summaryrefslogtreecommitdiffstats
path: root/man3/sscanf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sscanf.3')
-rw-r--r--man3/sscanf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sscanf.3 b/man3/sscanf.3
index 4269eda27..922c9e62d 100644
--- a/man3/sscanf.3
+++ b/man3/sscanf.3
@@ -716,7 +716,7 @@ the returned string, as in the following example:
.EX
char *p;
int n;
-
+\&
errno = 0;
n = sscanf(str, "%m[a\-z]", &p);
if (n == 1) {