summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc3
-rw-r--r--lib/libc/string/__strerror.c3
-rw-r--r--lib/libc/string/__strsignal.c3
-rw-r--r--lib/libc/string/bcmp.33
-rw-r--r--lib/libc/string/bcmp.c5
-rw-r--r--lib/libc/string/bcopy.33
-rw-r--r--lib/libc/string/bcopy.c3
-rw-r--r--lib/libc/string/bm.33
-rw-r--r--lib/libc/string/bm.c7
-rw-r--r--lib/libc/string/bstring.33
-rw-r--r--lib/libc/string/bzero.33
-rw-r--r--lib/libc/string/bzero.c3
-rw-r--r--lib/libc/string/ffs.33
-rw-r--r--lib/libc/string/ffs.c3
-rw-r--r--lib/libc/string/index.33
-rw-r--r--lib/libc/string/index.c3
-rw-r--r--lib/libc/string/memccpy.33
-rw-r--r--lib/libc/string/memccpy.c3
-rw-r--r--lib/libc/string/memchr.33
-rw-r--r--lib/libc/string/memchr.c3
-rw-r--r--lib/libc/string/memcmp.33
-rw-r--r--lib/libc/string/memcmp.c3
-rw-r--r--lib/libc/string/memcpy.33
-rw-r--r--lib/libc/string/memmove.33
-rw-r--r--lib/libc/string/memset.33
-rw-r--r--lib/libc/string/memset.c3
-rw-r--r--lib/libc/string/rindex.33
-rw-r--r--lib/libc/string/rindex.c3
-rw-r--r--lib/libc/string/strcasecmp.33
-rw-r--r--lib/libc/string/strcasecmp.c3
-rw-r--r--lib/libc/string/strcat.33
-rw-r--r--lib/libc/string/strcat.c5
-rw-r--r--lib/libc/string/strchr.33
-rw-r--r--lib/libc/string/strcmp.33
-rw-r--r--lib/libc/string/strcmp.c3
-rw-r--r--lib/libc/string/strcoll.33
-rw-r--r--lib/libc/string/strcoll.c3
-rw-r--r--lib/libc/string/strcpy.33
-rw-r--r--lib/libc/string/strcpy.c5
-rw-r--r--lib/libc/string/strcspn.33
-rw-r--r--lib/libc/string/strcspn.c3
-rw-r--r--lib/libc/string/strdup.33
-rw-r--r--lib/libc/string/strdup.c3
-rw-r--r--lib/libc/string/strerror.33
-rw-r--r--lib/libc/string/strerror.c3
-rw-r--r--lib/libc/string/strftime.34
-rw-r--r--lib/libc/string/strftime.c5
-rw-r--r--lib/libc/string/string.33
-rw-r--r--lib/libc/string/strlen.33
-rw-r--r--lib/libc/string/strlen.c3
-rw-r--r--lib/libc/string/strmode.33
-rw-r--r--lib/libc/string/strmode.c3
-rw-r--r--lib/libc/string/strncat.c3
-rw-r--r--lib/libc/string/strncmp.c3
-rw-r--r--lib/libc/string/strncpy.c3
-rw-r--r--lib/libc/string/strpbrk.33
-rw-r--r--lib/libc/string/strpbrk.c3
-rw-r--r--lib/libc/string/strrchr.33
-rw-r--r--lib/libc/string/strsep.33
-rw-r--r--lib/libc/string/strsep.c3
-rw-r--r--lib/libc/string/strsignal.33
-rw-r--r--lib/libc/string/strsignal.c3
-rw-r--r--lib/libc/string/strspn.33
-rw-r--r--lib/libc/string/strspn.c3
-rw-r--r--lib/libc/string/strstr.33
-rw-r--r--lib/libc/string/strstr.c3
-rw-r--r--lib/libc/string/strtok.33
-rw-r--r--lib/libc/string/strtok.c3
-rw-r--r--lib/libc/string/strxfrm.33
-rw-r--r--lib/libc/string/strxfrm.c3
-rw-r--r--lib/libc/string/swab.33
-rw-r--r--lib/libc/string/swab.c3
72 files changed, 73 insertions, 156 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 9b7e25cd951..347b23204c3 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,5 +1,4 @@
-# from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91
-# $Id: Makefile.inc,v 1.2 1996/03/25 23:31:46 tholo Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:33:54 tholo Exp $
# string sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string
diff --git a/lib/libc/string/__strerror.c b/lib/libc/string/__strerror.c
index 2642e854608..c27cb8492b7 100644
--- a/lib/libc/string/__strerror.c
+++ b/lib/libc/string/__strerror.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/
-static char *rcsid = "$Id: __strerror.c,v 1.2 1996/01/29 02:04:11 deraadt Exp $";
+static char *rcsid = "$OpenBSD: __strerror.c,v 1.3 1996/08/19 08:33:55 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef NLS
diff --git a/lib/libc/string/__strsignal.c b/lib/libc/string/__strsignal.c
index 1937e2d6087..5d8700818ea 100644
--- a/lib/libc/string/__strsignal.c
+++ b/lib/libc/string/__strsignal.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/
-static char *rcsid = "$Id: __strsignal.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $";
+static char *rcsid = "$OpenBSD: __strsignal.c,v 1.2 1996/08/19 08:33:56 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef NLS
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3
index 118c55c579e..9234b5739d1 100644
--- a/lib/libc/string/bcmp.3
+++ b/lib/libc/string/bcmp.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)bcmp.3 5.4 (Berkeley) 4/19/91
-.\" $Id: bcmp.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $
+.\" $OpenBSD: bcmp.3,v 1.2 1996/08/19 08:33:56 tholo Exp $
.\"
.Dd April 19, 1991
.Dt BCMP 3
diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c
index 782aa1a30bb..4ed00975a49 100644
--- a/lib/libc/string/bcmp.c
+++ b/lib/libc/string/bcmp.c
@@ -1,5 +1,3 @@
-/* $OpenBSD: bcmp.c,v 1.3 1996/05/01 12:57:37 deraadt Exp $ */
-
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
@@ -34,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)bcmp.c 5.6 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: bcmp.c,v 1.3 1996/05/01 12:57:37 deraadt Exp $";
+static char *rcsid = "$OpenBSD: bcmp.c,v 1.4 1996/08/19 08:33:57 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3
index 6db3812caff..4e841562e02 100644
--- a/lib/libc/string/bcopy.3
+++ b/lib/libc/string/bcopy.3
@@ -32,8 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)bcopy.3 5.3 (Berkeley) 4/19/91
-.\" $Id: bcopy.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $
+.\" $OpenBSD: bcopy.3,v 1.2 1996/08/19 08:33:57 tholo Exp $
.\"
.Dd April 19, 1991
.Dt BCOPY 3
diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c
index 92feed66ea2..023a3b2db2e 100644
--- a/lib/libc/string/bcopy.c
+++ b/lib/libc/string/bcopy.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";*/
-static char *rcsid = "$Id: bcopy.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $";
+static char *rcsid = "$OpenBSD: bcopy.c,v 1.2 1996/08/19 08:33:58 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/bm.3 b/lib/libc/string/bm.3
index 2264a6a1c41..c9429301633 100644
--- a/lib/libc/string/bm.3
+++ b/lib/libc/string/bm.3
@@ -32,8 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)bm.3 8.4 (Berkeley) 6/21/94
-.\" $Id: bm.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $
+.\" $OpenBSD: bm.3,v 1.2 1996/08/19 08:33:58 tholo Exp $
.\"
.TH BM 3
.SH NAME
diff --git a/lib/libc/string/bm.c b/lib/libc/string/bm.c
index 4bc5f178014..b191d340f6c 100644
--- a/lib/libc/string/bm.c
+++ b/lib/libc/string/bm.c
@@ -1,5 +1,3 @@
-/* $OpenBSD: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $ */
-
/*-
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -37,9 +35,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */
-static char *rcsid = "$Id: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $";
-#endif /* LIBC_SCCS && not lint */
+static char *rcsid = "$OpenBSD: bm.c,v 1.3 1996/08/19 08:33:59 tholo Exp $";
+#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3
index 12fcfb0cc17..b553fd0beb2 100644
--- a/lib/libc/string/bstring.3
+++ b/lib/libc/string/bstring.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)bstring.3 6.8 (Berkeley) 4/19/91
-.\" $Id: bstring.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: bstring.3,v 1.2 1996/08/19 08:33:59 tholo Exp $
.\"
.Dd April 19, 1991
.Dt BSTRING 3
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3
index 4f0141e0511..a8e55a63c12 100644
--- a/lib/libc/string/bzero.3
+++ b/lib/libc/string/bzero.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)bzero.3 5.3 (Berkeley) 4/19/91
-.\" $Id: bzero.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: bzero.3,v 1.2 1996/08/19 08:34:00 tholo Exp $
.\"
.Dd April 19, 1991
.Dt BZERO 3
diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c
index 7d89de23f34..3e660a307fe 100644
--- a/lib/libc/string/bzero.c
+++ b/lib/libc/string/bzero.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)bzero.c 5.7 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: bzero.c,v 1.2 1996/05/01 12:57:40 deraadt Exp $";
+static char *rcsid = "$OpenBSD: bzero.c,v 1.3 1996/08/19 08:34:00 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3
index 6464bea2b17..9ef08aef8e8 100644
--- a/lib/libc/string/ffs.3
+++ b/lib/libc/string/ffs.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)ffs.3 5.3 (Berkeley) 4/19/91
-.\" $Id: ffs.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: ffs.3,v 1.2 1996/08/19 08:34:01 tholo Exp $
.\"
.Dd April 19, 1991
.Dt FFS 3
diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c
index 6a8ff265934..a0767e50ad9 100644
--- a/lib/libc/string/ffs.c
+++ b/lib/libc/string/ffs.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)ffs.c 5.4 (Berkeley) 5/17/90";*/
-static char *rcsid = "$Id: ffs.c,v 1.2 1996/05/01 12:57:42 deraadt Exp $";
+static char *rcsid = "$OpenBSD: ffs.c,v 1.3 1996/08/19 08:34:01 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3
index 847b03628b2..04db37eb10f 100644
--- a/lib/libc/string/index.3
+++ b/lib/libc/string/index.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)index.3 5.3 (Berkeley) 4/19/91
-.\" $Id: index.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: index.3,v 1.2 1996/08/19 08:34:02 tholo Exp $
.\"
.Dd April 19, 1991
.Dt INDEX 3
diff --git a/lib/libc/string/index.c b/lib/libc/string/index.c
index 3d9c05f9618..86c4e75f122 100644
--- a/lib/libc/string/index.c
+++ b/lib/libc/string/index.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)index.c 5.7 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: index.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: index.c,v 1.2 1996/08/19 08:34:02 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3
index 61df7040282..a06e60cf5d4 100644
--- a/lib/libc/string/memccpy.3
+++ b/lib/libc/string/memccpy.3
@@ -29,8 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)memccpy.3 5.4 (Berkeley) 4/19/91
-.\" $Id: memccpy.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: memccpy.3,v 1.2 1996/08/19 08:34:03 tholo Exp $
.\"
.Dd April 19, 1991
.Dt MEMCCPY 3
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c
index 3a1d7bcca13..4757f9c0f8f 100644
--- a/lib/libc/string/memccpy.c
+++ b/lib/libc/string/memccpy.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)memccpy.c 5.8 (Berkeley) 5/30/91";*/
-static char *rcsid = "$Id: memccpy.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: memccpy.c,v 1.2 1996/08/19 08:34:03 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3
index 265711e3b53..56a2aee9ce7 100644
--- a/lib/libc/string/memchr.3
+++ b/lib/libc/string/memchr.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)memchr.3 5.4 (Berkeley) 6/29/91
-.\" $Id: memchr.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: memchr.3,v 1.2 1996/08/19 08:34:04 tholo Exp $
.\"
.Dd June 29, 1991
.Dt MEMCHR 3
diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c
index 61652c6bb14..2ebb5dab322 100644
--- a/lib/libc/string/memchr.c
+++ b/lib/libc/string/memchr.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)memchr.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: memchr.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: memchr.c,v 1.2 1996/08/19 08:34:04 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3
index 13901c1009a..dfc63877b7d 100644
--- a/lib/libc/string/memcmp.3
+++ b/lib/libc/string/memcmp.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)memcmp.3 5.5 (Berkeley) 6/29/91
-.\" $Id: memcmp.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $
.\"
.Dd June 29, 1991
.Dt MEMCMP 3
diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c
index 23d2ab23938..5ce33e29987 100644
--- a/lib/libc/string/memcmp.c
+++ b/lib/libc/string/memcmp.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)memcmp.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: memcmp.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: memcmp.c,v 1.2 1996/08/19 08:34:05 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3
index 3f4bb643c95..75eb00b2d56 100644
--- a/lib/libc/string/memcpy.3
+++ b/lib/libc/string/memcpy.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)memcpy.3 5.5 (Berkeley) 6/29/91
-.\" $Id: memcpy.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: memcpy.3,v 1.2 1996/08/19 08:34:06 tholo Exp $
.\"
.Dd June 29, 1991
.Dt MEMCPY 3
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3
index 24422e79712..95f6b7596c7 100644
--- a/lib/libc/string/memmove.3
+++ b/lib/libc/string/memmove.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)memmove.3 5.5 (Berkeley) 6/29/91
-.\" $Id: memmove.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: memmove.3,v 1.2 1996/08/19 08:34:07 tholo Exp $
.\"
.Dd June 29, 1991
.Dt MEMMOVE 3
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3
index 1afc0521826..c572552db9b 100644
--- a/lib/libc/string/memset.3
+++ b/lib/libc/string/memset.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)memset.3 5.4 (Berkeley) 6/29/91
-.\" $Id: memset.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: memset.3,v 1.2 1996/08/19 08:34:07 tholo Exp $
.\"
.Dd June 29, 1991
.Dt MEMSET 3
diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c
index 117de2e80bf..c3373a21a97 100644
--- a/lib/libc/string/memset.c
+++ b/lib/libc/string/memset.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)memset.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: memset.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: memset.c,v 1.2 1996/08/19 08:34:07 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/rindex.3 b/lib/libc/string/rindex.3
index b13b3513e03..a1266b94ae6 100644
--- a/lib/libc/string/rindex.3
+++ b/lib/libc/string/rindex.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)rindex.3 5.2 (Berkeley) 4/19/91
-.\" $Id: rindex.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: rindex.3,v 1.2 1996/08/19 08:34:08 tholo Exp $
.\"
.Dd April 19, 1991
.Dt RINDEX 3
diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c
index 1b84c92072d..f18553f6676 100644
--- a/lib/libc/string/rindex.c
+++ b/lib/libc/string/rindex.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)rindex.c 5.9 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: rindex.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: rindex.c,v 1.2 1996/08/19 08:34:08 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 46e9010e4f2..1aa4c4a77b2 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strcasecmp.3 5.4 (Berkeley) 4/19/91
-.\" $Id: strcasecmp.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $
+.\" $OpenBSD: strcasecmp.3,v 1.2 1996/08/19 08:34:09 tholo Exp $
.\"
.Dd April 19, 1991
.Dt STRCASECMP 3
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c
index 79bd0081e34..fe8b8eb890f 100644
--- a/lib/libc/string/strcasecmp.c
+++ b/lib/libc/string/strcasecmp.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static const char sccsid[] = "from: @(#)strcasecmp.c 5.10 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcasecmp.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.2 1996/08/19 08:34:09 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 5357d657542..0a0656c5ff1 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strcat.3 5.6 (Berkeley) 6/29/91
-.\" $Id: strcat.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strcat.3,v 1.2 1996/08/19 08:34:10 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRCAT 3
diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c
index 2958d5e78c1..374a2b74641 100644
--- a/lib/libc/string/strcat.c
+++ b/lib/libc/string/strcat.c
@@ -1,5 +1,3 @@
-/* $OpenBSD: strcat.c,v 1.3 1996/05/01 12:57:45 deraadt Exp $ */
-
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -34,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strcat.c 5.6 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: strcat.c,v 1.3 1996/05/01 12:57:45 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcat.c,v 1.4 1996/08/19 08:34:10 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index 18b50301f38..806fe734da9 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strchr.3 5.4 (Berkeley) 6/29/91
-.\" $Id: strchr.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strchr.3,v 1.2 1996/08/19 08:34:11 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRCHR 3
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index fecaa85410c..91e51d68fc7 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strcmp.3 5.6 (Berkeley) 6/29/91
-.\" $Id: strcmp.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strcmp.3,v 1.2 1996/08/19 08:34:11 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRCMP 3
diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c
index 690da8f3fb9..9a5b208323a 100644
--- a/lib/libc/string/strcmp.c
+++ b/lib/libc/string/strcmp.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcmp.c,v 1.2 1996/05/01 12:57:47 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcmp.c,v 1.3 1996/08/19 08:34:12 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3
index 12f73f98f24..20af998885e 100644
--- a/lib/libc/string/strcoll.3
+++ b/lib/libc/string/strcoll.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strcoll.3 5.6 (Berkeley) 6/29/91
-.\" $Id: strcoll.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strcoll.3,v 1.2 1996/08/19 08:34:12 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRCOLL 3
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c
index 86c742cba9a..dca0b10d25e 100644
--- a/lib/libc/string/strcoll.c
+++ b/lib/libc/string/strcoll.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strcoll.c 5.2 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcoll.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcoll.c,v 1.2 1996/08/19 08:34:13 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 1ca12c2707d..33da6e619e6 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strcpy.3 5.4 (Berkeley) 6/29/91
-.\" $Id: strcpy.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strcpy.3,v 1.2 1996/08/19 08:34:13 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRCPY 3
diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c
index 04bf0fa67fe..76b063fc109 100644
--- a/lib/libc/string/strcpy.c
+++ b/lib/libc/string/strcpy.c
@@ -1,5 +1,3 @@
-/* $OpenBSD: strcpy.c,v 1.3 1996/05/01 12:57:49 deraadt Exp $ */
-
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -34,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strcpy.c 5.7 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: strcpy.c,v 1.3 1996/05/01 12:57:49 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcpy.c,v 1.4 1996/08/19 08:34:14 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3
index cc9e5c2fe3f..93c6d8f84cf 100644
--- a/lib/libc/string/strcspn.3
+++ b/lib/libc/string/strcspn.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strcspn.3 5.3 (Berkeley) 6/29/91
-.\" $Id: strcspn.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strcspn.3,v 1.2 1996/08/19 08:34:14 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRCSPN 3
diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c
index acb4d2a3afb..f7261564a7b 100644
--- a/lib/libc/string/strcspn.c
+++ b/lib/libc/string/strcspn.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strcspn.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcspn.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcspn.c,v 1.2 1996/08/19 08:34:15 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index 925cbf3d46e..394f6f27d17 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -29,8 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strdup.3 5.3 (Berkeley) 4/19/91
-.\" $Id: strdup.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strdup.3,v 1.2 1996/08/19 08:34:15 tholo Exp $
.\"
.Dd April 19, 1991
.Dt STRDUP 3
diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c
index 27ede441102..74c462d2411 100644
--- a/lib/libc/string/strdup.c
+++ b/lib/libc/string/strdup.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strdup.c 5.4 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: strdup.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strdup.c,v 1.2 1996/08/19 08:34:16 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3
index c9d8504dbb0..487c2b0e9ff 100644
--- a/lib/libc/string/strerror.3
+++ b/lib/libc/string/strerror.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strerror.3 6.9 (Berkeley) 6/29/91
-.\" $Id: strerror.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strerror.3,v 1.2 1996/08/19 08:34:16 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRERROR 3
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c
index c3f5ab5d987..0e2690c3dd4 100644
--- a/lib/libc/string/strerror.c
+++ b/lib/libc/string/strerror.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/
-static char *rcsid = "$Id: strerror.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strerror.c,v 1.2 1996/08/19 08:34:17 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strftime.3 b/lib/libc/string/strftime.3
index a6eecd95e0d..db666bb3155 100644
--- a/lib/libc/string/strftime.3
+++ b/lib/libc/string/strftime.3
@@ -1,5 +1,3 @@
-.\" $OpenBSD: strftime.3,v 1.2 1996/03/19 23:15:14 niklas Exp $
-.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -35,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
+.\" $OpenBSD: strftime.3,v 1.3 1996/08/19 08:34:17 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRFTIME 3
diff --git a/lib/libc/string/strftime.c b/lib/libc/string/strftime.c
index b1fa97cae11..c1d1e95ffd8 100644
--- a/lib/libc/string/strftime.c
+++ b/lib/libc/string/strftime.c
@@ -1,5 +1,3 @@
-/* $OpenBSD: strftime.c,v 1.5 1996/06/10 06:19:33 deraadt Exp $ */
-
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@@ -34,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strftime.c 5.11 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: strftime.c,v 1.5 1996/06/10 06:19:33 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strftime.c,v 1.6 1996/08/19 08:34:18 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/localedef.h>
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index aaf97e0321d..80da886e576 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)string.3 6.9 (Berkeley) 4/19/91
-.\" $Id: string.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $
.\"
.Dd April 19, 1991
.Dt STRING 3
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3
index f4aff363eec..99e7dd19c34 100644
--- a/lib/libc/string/strlen.3
+++ b/lib/libc/string/strlen.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strlen.3 5.4 (Berkeley) 6/29/91
-.\" $Id: strlen.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strlen.3,v 1.2 1996/08/19 08:34:19 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRLEN 3
diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c
index f5d526d9c43..332d5766f93 100644
--- a/lib/libc/string/strlen.c
+++ b/lib/libc/string/strlen.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strlen.c,v 1.2 1996/05/01 12:57:52 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strlen.c,v 1.3 1996/08/19 08:34:19 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3
index 1907e7ab036..ba2dfbf4a20 100644
--- a/lib/libc/string/strmode.3
+++ b/lib/libc/string/strmode.3
@@ -29,8 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strmode.3 5.4 (Berkeley) 7/31/91
-.\" $Id: strmode.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $
+.\" $OpenBSD: strmode.3,v 1.2 1996/08/19 08:34:20 tholo Exp $
.\"
.Dd July 31, 1991
.Dt STRMODE 3
diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c
index 441fc76e90e..cc66071acd0 100644
--- a/lib/libc/string/strmode.c
+++ b/lib/libc/string/strmode.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strmode.c 5.3 (Berkeley) 5/18/90";*/
-static char *rcsid = "$Id: strmode.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strmode.c,v 1.2 1996/08/19 08:34:20 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c
index 3d96452af4c..27ae2ba324a 100644
--- a/lib/libc/string/strncat.c
+++ b/lib/libc/string/strncat.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strncat.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strncat.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strncat.c,v 1.2 1996/08/19 08:34:21 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c
index 43217391d00..0224957f8b2 100644
--- a/lib/libc/string/strncmp.c
+++ b/lib/libc/string/strncmp.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strncmp.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strncmp.c,v 1.2 1996/05/01 12:57:54 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strncmp.c,v 1.3 1996/08/19 08:34:21 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#ifndef _KERNEL
diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c
index 5215311b758..01bc8a872e5 100644
--- a/lib/libc/string/strncpy.c
+++ b/lib/libc/string/strncpy.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strncpy.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strncpy.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strncpy.c,v 1.2 1996/08/19 08:34:22 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3
index 8578546c057..5876f560a95 100644
--- a/lib/libc/string/strpbrk.3
+++ b/lib/libc/string/strpbrk.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strpbrk.3 5.4 (Berkeley) 6/29/91
-.\" $Id: strpbrk.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strpbrk.3,v 1.2 1996/08/19 08:34:22 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRPBRK 3
diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c
index f1d542a5257..748a3a8c94d 100644
--- a/lib/libc/string/strpbrk.c
+++ b/lib/libc/string/strpbrk.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strpbrk.c 5.8 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strpbrk.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strpbrk.c,v 1.2 1996/08/19 08:34:23 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3
index 1d98cbff24d..6dd00d32fb4 100644
--- a/lib/libc/string/strrchr.3
+++ b/lib/libc/string/strrchr.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strrchr.3 5.3 (Berkeley) 6/29/91
-.\" $Id: strrchr.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strrchr.3,v 1.2 1996/08/19 08:34:23 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRRCHR 3
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index 21aa7376f20..0cae3e0f1bb 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -31,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strsep.3 5.3 (Berkeley) 4/19/91
-.\" $Id: strsep.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strsep.3,v 1.2 1996/08/19 08:34:24 tholo Exp $
.\"
.Dd April 19, 1991
.Dt STRSEP 3
diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c
index 69be7fe0468..09f187b62d8 100644
--- a/lib/libc/string/strsep.c
+++ b/lib/libc/string/strsep.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static const char sccsid[] = "from: @(#)strsep.c 5.4 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strsep.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strsep.c,v 1.2 1996/08/19 08:34:24 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strsignal.3 b/lib/libc/string/strsignal.3
index 3287fef53e6..42e433c259f 100644
--- a/lib/libc/string/strsignal.3
+++ b/lib/libc/string/strsignal.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strerror.3 6.9 (Berkeley) 6/29/91
-.\" $Id: strsignal.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strsignal.3,v 1.2 1996/08/19 08:34:25 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRSIGNAL 3
diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c
index ec4a267edf4..cf03af5963e 100644
--- a/lib/libc/string/strsignal.c
+++ b/lib/libc/string/strsignal.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/
-static char *rcsid = "$Id: strsignal.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strsignal.c,v 1.2 1996/08/19 08:34:25 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3
index 36e44a3a385..7d15470dee0 100644
--- a/lib/libc/string/strspn.3
+++ b/lib/libc/string/strspn.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strspn.3 5.3 (Berkeley) 6/29/91
-.\" $Id: strspn.3,v 1.2 1996/01/07 07:37:38 deraadt Exp $
+.\" $OpenBSD: strspn.3,v 1.3 1996/08/19 08:34:25 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRSPN 3
diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c
index 6224b25c2ae..41940f91903 100644
--- a/lib/libc/string/strspn.c
+++ b/lib/libc/string/strspn.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strspn.c 5.8 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strspn.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strspn.c,v 1.2 1996/08/19 08:34:26 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3
index 24fdf540ed6..fa455b426ae 100644
--- a/lib/libc/string/strstr.3
+++ b/lib/libc/string/strstr.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strstr.3 5.3 (Berkeley) 6/29/91
-.\" $Id: strstr.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strstr.3,v 1.2 1996/08/19 08:34:26 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRSTR 3
diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c
index 1ed59e357b5..763c7e29d78 100644
--- a/lib/libc/string/strstr.c
+++ b/lib/libc/string/strstr.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strstr.c 5.2 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strstr.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strstr.c,v 1.2 1996/08/19 08:34:27 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 644bd10aedf..ce4a75c007a 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strtok.3 5.8 (Berkeley) 6/29/91
-.\" $Id: strtok.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strtok.3,v 1.2 1996/08/19 08:34:27 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRTOK 3
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c
index 9f712579bfa..2fce04c3ad9 100644
--- a/lib/libc/string/strtok.c
+++ b/lib/libc/string/strtok.c
@@ -32,8 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strtok.c 5.8 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: strtok.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strtok.c,v 1.2 1996/08/19 08:34:28 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index 84fd9454723..3ebdd42c290 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -33,8 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)strxfrm.3 5.4 (Berkeley) 6/29/91
-.\" $Id: strxfrm.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: strxfrm.3,v 1.2 1996/08/19 08:34:28 tholo Exp $
.\"
.Dd June 29, 1991
.Dt STRXFRM 3
diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c
index d9df77b957d..6b258edeccd 100644
--- a/lib/libc/string/strxfrm.c
+++ b/lib/libc/string/strxfrm.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strxfrm.c 5.2 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strxfrm.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strxfrm.c,v 1.2 1996/08/19 08:34:29 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3
index 133c487bbd3..c64dbd6cb12 100644
--- a/lib/libc/string/swab.3
+++ b/lib/libc/string/swab.3
@@ -29,8 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)swab.3 6.6 (Berkeley) 5/1/91
-.\" $Id: swab.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $
+.\" $OpenBSD: swab.3,v 1.2 1996/08/19 08:34:29 tholo Exp $
.\"
.Dd May 1, 1991
.Dt SWAB 3
diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c
index f33fc53bd65..bdedd06672b 100644
--- a/lib/libc/string/swab.c
+++ b/lib/libc/string/swab.c
@@ -35,8 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)swab.c 5.10 (Berkeley) 3/6/91";*/
-static char *rcsid = "$Id: swab.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $";
+static char *rcsid = "$OpenBSD: swab.c,v 1.2 1996/08/19 08:34:30 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>