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/bcmp.3 | |
parent | 74d60a9228454d1da06e9819b9fa1773fa5a3322 (diff) |
repairs
Diffstat (limited to 'lib/libc/string/bcmp.3')
-rw-r--r-- | lib/libc/string/bcmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index 9012f31baa4..15ebd39cccc 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bcmp.3,v 1.3 1999/05/23 14:11:03 aaron Exp $ +.\" $OpenBSD: bcmp.3,v 1.4 1999/06/29 18:01:30 aaron Exp $ .\" .Dd April 19, 1991 .Dt BCMP 3 @@ -67,5 +67,5 @@ The strings may overlap. .Sh HISTORY A .Fn bcmp -function first appeared in +function first appeared in .Bx 4.2 . |