diff options
Diffstat (limited to 'src/lib/libc/string/memccpy.3')
-rw-r--r-- | src/lib/libc/string/memccpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/memccpy.3 b/src/lib/libc/string/memccpy.3 index c2e15b1405..873d3f784b 100644 --- a/src/lib/libc/string/memccpy.3 +++ b/src/lib/libc/string/memccpy.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: memccpy.3,v 1.4 1998/06/15 17:55:09 mickey Exp $ | 1 | .\" $OpenBSD: memccpy.3,v 1.5 1999/06/29 18:01:32 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -62,7 +62,7 @@ in the string | |||
62 | is returned. | 62 | is returned. |
63 | Otherwise, | 63 | Otherwise, |
64 | .Fa len | 64 | .Fa len |
65 | bytes are copied, and a NULL pointer is returned. | 65 | bytes are copied, and a null pointer is returned. |
66 | .Sh SEE ALSO | 66 | .Sh SEE ALSO |
67 | .Xr bcopy 3 , | 67 | .Xr bcopy 3 , |
68 | .Xr memcpy 3 , | 68 | .Xr memcpy 3 , |