diff options
author | mike <mike@FreeBSD.org> | 2002-09-20 08:24:01 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-09-20 08:24:01 +0000 |
commit | a33d7be6d91b82aecdb4f7f084eb48e928ba376e (patch) | |
tree | 3c58349c0de53d82be66cb7249f05c93075bd9ed /lib/libc/stdlib/strfmon.3 | |
parent | 8286a42d542808c026b1d91d10c9db2771ed82d9 (diff) | |
download | FreeBSD-src-a33d7be6d91b82aecdb4f7f084eb48e928ba376e.zip FreeBSD-src-a33d7be6d91b82aecdb4f7f084eb48e928ba376e.tar.gz |
Add restrict type-qualifier.
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 2427e35..2ede7cf 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 |