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