summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-04-07 17:57:57 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-04-07 17:57:57 +0000
commite9424d193f6f626d39a8482d1e33b7aa2703e86a (patch)
treee1f50d7a19cdb1c6c52ed9b8c4bb8ed5490e7fdd /lib/libc/string
parentca3542140979e8defcc98065dfadac05c6f7e484 (diff)
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