Module Name: src Committed By: njoly Date: Sat Nov 9 13:05:59 UTC 2013
Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/sys: Makefile.inc Log Message: Add utimens/lutimens man pages links. To generate a diff of this commit: cvs rdiff -u -r1.1853 -r1.1854 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.220 -r1.221 src/lib/libc/sys/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/comp/mi diff -u src/distrib/sets/lists/comp/mi:1.1853 src/distrib/sets/lists/comp/mi:1.1854 --- src/distrib/sets/lists/comp/mi:1.1853 Sat Nov 2 01:37:33 2013 +++ src/distrib/sets/lists/comp/mi Sat Nov 9 13:05:59 2013 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1853 2013/11/02 01:37:33 christos Exp $ +# $NetBSD: mi,v 1.1854 2013/11/09 13:05:59 njoly Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -4423,6 +4423,7 @@ ./usr/share/man/cat2/listen.0 comp-c-catman .cat ./usr/share/man/cat2/lseek.0 comp-c-catman .cat ./usr/share/man/cat2/lstat.0 comp-c-catman .cat +./usr/share/man/cat2/lutimens.0 comp-c-catman .cat ./usr/share/man/cat2/lutimes.0 comp-c-catman .cat ./usr/share/man/cat2/m68k_sync_icache.0 comp-c-catman .cat ./usr/share/man/cat2/madvise.0 comp-c-catman .cat @@ -4562,6 +4563,7 @@ ./usr/share/man/cat2/unlink.0 comp-c-catman .cat ./usr/share/man/cat2/unlinkat.0 comp-c-catman .cat ./usr/share/man/cat2/unmount.0 comp-c-catman .cat +./usr/share/man/cat2/utimens.0 comp-c-catman .cat ./usr/share/man/cat2/utimensat.0 comp-c-catman .cat ./usr/share/man/cat2/utimes.0 comp-c-catman .cat ./usr/share/man/cat2/utrace.0 comp-c-catman .cat @@ -11041,6 +11043,7 @@ ./usr/share/man/html2/listen.html comp-c-htmlman html ./usr/share/man/html2/lseek.html comp-c-htmlman html ./usr/share/man/html2/lstat.html comp-c-htmlman html +./usr/share/man/html2/lutimens.html comp-c-htmlman html ./usr/share/man/html2/lutimes.html comp-c-htmlman html ./usr/share/man/html2/m68k_sync_icache.html comp-c-htmlman html ./usr/share/man/html2/madvise.html comp-c-htmlman html @@ -11172,6 +11175,7 @@ ./usr/share/man/html2/unlink.html comp-c-htmlman html ./usr/share/man/html2/unlinkat.html comp-c-htmlman html ./usr/share/man/html2/unmount.html comp-c-htmlman html +./usr/share/man/html2/utimens.html comp-c-htmlman html ./usr/share/man/html2/utimensat.html comp-c-htmlman html ./usr/share/man/html2/utimes.html comp-c-htmlman html ./usr/share/man/html2/utrace.html comp-c-htmlman html @@ -17440,6 +17444,7 @@ ./usr/share/man/man2/listen.2 comp-c-man .man ./usr/share/man/man2/lseek.2 comp-c-man .man ./usr/share/man/man2/lstat.2 comp-c-man .man +./usr/share/man/man2/lutimens.2 comp-c-man .man ./usr/share/man/man2/lutimes.2 comp-c-man .man ./usr/share/man/man2/m68k_sync_icache.2 comp-c-man .man ./usr/share/man/man2/madvise.2 comp-c-man .man @@ -17578,6 +17583,7 @@ ./usr/share/man/man2/unlink.2 comp-c-man .man ./usr/share/man/man2/unlinkat.2 comp-c-man .man ./usr/share/man/man2/unmount.2 comp-c-man .man +./usr/share/man/man2/utimens.2 comp-c-man .man ./usr/share/man/man2/utimensat.2 comp-c-man .man ./usr/share/man/man2/utimes.2 comp-c-man .man ./usr/share/man/man2/utrace.2 comp-c-man .man Index: src/lib/libc/sys/Makefile.inc diff -u src/lib/libc/sys/Makefile.inc:1.220 src/lib/libc/sys/Makefile.inc:1.221 --- src/lib/libc/sys/Makefile.inc:1.220 Thu Oct 17 18:01:11 2013 +++ src/lib/libc/sys/Makefile.inc Sat Nov 9 13:05:59 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.220 2013/10/17 18:01:11 njoly Exp $ +# $NetBSD: Makefile.inc,v 1.221 2013/11/09 13:05:59 njoly Exp $ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 # sys sources @@ -334,7 +334,8 @@ MLINKS+=syscall.2 __syscall.2 MLINKS+=truncate.2 ftruncate.2 MLINKS+=unlink.2 unlinkat.2 MLINKS+=utimes.2 futimes.2 utimes.2 lutimes.2 -MLINKS+=utimes.2 futimens.2 utimes.2 utimensat.2 +MLINKS+=utimes.2 utimens.2 utimes.2 futimens.2 utimes.2 lutimens.2 +MLINKS+=utimes.2 utimensat.2 MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2 MLINKS+=write.2 writev.2 write.2 pwrite.2 write.2 pwritev.2 MLINKS+=pipe.2 pipe2.2