diff options
author | 2000-01-22 12:05:48 +0000 | |
---|---|---|
committer | 2000-01-22 12:05:48 +0000 | |
commit | f028b6d89b43970b5fd2a4336afd1b5136368dc7 (patch) | |
tree | aab049b3b77f7c406ee543e1cf2b9196d484a73e /lib/libc/sys/socket.2 | |
parent | Use .Va macro when referring to the global variable errno. (diff) | |
download | wireguard-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.2 | 7 |
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 |