diff options
author | 2008-05-09 11:58:16 +0000 | |
---|---|---|
committer | 2008-05-09 11:58:16 +0000 | |
commit | b9c8c7d1d91cc446fe3f43ce163d5e0a5c029ce2 (patch) | |
tree | 4c9c1ea9781cff2df4a6e9e071d6d1a1c7732f1f /lib/libc/sys | |
parent | Don't just ntohl() the hours, but everything of the state (diff) | |
download | wireguard-openbsd-b9c8c7d1d91cc446fe3f43ce163d5e0a5c029ce2.tar.xz wireguard-openbsd-b9c8c7d1d91cc446fe3f43ce163d5e0a5c029ce2.zip |
kill trailing whitespace;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index f23f0144847..722e1ea366a 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.24 2008/05/09 08:24:06 markus Exp $ +.\" $OpenBSD: getsockopt.2,v 1.25 2008/05/09 11:58:16 jmc Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -217,7 +217,7 @@ calls without the flag. Some protocols always behave as if this option is set. .Pp -.Dv SO_BINDANY +.Dv SO_BINDANY allows the socket to be bound to addresses which are not local to the machine, so it can be used to make a transparent proxy. |