diff options
Diffstat (limited to 'man3/toupper.3')
| -rw-r--r-- | man3/toupper.3 | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/man3/toupper.3 b/man3/toupper.3 index 0df8209d92..fa3d685121 100644 --- a/man3/toupper.3 +++ b/man3/toupper.3 @@ -112,12 +112,26 @@ T} Thread safety MT-Safe .ad .sp 1 .SH STANDARDS -.BR toupper (), -.BR tolower (): -C89, C99, 4.3BSD, POSIX.1-2001, POSIX.1-2008. -.PP -.BR toupper_l (), -.BR tolower_l (): +.TP +.BR toupper () +.TQ +.BR tolower () +C11, POSIX.1-2008. +.TP +.BR toupper_l () +.TQ +.BR tolower_l () +POSIX.1-2008. +.SH HISTORY +.TP +.BR toupper () +.TQ +.BR tolower () +C89, 4.3BSD, POSIX.1-2001. +.TP +.BR toupper_l () +.TQ +.BR tolower_l () POSIX.1-2008. .SH NOTES The standards require that the argument |
