diff options
Diffstat (limited to 'src/lib/libc/string/memccpy.3')
-rw-r--r-- | src/lib/libc/string/memccpy.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/string/memccpy.3 b/src/lib/libc/string/memccpy.3 index feedeff3a6..007fa44274 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.6 2000/04/21 15:24:19 aaron Exp $ | 1 | .\" $OpenBSD: memccpy.3,v 1.7 2003/04/07 18:53:58 deraadt 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. |
@@ -68,7 +68,8 @@ bytes are copied, and a null pointer is returned. | |||
68 | .Xr bcopy 3 , | 68 | .Xr bcopy 3 , |
69 | .Xr memcpy 3 , | 69 | .Xr memcpy 3 , |
70 | .Xr memmove 3 , | 70 | .Xr memmove 3 , |
71 | .Xr strcpy 3 | 71 | .Xr strcpy 3 , |
72 | .Xr strlcpy 3 | ||
72 | .Sh HISTORY | 73 | .Sh HISTORY |
73 | The | 74 | The |
74 | .Fn memccpy | 75 | .Fn memccpy |