aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-09-27 14:33:19 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-27 14:33:19 +0200
commite66a881b0ca33c32dd42065e3ce4409c77db39d3 (patch)
tree36468e6c3d4540a99d43f6ef4c6b12944821bea9 /man3/printf.3
parentdca9cf8e2db9c017058b0f03045e222e85b6c3a1 (diff)
downloadman-pages-e66a881b0ca33c32dd42065e3ce4409c77db39d3.tar.gz
printf.3: Fix reference to CAVEATS (previously NOTES)
Fixes: 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") Reported-by: Дилян Палаузов <dilyan.palauzov@aegee.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index cde280a2b0..6923e9dd09 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -152,7 +152,7 @@ or
would cause copying to take place between objects that overlap
(e.g., if the target string array and one of the supplied input arguments
refer to the same buffer).
-See NOTES.
+See CAVEATS.
.SS Format of the format string
The format string is a character string, beginning and ending
in its initial shift state, if any.
@@ -892,7 +892,7 @@ had been available.
Thus, a return value of
.I size
or more means that the output was truncated.
-(See also below under NOTES.)
+(See also below under CAVEATS.)
.PP
If an output error is encountered, a negative value is returned.
.SH ATTRIBUTES