diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-07 18:53:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-07 18:53:59 +0000 |
commit | 79fd96d31a6ecb1301822b8ee9f3256d51ac242d (patch) | |
tree | 38307326b37ec8a7bc31e55d3bd5639ad0182663 /lib/libc/string/memmove.3 | |
parent | c9eae24eceba05cbd55018c71ec59d0df9c081f8 (diff) |
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 |