diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-06 13:57:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-06 13:57:17 +0000 |
commit | d7cdf9bb8e64d5899ba6757b60e070ae28ad7c03 (patch) | |
tree | 2bede3da3b692d9d03bbe5a084bc309079f629f4 /lib/libc/gen | |
parent | 722b324a1cef537a5ef3268d0259cb403d970818 (diff) |
tweak previous;
Diffstat (limited to 'lib/libc/gen')
-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 |