diff --git a/man3/getdate.3 b/man3/getdate.3 index 3c70c8fac..e5ab06973 100644 --- a/man3/getdate.3 +++ b/man3/getdate.3 @@ -168,6 +168,7 @@ Variables used by \fBstrptime\fP(). ISO 9899, POSIX 1003.1-2001 .SH "SEE ALSO" .BR localtime (3), +.BR setlocale (3), .BR strftime (3), .BR strptime (3), .BR time (3), diff --git a/man3/printf.3 b/man3/printf.3 index 30c6cc1fb..e096c9400 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -932,6 +932,7 @@ call to write to memory and creating a security hole. .BR asprintf (3), .BR dprintf (3), .BR scanf (3), +.BR setlocale (3), .BR wcrtomb (3), .BR wprintf (3), .BR locale (5) diff --git a/man3/scanf.3 b/man3/scanf.3 index 51d78fdc7..175ea88e7 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -520,6 +520,7 @@ is set indicate the error. .SH "SEE ALSO" .BR getc (3), .BR printf (3), +.BR setlocale (3), .BR strtod (3), .BR strtol (3), .BR strtoul (3)