summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/memccpy.3
diff options
context:
space:
mode:
authoraaron <>1999-06-29 18:01:34 +0000
committeraaron <>1999-06-29 18:01:34 +0000
commit403f5844d16c63a63b8ce33a354e4871cb93df4c (patch)
tree8cb26f4259822c517bec5c7028ba41be89eb964b /src/lib/libc/string/memccpy.3
parente5791ef4d456e0071415b711d9969fb50535b063 (diff)
downloadopenbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.gz
openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.bz2
openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.zip
repairs
Diffstat (limited to 'src/lib/libc/string/memccpy.3')
-rw-r--r--src/lib/libc/string/memccpy.34
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
62is returned. 62is returned.
63Otherwise, 63Otherwise,
64.Fa len 64.Fa len
65bytes are copied, and a NULL pointer is returned. 65bytes 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 ,