diff options
author | 2012-03-06 13:57:16 +0000 | |
---|---|---|
committer | 2012-03-06 13:57:16 +0000 | |
commit | a6963dc6a1d83fdaf53e26fc7c715736a952dbd0 (patch) | |
tree | 2d803dd7b9f7677c07c232152fa311f08e2e9115 /lib/libc | |
parent | oops. correct diff this time (diff) | |
download | wireguard-openbsd-a6963dc6a1d83fdaf53e26fc7c715736a952dbd0.tar.xz wireguard-openbsd-a6963dc6a1d83fdaf53e26fc7c715736a952dbd0.zip |
tweak previous;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index b4a0711f3b4..c2884124c63 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.29 2012/03/06 11:38:26 ajacoutot Exp $ +.\" $OpenBSD: sysconf.3,v 1.30 2012/03/06 13:57:16 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -175,8 +175,8 @@ The number of processors online (capable of running processes). .It Li _SC_HOST_NAME_MAX The maximum size of a hostname, not counting NULL. .It Li _SC_MONOTONIC_CLOCK -Return the POSIX version of the implementation of the Monotinic Clock -Option that this system conforms to, or \-1 if unavailable. +Return the POSIX version of the implementation of the Monotonic Clock +option that this system conforms to, or \-1 if unavailable. .El .Sh RETURN VALUES If the call to |