summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-01-22 12:05:48 +0000
committeraaron <aaron@openbsd.org>2000-01-22 12:05:48 +0000
commitf028b6d89b43970b5fd2a4336afd1b5136368dc7 (patch)
treeaab049b3b77f7c406ee543e1cf2b9196d484a73e /lib/libc/sys/socket.2
parentUse .Va macro when referring to the global variable errno. (diff)
downloadwireguard-openbsd-f028b6d89b43970b5fd2a4336afd1b5136368dc7.tar.xz
wireguard-openbsd-f028b6d89b43970b5fd2a4336afd1b5136368dc7.zip
Use .Er macro when referring to errno error names.
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r--lib/libc/sys/socket.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 32f230f4a86..850ac578ba6 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.12 2000/01/13 06:23:59 fgsch Exp $
+.\" $OpenBSD: socket.2,v 1.13 2000/01/22 12:05:49 aaron Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -156,9 +156,8 @@ within a reasonable length of time, then
the connection is considered broken and calls
will indicate an error with
\-1 returns and with
-.Dv ETIMEDOUT
-as the specific code
-in the global variable
+.Er ETIMEDOUT
+as the specific code in the global variable
.Va errno .
The protocols optionally keep sockets
.Dq warm