summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-04-07 17:57:56 +0000
committerschwarze <schwarze@openbsd.org>2014-04-07 17:57:56 +0000
commit65612907eba647129f63eb366b6e483ff3d19daa (patch)
tree7036818634658ab35c0c841672325e1d866c4c13 /lib/libc/string
parentAccept arbitrary argument delimiters for various roff(7) escape sequences. (diff)
downloadwireguard-openbsd-65612907eba647129f63eb366b6e483ff3d19daa.tar.xz
wireguard-openbsd-65612907eba647129f63eb366b6e483ff3d19daa.zip
Add some missing names to the NAME sections.
For inet(3), go the other way, remove some bogus symlinks. Found while testing the new makewhatis(8). ok jmc@
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/memchr.37
-rw-r--r--lib/libc/string/strerror.37
2 files changed, 8 insertions, 6 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3
index 1373e147356..8d8a9ddf9ce 100644
--- a/lib/libc/string/memchr.3
+++ b/lib/libc/string/memchr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: memchr.3,v 1.11 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: memchr.3,v 1.12 2014/04/07 17:57:56 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -31,11 +31,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 7 2014 $
.Dt MEMCHR 3
.Os
.Sh NAME
-.Nm memchr
+.Nm memchr ,
+.Nm memrchr
.Nd locate byte in byte string
.Sh SYNOPSIS
.In string.h
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3
index 5b59235ef67..264ac39052f 100644
--- a/lib/libc/string/strerror.3
+++ b/lib/libc/string/strerror.3
@@ -29,13 +29,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strerror.3,v 1.12 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strerror.3,v 1.13 2014/04/07 17:57:56 schwarze Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: April 7 2014 $
.Dt STRERROR 3
.Os
.Sh NAME
-.Nm strerror
+.Nm strerror ,
+.Nm strerror_r
.Nd get error message string
.Sh SYNOPSIS
.In string.h