Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add utimens/lutimens man pages links.
details: https://anonhg.NetBSD.org/src/rev/593a504f8284
branches: trunk
changeset: 791225:593a504f8284
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Nov 09 13:05:59 2013 +0000
description:
Add utimens/lutimens man pages links.
diffstat:
distrib/sets/lists/comp/mi | 8 +++++++-
lib/libc/sys/Makefile.inc | 5 +++--
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (76 lines):
diff -r 0388123a6fec -r 593a504f8284 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sat Nov 09 11:18:12 2013 +0000
+++ b/distrib/sets/lists/comp/mi Sat Nov 09 13:05:59 2013 +0000
@@ -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
diff -r 0388123a6fec -r 593a504f8284 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Sat Nov 09 11:18:12 2013 +0000
+++ b/lib/libc/sys/Makefile.inc Sat Nov 09 13:05:59 2013 +0000
@@ -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+=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
Home |
Main Index |
Thread Index |
Old Index