Module Name: src Committed By: wiz Date: Thu Oct 6 12:38:58 UTC 2011
Modified Files: src/distrib/sets/lists/man: mi src/usr.sbin/i2cscan: Makefile Log Message: Install i2cscan(8). To generate a diff of this commit: cvs rdiff -u -r1.1345 -r1.1346 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/i2cscan/Makefile 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/man/mi diff -u src/distrib/sets/lists/man/mi:1.1345 src/distrib/sets/lists/man/mi:1.1346 --- src/distrib/sets/lists/man/mi:1.1345 Thu Oct 6 07:38:55 2011 +++ src/distrib/sets/lists/man/mi Thu Oct 6 12:38:57 2011 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1345 2011/10/06 07:38:55 mrg Exp $ +# $NetBSD: mi,v 1.1346 2011/10/06 12:38:57 wiz Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -2333,6 +2333,7 @@ ./usr/share/man/cat8/hpropd.0 man-krb5-catman kerberos,.cat ./usr/share/man/cat8/htable.0 man-obsolete obsolete ./usr/share/man/cat8/httpd.0 man-netutil-catman .cat +./usr/share/man/cat8/i2cscan.0 man-sysutil-catman .cat ./usr/share/man/cat8/i386/MAKEDEV.0 man-obsolete obsolete ./usr/share/man/cat8/i386/apm.0 man-obsolete obsolete ./usr/share/man/cat8/i386/apmd.0 man-obsolete obsolete @@ -4992,6 +4993,7 @@ ./usr/share/man/html8/hprop.html man-krb5-htmlman kerberos,html ./usr/share/man/html8/hpropd.html man-krb5-htmlman kerberos,html ./usr/share/man/html8/httpd.html man-netutil-htmlman html +./usr/share/man/html8/i2cscan.html man-sysutil-htmlman html ./usr/share/man/html8/i386/boot.html man-sys-htmlman html ./usr/share/man/html8/i386/boot_console.html man-sys-htmlman html ./usr/share/man/html8/i386/bootselect.html man-sys-htmlman html @@ -7773,6 +7775,7 @@ ./usr/share/man/man8/hpropd.8 man-krb5-man kerberos,.man ./usr/share/man/man8/htable.8 man-obsolete obsolete ./usr/share/man/man8/httpd.8 man-netutil-man .man +./usr/share/man/man8/i2cscan.8 man-sysutil-man .man ./usr/share/man/man8/i386/MAKEDEV.8 man-obsolete obsolete ./usr/share/man/man8/i386/apm.8 man-obsolete obsolete ./usr/share/man/man8/i386/apmd.8 man-obsolete obsolete Index: src/usr.sbin/i2cscan/Makefile diff -u src/usr.sbin/i2cscan/Makefile:1.1 src/usr.sbin/i2cscan/Makefile:1.2 --- src/usr.sbin/i2cscan/Makefile:1.1 Sun Oct 2 16:48:47 2011 +++ src/usr.sbin/i2cscan/Makefile Thu Oct 6 12:38:58 2011 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2011/10/02 16:48:47 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/06 12:38:58 wiz Exp $ PROG= i2cscan -NOMAN= # defined +MAN= i2cscan.8 .include <bsd.prog.mk>