Mon Mar 5 10:57:19 2012 UTC ()
Remove dead xrefs to obsolete kvm_mkdb(8).


(njoly)
diff -r1.9 -r1.10 src/usr.bin/elf2aout/elf2aout.1
diff -r1.9 -r1.10 src/usr.bin/elf2ecoff/elf2ecoff.1
diff -r1.11 -r1.12 src/usr.sbin/dev_mkdb/dev_mkdb.8

cvs diff -r1.9 -r1.10 src/usr.bin/elf2aout/elf2aout.1 (expand / switch to unified diff)

--- src/usr.bin/elf2aout/elf2aout.1 2003/02/25 10:35:40 1.9
+++ src/usr.bin/elf2aout/elf2aout.1 2012/03/05 10:57:18 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: elf2aout.1,v 1.9 2003/02/25 10:35:40 wiz Exp $ 1.\" $NetBSD: elf2aout.1,v 1.10 2012/03/05 10:57:18 njoly Exp $
2.\" 2.\"
3.\" Copyright 1996 The Board of Trustees of The Leland Stanford 3.\" Copyright 1996 The Board of Trustees of The Leland Stanford
4.\" Junior University. All Rights Reserved. 4.\" Junior University. All Rights Reserved.
5.\" 5.\"
6.\" Author: Jonathan Stone 6.\" Author: Jonathan Stone
7.\" 7.\"
8.\" Permission to use, copy, modify, and distribute this 8.\" Permission to use, copy, modify, and distribute this
9.\" software and its documentation for any purpose and without 9.\" software and its documentation for any purpose and without
10.\" fee is hereby granted, provided that the above copyright 10.\" fee is hereby granted, provided that the above copyright
11.\" notice and the above authorship notice appear in all copies. 11.\" notice and the above authorship notice appear in all copies.
12.\" Stanford University makes no representations about the suitability 12.\" Stanford University makes no representations about the suitability
13.\" of this software for any purpose. It is provided "as is" without 13.\" of this software for any purpose. It is provided "as is" without
14.\" express or implied warranty. 14.\" express or implied warranty.
@@ -23,38 +23,35 @@ @@ -23,38 +23,35 @@
23.Ar elf-file 23.Ar elf-file
24.Ar aout-file 24.Ar aout-file
25.Sh DESCRIPTION 25.Sh DESCRIPTION
26Reads a fully-linked ELF executable (such as a linked kernel) 26Reads a fully-linked ELF executable (such as a linked kernel)
27and produces an equivalent a.out format executable file. 27and produces an equivalent a.out format executable file.
28.Pp 28.Pp
29The 29The
30.Nm 30.Nm
31utility is used to convert native 31utility is used to convert native
32.Nx 32.Nx
33ELF binaries 33ELF binaries
34to a.out format, for compatibility with bootblocks and kernel-reading 34to a.out format, for compatibility with bootblocks and kernel-reading
35utilities like 35utilities like
36.Xr kvm 3 36.Xr kvm 3 ,
37and 
38.Xr kvm_mkdb 8 , 
39which currently expect an a.out format kernel. 37which currently expect an a.out format kernel.
40.\" .Sh DIAGNOSTICS 38.\" .Sh DIAGNOSTICS
41.Sh SEE ALSO 39.Sh SEE ALSO
42.Xr elf2ecoff 1 , 40.Xr elf2ecoff 1 ,
43.Xr ld 1 , 41.Xr ld 1 ,
44.Xr kvm 3 , 42.Xr kvm 3 ,
45.Xr a.out 5 , 43.Xr a.out 5 ,
46.Xr elf 5 , 44.Xr elf 5
47.Xr kvm_mkdb 8 
48.Sh HISTORY 45.Sh HISTORY
49.Nm 46.Nm
50was originally developed for 47was originally developed for
51.Nx Ns Tn /pmax 48.Nx Ns Tn /pmax
52by Ted Lemon 49by Ted Lemon
53and was first distributed with the pmax port of 50and was first distributed with the pmax port of
54.Nx 1.1 . 51.Nx 1.1 .
55.Sh BUGS 52.Sh BUGS
56.Nm 53.Nm
57assumes there are no multiply-referenced symbols in the input ELF symbol 54assumes there are no multiply-referenced symbols in the input ELF symbol
58section. 55section.
59It may be necessary to link with 56It may be necessary to link with
60.Fl x 57.Fl x

cvs diff -r1.9 -r1.10 src/usr.bin/elf2ecoff/elf2ecoff.1 (expand / switch to unified diff)

--- src/usr.bin/elf2ecoff/elf2ecoff.1 2003/02/25 10:35:40 1.9
+++ src/usr.bin/elf2ecoff/elf2ecoff.1 2012/03/05 10:57:19 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: elf2ecoff.1,v 1.9 2003/02/25 10:35:40 wiz Exp $ 1.\" $NetBSD: elf2ecoff.1,v 1.10 2012/03/05 10:57:19 njoly Exp $
2.\" 2.\"
3.\" Copyright 1996 The Board of Trustees of The Leland Stanford 3.\" Copyright 1996 The Board of Trustees of The Leland Stanford
4.\" Junior University. All Rights Reserved. 4.\" Junior University. All Rights Reserved.
5.\" 5.\"
6.\" Author: Jonathan Stone 6.\" Author: Jonathan Stone
7.\" 7.\"
8.\" Permission to use, copy, modify, and distribute this 8.\" Permission to use, copy, modify, and distribute this
9.\" software and its documentation for any purpose and without 9.\" software and its documentation for any purpose and without
10.\" fee is hereby granted, provided that the above copyright 10.\" fee is hereby granted, provided that the above copyright
11.\" notice and the above authorship notice appear in all copies. 11.\" notice and the above authorship notice appear in all copies.
12.\" Stanford University makes no representations about the suitability 12.\" Stanford University makes no representations about the suitability
13.\" of this software for any purpose. It is provided "as is" without 13.\" of this software for any purpose. It is provided "as is" without
14.\" express or implied warranty. 14.\" express or implied warranty.
@@ -29,28 +29,27 @@ and produces an equivalent ECOFF format  @@ -29,28 +29,27 @@ and produces an equivalent ECOFF format
29The 29The
30.Nm 30.Nm
31utility is used to convert native 31utility is used to convert native
32.Nx 32.Nx
33ELF binaries 33ELF binaries
34to ECOFF format, for compatibility with DECstation diskless-boot 34to ECOFF format, for compatibility with DECstation diskless-boot
35PROM code and diskless-boot servers that require ECOFF format binaries. 35PROM code and diskless-boot servers that require ECOFF format binaries.
36.\" .Sh DIAGNOSTICS 36.\" .Sh DIAGNOSTICS
37.Sh SEE ALSO 37.Sh SEE ALSO
38.Xr elf2aout 1 , 38.Xr elf2aout 1 ,
39.Xr ld 1 , 39.Xr ld 1 ,
40.Xr kvm 3 , 40.Xr kvm 3 ,
41.Xr a.out 5 , 41.Xr a.out 5 ,
42.Xr elf 5 , 42.Xr elf 5
43.Xr kvm_mkdb 8 
44.Sh HISTORY 43.Sh HISTORY
45.Nm 44.Nm
46was originally developed for 45was originally developed for
47.Nx Ns Tn /pmax 46.Nx Ns Tn /pmax
48by Ted Lemon 47by Ted Lemon
49and was first distributed with the pmax port of 48and was first distributed with the pmax port of
50.Nx 1.1 . 49.Nx 1.1 .
51.Sh BUGS 50.Sh BUGS
52.Nm 51.Nm
53assumes there are no multiply-referenced symbols in the input ELF symbol 52assumes there are no multiply-referenced symbols in the input ELF symbol
54section. 53section.
55It may be necessary to link with 54It may be necessary to link with
56.Fl x 55.Fl x

cvs diff -r1.11 -r1.12 src/usr.sbin/dev_mkdb/dev_mkdb.8 (expand / switch to unified diff)

--- src/usr.sbin/dev_mkdb/dev_mkdb.8 2009/03/09 19:24:33 1.11
+++ src/usr.sbin/dev_mkdb/dev_mkdb.8 2012/03/05 10:57:19 1.12
@@ -16,27 +16,27 @@ @@ -16,27 +16,27 @@
16.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 16.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 19.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" from: @(#)dev_mkdb.8 8.1 (Berkeley) 6/6/93 28.\" from: @(#)dev_mkdb.8 8.1 (Berkeley) 6/6/93
29.\" $NetBSD: dev_mkdb.8,v 1.11 2009/03/09 19:24:33 joerg Exp $ 29.\" $NetBSD: dev_mkdb.8,v 1.12 2012/03/05 10:57:19 njoly Exp $
30.\" 30.\"
31.Dd June 6, 1993 31.Dd June 6, 1993
32.Dt DEV_MKDB 8 32.Dt DEV_MKDB 8
33.Os 33.Os
34.Sh NAME 34.Sh NAME
35.Nm dev_mkdb 35.Nm dev_mkdb
36.Nd create 36.Nd create
37.Pa /dev 37.Pa /dev
38database 38database
39.Sh SYNOPSIS 39.Sh SYNOPSIS
40.Nm 40.Nm
41.Op Fl o Ar database 41.Op Fl o Ar database
42.Op directory 42.Op directory
@@ -68,20 +68,19 @@ Put the output databases in the named fi @@ -68,20 +68,19 @@ Put the output databases in the named fi
68.Sh FILES 68.Sh FILES
69.Bl -tag -width /var/run/dev.db -compact 69.Bl -tag -width /var/run/dev.db -compact
70.It Pa /dev 70.It Pa /dev
71Device directory. 71Device directory.
72.It Pa /var/run/dev.db 72.It Pa /var/run/dev.db
73Database file. 73Database file.
74.El 74.El
75.Sh SEE ALSO 75.Sh SEE ALSO
76.Xr ps 1 , 76.Xr ps 1 ,
77.Xr stat 2 , 77.Xr stat 2 ,
78.Xr db 3 , 78.Xr db 3 ,
79.Xr devname 3 , 79.Xr devname 3 ,
80.Xr kvm_nlist 3 , 80.Xr kvm_nlist 3 ,
81.Xr ttyname 3 , 81.Xr ttyname 3
82.Xr kvm_mkdb 8 
83.Sh HISTORY 82.Sh HISTORY
84The 83The
85.Nm 84.Nm
86command appeared in 85command appeared in
87.Bx 4.4 . 86.Bx 4.4 .