diff options
author | deraadt <> | 2003-04-07 18:53:58 +0000 |
---|---|---|
committer | deraadt <> | 2003-04-07 18:53:58 +0000 |
commit | 2e16b96555b816a5ce5d09c19f5bea993eebced4 (patch) | |
tree | 6ed9cb4d90df0419ed7a22effba514300833c6f1 /src/lib/libc/string/memccpy.3 | |
parent | 076c25d273764c843263b4783f51a4972e8c301b (diff) | |
download | openbsd-2e16b96555b816a5ce5d09c19f5bea993eebced4.tar.gz openbsd-2e16b96555b816a5ce5d09c19f5bea993eebced4.tar.bz2 openbsd-2e16b96555b816a5ce5d09c19f5bea993eebced4.zip |
Xr to strlcpy and strlcat more; ok millert
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 |