diff options
author | 1999-06-29 18:01:30 +0000 | |
---|---|---|
committer | 1999-06-29 18:01:30 +0000 | |
commit | db02f4c950da85a6d011c636bf98ac7e43280464 (patch) | |
tree | 5c520bdd24de9ca10542e06dbbec5a2abf64dd9f /lib/libc/string/bcmp.3 | |
parent | new mdoc bm(3) man page (diff) | |
download | wireguard-openbsd-db02f4c950da85a6d011c636bf98ac7e43280464.tar.xz wireguard-openbsd-db02f4c950da85a6d011c636bf98ac7e43280464.zip |
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 . |