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/bcopy.3 | |
parent | f3b3a991bbd7e54d2e2f1b8c8bbf4eb4d4d22e28 (diff) |
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/bcopy.3')
-rw-r--r-- | lib/libc/string/bcopy.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index da144e7d178..b290418f4a3 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bcopy.3,v 1.4 1999/06/29 18:01:31 aaron Exp $ +.\" $OpenBSD: bcopy.3,v 1.5 2000/04/21 15:24:19 aaron Exp $ .\" .Dd April 19, 1991 .Dt BCOPY 3 @@ -47,8 +47,7 @@ .Sh DESCRIPTION The .Fn bcopy -function -copies +function copies .Fa len bytes from string .Fa src |