Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/elf2ecoff Sort sections, sort SEE ALSO, drop some .P...
details: https://anonhg.NetBSD.org/src/rev/c77b4ec09065
branches: trunk
changeset: 518522:c77b4ec09065
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Dec 01 19:06:01 2001 +0000
description:
Sort sections, sort SEE ALSO, drop some .Pps and a '.' at the end of SEE ALSO.
diffstat:
usr.bin/elf2ecoff/elf2ecoff.1 | 22 ++++++++++------------
1 files changed, 10 insertions(+), 12 deletions(-)
diffs (46 lines):
diff -r a74d277e487c -r c77b4ec09065 usr.bin/elf2ecoff/elf2ecoff.1
--- a/usr.bin/elf2ecoff/elf2ecoff.1 Sat Dec 01 19:05:04 2001 +0000
+++ b/usr.bin/elf2ecoff/elf2ecoff.1 Sat Dec 01 19:06:01 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: elf2ecoff.1,v 1.6 2000/08/24 01:20:35 jhawk Exp $
+.\" $NetBSD: elf2ecoff.1,v 1.7 2001/12/01 19:06:01 wiz Exp $
.\"
.\" Copyright 1996 The Board of Trustees of The Leland Stanford
.\" Junior University. All Rights Reserved.
@@ -33,16 +33,21 @@
ELF binaries
to ECOFF format, for compatibility with DECstation diskless-boot
PROM code and diskless-boot servers that require ECOFF format binaries.
-.Pp
.\" .Sh DIAGNOSTICS
-.Pp
.Sh SEE ALSO
.Xr elf2aout 1 ,
.Xr ld 1 ,
+.Xr kvm 3 ,
.Xr a.out 5 ,
.Xr elf 5 ,
-.Xr kvm 3 ,
-.Xr kvm_mkdb 8 .
+.Xr kvm_mkdb 8
+.Sh HISTORY
+.Nm
+was originally developed for
+.Nx Ns Tn /pmax
+by Ted Lemon
+and was first distributed with the pmax port of
+.Nx 1.1 .
.Sh BUGS
.Nm
assumes there are no multiply-referenced symbols in the input ELF symbol
@@ -54,10 +59,3 @@
.Xr objcopy 1
utility may be a better solution than
.Nm "" .
-.Sh HISTORY
-.Nm
-was originally developed for
-.Nx Ns Tn /pmax
-by Ted Lemon
-and was first distributed with the pmax port of
-.Nx 1.1 .
Home |
Main Index |
Thread Index |
Old Index