summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strerror.3
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/strerror.3
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/strerror.3')
-rw-r--r--lib/libc/string/strerror.37
1 files changed, 4 insertions, 3 deletions
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