diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 21:01:04 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 21:01:04 +0000 |
| commit | 33f9b60eeea647ad7d895fdfb10f309969c37b6b (patch) | |
| tree | e1369246118f3bf6fccf05ddfa05b502e0c9ff62 /lib/libc/string/strxfrm.3 | |
| parent | b7dbaf7b46e3801e05050872619180ac60c7126a (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strxfrm.3')
| -rw-r--r-- | lib/libc/string/strxfrm.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index e3efbd835a04..9cd584e72ec6 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -47,7 +47,7 @@ .Sh SYNOPSIS .In string.h .Ft size_t -.Fn strxfrm "char *dst" "const char *src" "size_t n" +.Fn strxfrm "char *restrict dst" "const char *restrict src" "size_t n" .Sh DESCRIPTION The .Fn strxfrm |
