diff options
Diffstat (limited to 'lib/libc/stdtime/strptime.3')
-rw-r--r-- | lib/libc/stdtime/strptime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index e04678d..36ca7e0 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -36,7 +36,7 @@ .Sh SYNOPSIS .In time.h .Ft char * -.Fn strptime "const char *buf" "const char *format" "struct tm *timeptr" +.Fn strptime "const char *restrict buf" "const char *restrict format" "struct tm *restrict timeptr" .Sh DESCRIPTION The .Fn strptime |