summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2020-04-16 12:40:42 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2020-04-16 12:40:42 +0000
commit6046c77e682ee9adf5bdb8f7b5c9aff4523ae932 (patch)
tree2df52668e484dfb8d52d38792f12d4f25c0a17bd /lib/libc/string
parent0188b2a7e3b88b5ff04e2b011af1fb5452c46d91 (diff)
Remove AUTHORS section. This follows what is done in strstr.3
Diffstat (limited to 'lib/libc/string')
-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