diff options
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 |