diff options
author | 2013-03-02 07:02:31 +0000 | |
---|---|---|
committer | 2013-03-02 07:02:31 +0000 | |
commit | c0e7bebcfb5bc281e91816bf20712c0b019755a8 (patch) | |
tree | e7c7431c6554957f09979a71f660210b4386b13b /lib/libc | |
parent | The last use of the int $80 syscall entry was in 5.1, so we no longer (diff) | |
download | wireguard-openbsd-c0e7bebcfb5bc281e91816bf20712c0b019755a8.tar.xz wireguard-openbsd-c0e7bebcfb5bc281e91816bf20712c0b019755a8.zip |
zap end of line whitespace;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/confstr.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index 8b4a5b3cecb..7ca7554534a 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: confstr.3,v 1.17 2013/03/01 21:19:42 guenther Exp $ +.\" $OpenBSD: confstr.3,v 1.18 2013/03/02 07:02:31 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 1 2013 $ +.Dd $Mdocdate: March 2 2013 $ .Dt CONFSTR 3 .Os .Sh NAME @@ -112,7 +112,7 @@ and .It Li _CS_POSIX_V6_ILP32_OFFBIG_LIBS If .Fn sysconf _SC_V7_ILP32_OFFBIG -returns a value greater than zero, +returns a value greater than zero, return the compiler flags for compiling objects, the linker flags for linking an executable, or the linker arguments for additional libraries, respectively, @@ -133,7 +133,7 @@ Otherwise, the result is unspecified. .It Li _CS_POSIX_V6_LP64_OFF64_LIBS If .Fn sysconf _SC_V7_LP64_OFF64 -returns a value greater than zero, +returns a value greater than zero, return the compiler flags for compiling objects, the linker flags for linking an executable, or the linker arguments for additional libraries, respectively, @@ -152,7 +152,7 @@ Otherwise, the result is unspecified. .It Li _CS_POSIX_V6_LPBIG_OFFBIG_LIBS If .Fn sysconf _SC_V7_LPBIG_OFFBIG -returns a value greater than zero, +returns a value greater than zero, return the compiler flags for compiling objects, the linker flags for linking an executable, or the linker arguments for additional libraries, respectively, |