From 6e90194651585bafb0769ded9d72622ba977b9e7 Mon Sep 17 00:00:00 2001 From: avsm <> Date: Sat, 21 Jun 2003 12:04:01 +0000 Subject: clarify these functions by changing references from strings to buffers ok deraadt@, millert@, jmc@, suggested by espie@ --- src/lib/libc/string/memmove.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libc/string/memmove.3') diff --git a/src/lib/libc/string/memmove.3 b/src/lib/libc/string/memmove.3 index 64d491c69c..d4a364eb36 100644 --- a/src/lib/libc/string/memmove.3 +++ b/src/lib/libc/string/memmove.3 @@ -29,14 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memmove.3,v 1.5 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: memmove.3,v 1.6 2003/06/21 12:04:01 avsm Exp $ .\" .Dd June 29, 1991 .Dt MEMMOVE 3 .Os .Sh NAME .Nm memmove -.Nd copy byte string +.Nd copy bytes .Sh SYNOPSIS .Fd #include .Ft void * @@ -46,11 +46,11 @@ The .Fn memmove function copies .Fa len -bytes from string +bytes from buffer .Fa src -to string +to buffer .Fa dst . -The two strings may overlap; +The two buffers may overlap; the copy is always done in a non-destructive manner. .Sh RETURN VALUES The -- cgit v1.2.3-55-g6feb