diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 23:20:48 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 23:20:48 +0000 |
| commit | 620035ef8982a70259ba414df3039c0d1625aa58 (patch) | |
| tree | 433d2e30afb321df49de5b3e5b0d47da7cb507e0 /lib/libc/stdtime/strftime.3 | |
| parent | ad906968153f7b35f2e92b49936a22f44d5aa0c0 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
| -rw-r--r-- | lib/libc/stdtime/strftime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 172a6a684920..68777753e624 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -47,7 +47,7 @@ .Sh SYNOPSIS .In time.h .Ft size_t -.Fn strftime "char *buf" "size_t maxsize" "const char *format" "const struct tm *timeptr" +.Fn strftime "char *restrict buf" "size_t maxsize" "const char *restrict format" "const struct tm *restrict timeptr" .Sh DESCRIPTION The .Fn strftime |
