aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
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