Deleted Added
full compact
btxld.8 (131500) btxld.8 (140368)
1.\" Copyright (c) 1998 Robert Nordier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
18.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
19.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
20.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1998 Robert Nordier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
18.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
19.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
20.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.sbin/btxld/btxld.8 131500 2004-07-02 23:13:00Z ru $
25.\" $FreeBSD: head/usr.sbin/btxld/btxld.8 140368 2005-01-17 07:44:44Z ru $
26.\"
27.Dd September 12, 1998
28.Dt BTXLD 8
29.Os
30.Sh NAME
31.Nm btxld
32.Nd link editor for BTX clients
33.Sh SYNOPSIS

--- 53 unchanged lines hidden (view full) ---

87where
88.Ar page
89may be 0, and should not exceed the number of pages occupied by the
90combined .text and .data segments of the client image.
91.El
92.Sh SEE ALSO
93.Xr ld 1 ,
94.Xr boot 8
26.\"
27.Dd September 12, 1998
28.Dt BTXLD 8
29.Os
30.Sh NAME
31.Nm btxld
32.Nd link editor for BTX clients
33.Sh SYNOPSIS

--- 53 unchanged lines hidden (view full) ---

87where
88.Ar page
89may be 0, and should not exceed the number of pages occupied by the
90combined .text and .data segments of the client image.
91.El
92.Sh SEE ALSO
93.Xr ld 1 ,
94.Xr boot 8
95.Sh DIAGNOSTICS
95.Sh EXIT STATUS
96.Ex -std
97.Sh AUTHORS
98.An Robert Nordier Aq rnordier@FreeBSD.org .
96.Ex -std
97.Sh AUTHORS
98.An Robert Nordier Aq rnordier@FreeBSD.org .