diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
commit | f427a49cebae937b58bd921c20803593806f0d90 (patch) | |
tree | 9b34e9c6151a86aa2c4ccd5da3329e545598269f /lib/libc/string/memmove.3 | |
parent | f3b3a991bbd7e54d2e2f1b8c8bbf4eb4d4d22e28 (diff) |
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/memmove.3')
-rw-r--r-- | lib/libc/string/memmove.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index 95f6b7596c7..026dab0f9fb 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.2 1996/08/19 08:34:07 tholo Exp $ +.\" $OpenBSD: memmove.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ .\" .Dd June 29, 1991 .Dt MEMMOVE 3 @@ -48,8 +48,7 @@ .Sh DESCRIPTION The .Fn memmove -function -copies +function copies .Fa len bytes from string .Fa src @@ -70,6 +69,5 @@ function returns the original value of .Sh STANDARDS The .Fn memmove -function -conforms to +function conforms to .St -ansiC . |