summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2020-04-16 12:40:41 +0000
committerclaudio <claudio@openbsd.org>2020-04-16 12:40:41 +0000
commit3f79569ae8ae97bed7c46baf1026699c8a588d41 (patch)
tree7e6078f0cf380d05006e543f047eaf3b9190d2ec /lib/libc
parentReplace the simple memmem() implementation with a version that is O(n) (diff)
downloadwireguard-openbsd-3f79569ae8ae97bed7c46baf1026699c8a588d41.tar.xz
wireguard-openbsd-3f79569ae8ae97bed7c46baf1026699c8a588d41.zip
Remove AUTHORS section. This follows what is done in strstr.3
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/memmem.36
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3
index b0b0bb966b7..3f178590836 100644
--- a/lib/libc/string/memmem.3
+++ b/lib/libc/string/memmem.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: memmem.3,v 1.2 2013/07/16 15:21:11 schwarze Exp $
+.\" $OpenBSD: memmem.3,v 1.3 2020/04/16 12:40:41 claudio Exp $
.\"
.\" Copyright (c) 2005 Pascal Gloor <pascal.gloor@spale.com>
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 16 2020 $
.Dt MEMMEM 3
.Os
.Sh NAME
@@ -73,5 +73,3 @@ The
.Fn memmem
function first appeared in
.Ox 5.4 .
-.Sh AUTHORS
-.An Pascal Gloor Aq Mt pascal.gloor@spale.com