diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-15 18:57:57 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-15 18:57:57 +0000 |
| commit | 2caa6a5afe614e2fa26f977229d566ec379b8dfd (patch) | |
| tree | 93a4d45f8033443fbc2e32b9a86750b3f81ddfaa /lib/libc/stdtime/strftime.3 | |
| parent | fb95b5d3c3d91d5c06e16abf161c11d4be32fb7a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
| -rw-r--r-- | lib/libc/stdtime/strftime.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 68777753e6249..08e17d0485eae 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -47,7 +47,12 @@ .Sh SYNOPSIS .In time.h .Ft size_t -.Fn strftime "char *restrict buf" "size_t maxsize" "const char *restrict format" "const struct tm *restrict timeptr" +.Fo strftime +.Fa "char *restrict buf" +.Fa "size_t maxsize" +.Fa "const char *restrict format" +.Fa "const struct tm *restrict timeptr" +.Fc .Sh DESCRIPTION The .Fn strftime |
