diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-04 11:23:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-04 11:23:28 +0000 |
| commit | 2eeaf934088a2e12646ed4850c7a08c42e894c19 (patch) | |
| tree | 365118d201ee77e45bb1e26430aff6aac77fb6dc /lib/libc/string/memccpy.3 | |
| parent | e28a47de9623fb2c4a447be8a8e120f203e6749f (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/memccpy.3')
| -rw-r--r-- | lib/libc/string/memccpy.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 350f0007c85c..40a25be4361a 100644 --- a/lib/libc/string/memccpy.3 +++ b/lib/libc/string/memccpy.3 @@ -50,7 +50,9 @@ to string .Fa dst . If the character .Fa c -(as converted to an unsigned char) occurs in the string +(as converted to an +.Vt "unsigned char" ) +occurs in the string .Fa src , the copy stops and a pointer to the byte after the copy of .Fa c |
