summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memmove.3
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-04-07 18:53:58 +0000
committerderaadt <deraadt@openbsd.org>2003-04-07 18:53:58 +0000
commitf861ae8dcbebbef04e461808abe41fa4c2f72064 (patch)
tree208f6ae5b74da4f87b4982916a3480c3fae58d51 /lib/libc/string/memmove.3
parentChange wd1 and wd2 from pointers to arrays. This removes the need (diff)
downloadwireguard-openbsd-f861ae8dcbebbef04e461808abe41fa4c2f72064.tar.xz
wireguard-openbsd-f861ae8dcbebbef04e461808abe41fa4c2f72064.zip
Xr to strlcpy and strlcat more; ok millert
Diffstat (limited to 'lib/libc/string/memmove.3')
-rw-r--r--lib/libc/string/memmove.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3
index 026dab0f9fb..41d42f78e08 100644
--- a/lib/libc/string/memmove.3
+++ b/lib/libc/string/memmove.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: memmove.3,v 1.3 2000/04/21 15:24:19 aaron Exp $
+.\" $OpenBSD: memmove.3,v 1.4 2003/04/07 18:53:58 deraadt Exp $
.\"
.Dd June 29, 1991
.Dt MEMMOVE 3
@@ -65,7 +65,8 @@ function returns the original value of
.Xr bcopy 3 ,
.Xr memccpy 3 ,
.Xr memcpy 3 ,
-.Xr strcpy 3
+.Xr strcpy 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn memmove