aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/scanf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index 801e96120e..c6adec01fb 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -451,8 +451,8 @@ Equivalent to
.TP
.B s
Matches a sequence of non-white-space characters;
-the next pointer must be a pointer to character array that is
-long enough to hold the input sequence and
+the next pointer must be a pointer to the initial element of a
+character array that is long enough to hold the input sequence and
the terminating null byte (\(aq\\0\(aq), which is added automatically.
The input string stops at white space or at the maximum field
width, whichever occurs first.