Module Name:    src
Committed By:   ryoon
Date:           Wed Aug  3 12:40:42 UTC 2016

Modified Files:
        src/lib/libc/gen: sysconf.3

Log Message:
Fix _SC_TIMER_MAX listing, bump date


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/gen/sysconf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/sysconf.3
diff -u src/lib/libc/gen/sysconf.3:1.50 src/lib/libc/gen/sysconf.3:1.51
--- src/lib/libc/gen/sysconf.3:1.50	Tue Jul  5 09:51:10 2016
+++ src/lib/libc/gen/sysconf.3	Wed Aug  3 12:40:42 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysconf.3,v 1.50 2016/07/05 09:51:10 wiz Exp $
+.\"	$NetBSD: sysconf.3,v 1.51 2016/08/03 12:40:42 ryoon Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysconf.3	8.3 (Berkeley) 4/19/94
 .\"
-.Dd July 3, 2016
+.Dd August 3, 2016
 .Dt SYSCONF 3
 .Os
 .Sh NAME
@@ -294,7 +294,7 @@ The number of processors online (capable
 The amount of physical memory on the system in
 .Li _SC_PAGESIZE
 bytes.
-.Li _SC_TIMER_MAX
+.It Li _SC_TIMER_MAX
 The number of timers available for
 .Xr timer_create 2 .
 This is also known as

Reply via email to