diff options
author | 2003-04-07 18:53:58 +0000 | |
---|---|---|
committer | 2003-04-07 18:53:58 +0000 | |
commit | f861ae8dcbebbef04e461808abe41fa4c2f72064 (patch) | |
tree | 208f6ae5b74da4f87b4982916a3480c3fae58d51 /lib/libc/string/memmove.3 | |
parent | Change wd1 and wd2 from pointers to arrays. This removes the need (diff) | |
download | wireguard-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.3 | 5 |
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 |