diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:01:35 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:01:35 +0000 |
commit | 2c9812a5e42aed1da9bee32d389811387397705c (patch) | |
tree | 78de2d4584882d5b63120e86418f290108810b2b /lib/libc/string/bcopy.3 | |
parent | 74d60a9228454d1da06e9819b9fa1773fa5a3322 (diff) |
repairs
Diffstat (limited to 'lib/libc/string/bcopy.3')
-rw-r--r-- | lib/libc/string/bcopy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 43cb59e4b59..da144e7d178 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.3 1999/05/23 14:11:03 aaron Exp $ +.\" $OpenBSD: bcopy.3,v 1.4 1999/06/29 18:01:31 aaron Exp $ .\" .Dd April 19, 1991 .Dt BCOPY 3 @@ -67,5 +67,5 @@ is zero, no bytes are copied. .Sh HISTORY A .Fn bcopy -function appeared in +function appeared in .Bx 4.2 . |