Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time add the 3 missing man pages.



details:   https://anonhg.NetBSD.org/src/rev/4c659de7e32e
branches:  trunk
changeset: 759802:4c659de7e32e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 16 21:53:56 2010 +0000

description:
add the 3 missing man pages.

diffstat:

 lib/libc/time/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r af516bd22b79 -r 4c659de7e32e lib/libc/time/Makefile.inc
--- a/lib/libc/time/Makefile.inc        Thu Dec 16 19:59:39 2010 +0000
+++ b/lib/libc/time/Makefile.inc        Thu Dec 16 21:53:56 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.14 2010/12/16 18:38:07 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.15 2010/12/16 21:53:56 christos Exp $
 
 .PATH: ${.CURDIR}/time
 
@@ -20,6 +20,9 @@
        ctime.3 localtime_rz.3  \
        ctime.3 mktime.3        \
        ctime.3 mktime_z.3      \
+       ctime.3 tzalloc.3       \
+       ctime.3 tzfree.3        \
+       ctime.3 tzgettime.3     \
        getdate.3 getdate_err.3 \
        offtime.3 offtime_r.3   \
        offtime.3 timeoff.3     \



Home | Main Index | Thread Index | Old Index