Source-Changes-HG archive

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

[src/trunk]: src install the mkubootimage(1) manual



details:   https://anonhg.NetBSD.org/src/rev/e940842c400a
branches:  trunk
changeset: 783032:e940842c400a
user:      reed <reed%NetBSD.org@localhost>
date:      Sun Dec 02 02:21:28 2012 +0000

description:
install the mkubootimage(1) manual

diffstat:

 distrib/sets/lists/man/mi     |  5 ++++-
 usr.bin/mkubootimage/Makefile |  3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 8743dfd9ddb1 -r e940842c400a distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Dec 02 01:05:16 2012 +0000
+++ b/distrib/sets/lists/man/mi Sun Dec 02 02:21:28 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1408 2012/11/26 00:41:48 rkujawa Exp $
+# $NetBSD: mi,v 1.1409 2012/12/02 02:21:28 reed Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -300,6 +300,7 @@
 ./usr/share/man/cat1/mkfilters.0               man-ipf-catman          ipfilter,.cat
 ./usr/share/man/cat1/mklocale.0                        man-util-catman         .cat
 ./usr/share/man/cat1/mktemp.0                  man-util-catman         .cat
+./usr/share/man/cat1/mkubootimage.0            man-util-catman         .cat
 ./usr/share/man/cat1/mopa.out.0                        man-obsolete            obsolete
 ./usr/share/man/cat1/mopchk.0                  man-bootserver-catman   .cat
 ./usr/share/man/cat1/mopcopy.0                 man-bootserver-catman   .cat
@@ -3286,6 +3287,7 @@
 ./usr/share/man/html1/mkfilters.html           man-ipf-htmlman         ipfilter,html
 ./usr/share/man/html1/mklocale.html            man-util-htmlman        html
 ./usr/share/man/html1/mktemp.html              man-util-htmlman        html
+./usr/share/man/html1/mkubootimage.html                man-util-htmlman        html
 ./usr/share/man/html1/mopchk.html              man-bootserver-htmlman  html
 ./usr/share/man/html1/mopcopy.html             man-bootserver-htmlman  html
 ./usr/share/man/html1/mopprobe.html            man-bootserver-htmlman  html
@@ -5910,6 +5912,7 @@
 ./usr/share/man/man1/mkfilters.1               man-ipf-man             ipfilter,.man
 ./usr/share/man/man1/mklocale.1                        man-util-man            .man
 ./usr/share/man/man1/mktemp.1                  man-util-man            .man
+./usr/share/man/man1/mkubootimage.1            man-util-man            .man
 ./usr/share/man/man1/mopa.out.1                        man-obsolete            obsolete
 ./usr/share/man/man1/mopchk.1                  man-bootserver-man      .man
 ./usr/share/man/man1/mopcopy.1                 man-bootserver-man      .man
diff -r 8743dfd9ddb1 -r e940842c400a usr.bin/mkubootimage/Makefile
--- a/usr.bin/mkubootimage/Makefile     Sun Dec 02 01:05:16 2012 +0000
+++ b/usr.bin/mkubootimage/Makefile     Sun Dec 02 02:21:28 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:33 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/02 02:21:29 reed Exp $
 
 PROG=  mkubootimage
 SRCS=  mkubootimage.c crc32.c
-NOMAN= # defined
 
 CWARNFLAGS.clang+=     -Wno-conversion
 



Home | Main Index | Thread Index | Old Index