summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-12-09 12:50:22 +0100
committerAlejandro Colomar <alx@kernel.org>2023-12-09 12:50:22 +0100
commitbb4dbdb82f141f6394984aced67d65810ec7f747 (patch)
tree4f5c039c13da68768b2ad4bc83cdd1932584a358
parent1a7dfea42049006c7faf6ff72fd1b84d0add4344 (diff)
scanf.3, sscanf.3: These functions scan formatted input
Suggested-by: Lee Griffiths <poddster@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/scanf.32
-rw-r--r--man3/sscanf.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index 8732ef507..63f9c6dfd 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -36,7 +36,7 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
The
.BR scanf ()
-family of functions scans input like
+family of functions scans formatted input like
.BR sscanf (3),
but read from a
.IR FILE .
diff --git a/man3/sscanf.3 b/man3/sscanf.3
index 4c0bdc318..d488cd861 100644
--- a/man3/sscanf.3
+++ b/man3/sscanf.3
@@ -53,7 +53,7 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
The
.BR sscanf ()
-family of functions scans input according to
+family of functions scans formatted input according to
.I format
as described below.
This format may contain