Deleted Added
full compact
aout.4 (239306) aout.4 (267938)
1.\" Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org>
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

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

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

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

15.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
16.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22.\"
23.\" $FreeBSD: head/share/man/man4/aout.4 239306 2012-08-15 18:00:52Z kib $
23.\" $FreeBSD: head/share/man/man4/aout.4 267938 2014-06-26 21:46:14Z bapt $
24.\"
25.Dd August 14, 2012
26.Dt AOUT 4
27.Os
28.Sh NAME
29.Nm aout
30.Nd kernel support for executing binary files in legacy a.out format
31.Sh SYNOPSIS

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

136In
137.Fx 3.0
138it was superseded by
139.Xr elf 5 .
140.Sh AUTHORS
141The
142.Nm
143manual page was written by
24.\"
25.Dd August 14, 2012
26.Dt AOUT 4
27.Os
28.Sh NAME
29.Nm aout
30.Nd kernel support for executing binary files in legacy a.out format
31.Sh SYNOPSIS

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

136In
137.Fx 3.0
138it was superseded by
139.Xr elf 5 .
140.Sh AUTHORS
141The
142.Nm
143manual page was written by
144.An Konstantin Belousov Aq kib@FreeBSD.org .
144.An Konstantin Belousov Aq Mt kib@FreeBSD.org .
145.Sh BUGS
146On 64bit architectures, not all wrappers for older syscalls are implemented.
145.Sh BUGS
146On 64bit architectures, not all wrappers for older syscalls are implemented.