diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-09-20 08:24:01 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-09-20 08:24:01 +0000 |
| commit | 883738f287c9747dc65f0f1f09db3541481dd192 (patch) | |
| tree | 3c58349c0de53d82be66cb7249f05c93075bd9ed /lib/libc/stdlib/strfmon.3 | |
| parent | 6b7f7587e3e310a01f7c98e5684513e950c82f72 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/strfmon.3')
| -rw-r--r-- | lib/libc/stdlib/strfmon.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3 index 2427e35be873..2ede7cfaacd9 100644 --- a/lib/libc/stdlib/strfmon.3 +++ b/lib/libc/stdlib/strfmon.3 @@ -35,7 +35,7 @@ .Sh SYNOPSIS .In monetary.h .Ft ssize_t -.Fn strfmon "char *s" "size_t maxsize" "const char *format" "..." +.Fn strfmon "char * restrict s" "size_t maxsize" "const char * restrict format" "..." .Sh DESCRIPTION The .Fn strfmon |
