diff options
author | ru <ru@FreeBSD.org> | 2000-11-22 16:02:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-22 16:02:00 +0000 |
commit | bdc5340b39fbc40a64feadf0d2fd65beca35a320 (patch) | |
tree | 4a0b074ae28c1e44296bda8760d05dd25bd2ddfa /lib/libc/sys/socket.2 | |
parent | c3abc432d868b9b1370e4d575ff6839e27d887ef (diff) | |
download | FreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.zip FreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.tar.gz |
mdoc(7) police: Er macro usage cleanup.
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r-- | lib/libc/sys/socket.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index b6e5a65..5e37c55 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -188,7 +188,7 @@ 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 +.Er ETIMEDOUT as the specific code in the global variable .Va errno . |