diff options
Diffstat (limited to 'lib/libc/string/memcpy.3')
-rw-r--r-- | lib/libc/string/memcpy.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index 030eadff20c..46168a103b4 100644 --- a/lib/libc/string/memcpy.3 +++ b/lib/libc/string/memcpy.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memcpy.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ +.\" $OpenBSD: memcpy.3,v 1.4 2003/04/07 18:53:58 deraadt Exp $ .\" .Dd June 29, 1991 .Dt MEMCPY 3 @@ -63,7 +63,8 @@ function returns the original value of .Xr bcopy 3 , .Xr memccpy 3 , .Xr memmove 3 , -.Xr strcpy 3 +.Xr strcpy 3 , +.Xr strlcpy 3 .Sh STANDARDS The .Fn memcpy |