Source-Changes-HG archive

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

[src/trunk]: src Install the manual page return_address(9).



details:   https://anonhg.NetBSD.org/src/rev/930d78398c79
branches:  trunk
changeset: 748724:930d78398c79
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Nov 03 05:12:10 2009 +0000

description:
Install the manual page return_address(9).

diffstat:

 distrib/sets/lists/comp/mi        |  5 ++++-
 share/man/man9/man9.i386/Makefile |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 6b06db3cf2ea -r 930d78398c79 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Tue Nov 03 05:08:18 2009 +0000
+++ b/distrib/sets/lists/comp/mi        Tue Nov 03 05:12:10 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1335 2009/11/02 10:13:19 plunky Exp $
+#      $NetBSD: mi,v 1.1336 2009/11/03 05:12:10 dyoung Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -8703,6 +8703,7 @@
 ./usr/share/man/cat9/hz.0                      comp-sys-catman         .cat
 ./usr/share/man/cat9/i386/bios32_service.0     comp-sys-catman         .cat
 ./usr/share/man/cat9/i386/bioscall.0           comp-sys-catman         .cat
+./usr/share/man/cat9/i386/return_address.0     comp-sys-catman         .cat
 ./usr/share/man/cat9/ieee80211.0               comp-sys-catman         .cat
 ./usr/share/man/cat9/ieee80211_chan2ieee.0     comp-sys-catman         .cat
 ./usr/share/man/cat9/ieee80211_chan2mode.0     comp-sys-catman         .cat
@@ -14125,6 +14126,7 @@
 ./usr/share/man/html9/hz.html                  comp-sys-htmlman        html
 ./usr/share/man/html9/i386/bios32_service.html comp-sys-htmlman        html
 ./usr/share/man/html9/i386/bioscall.html       comp-sys-htmlman        html
+./usr/share/man/html9/i386/return_address.html comp-sys-htmlman        html
 ./usr/share/man/html9/ieee80211.html           comp-sys-htmlman        html
 ./usr/share/man/html9/ieee80211_chan2ieee.html comp-sys-htmlman        html
 ./usr/share/man/html9/ieee80211_chan2mode.html comp-sys-htmlman        html
@@ -19702,6 +19704,7 @@
 ./usr/share/man/man9/hz.9                      comp-sys-man            .man
 ./usr/share/man/man9/i386/bios32_service.9     comp-sys-man            .man
 ./usr/share/man/man9/i386/bioscall.9           comp-sys-man            .man
+./usr/share/man/man9/i386/return_address.9     comp-sys-man            .man
 ./usr/share/man/man9/ieee80211.9               comp-sys-man            .man
 ./usr/share/man/man9/ieee80211_chan2ieee.9     comp-sys-man            .man
 ./usr/share/man/man9/ieee80211_chan2mode.9     comp-sys-man            .man
diff -r 6b06db3cf2ea -r 930d78398c79 share/man/man9/man9.i386/Makefile
--- a/share/man/man9/man9.i386/Makefile Tue Nov 03 05:08:18 2009 +0000
+++ b/share/man/man9/man9.i386/Makefile Tue Nov 03 05:12:10 2009 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2001/07/01 04:11:15 gmcgarry Exp $
+#      $NetBSD: Makefile,v 1.3 2009/11/03 05:12:11 dyoung Exp $
 
-MAN=   bioscall.9 bios32_service.9
+MAN=   bioscall.9 bios32_service.9 return_address.9
 MANSUBDIR=/i386
 
 .include <bsd.man.mk>



Home | Main Index | Thread Index | Old Index