diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-09 11:58:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-09 11:58:17 +0000 |
commit | 6adf62b24ff738d8e2f6600f84abdf07bc9adec1 (patch) | |
tree | 1df6930a443cec77b1cbc719a248b7e95bab5b9d /lib | |
parent | d5351dcbe0958fe34ace6e1377fe294c4eeb5178 (diff) |
kill trailing whitespace;
Diffstat (limited to 'lib')
-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. |