From 352c7ab0fdf1712e1b461209e2c9d3626ac618c6 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 3 Jan 1994 23:52:35 +0000 Subject: Updated man page to document new behaviour of -Z, -z and -Q flags. --- gnu/usr.bin/ld/ld.1 | 9 +++++++-- gnu/usr.bin/ld/ld.1aout | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index a41714e..47a3d40 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ld.1,v 1.3 1993/11/02 22:56:51 pk Exp $ +.\" $Id: ld.1,v 1.2 1993/11/09 04:18:53 paul Exp $ .\" .Dd October 14, 1993 .Dt LD 8 @@ -142,6 +142,8 @@ Produce a NMAGIC output file. .It Fl o Ar filename Specifies the name of the output file. Defaults to .Dq a.out. +.It Fl Q +Make a BSD/386 / FreeBSD 1.1 output file. This is the default. .It Fl r Produce relocatable object file, suitable for another pass through .Nm ld. @@ -171,9 +173,12 @@ Discard all local symbols in the input files. .It Fl y symbol Trace the manipulations inflicted on .Ar symbol +.It Fl Z +Make a NetBSD 0.9 ZMAGIC output file. .It Fl z -Make a ZMAGIC output file. This is the default. +Make a ZMAGIC output file. This is the older 386BSD / FreeBSD 1.0 format. .Sh FILES + .Sh SEE ALSO .Xr ldconfig 1 , .Xr link 5 diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index a41714e..47a3d40 100644 --- a/gnu/usr.bin/ld/ld.1aout +++ b/gnu/usr.bin/ld/ld.1aout @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ld.1,v 1.3 1993/11/02 22:56:51 pk Exp $ +.\" $Id: ld.1,v 1.2 1993/11/09 04:18:53 paul Exp $ .\" .Dd October 14, 1993 .Dt LD 8 @@ -142,6 +142,8 @@ Produce a NMAGIC output file. .It Fl o Ar filename Specifies the name of the output file. Defaults to .Dq a.out. +.It Fl Q +Make a BSD/386 / FreeBSD 1.1 output file. This is the default. .It Fl r Produce relocatable object file, suitable for another pass through .Nm ld. @@ -171,9 +173,12 @@ Discard all local symbols in the input files. .It Fl y symbol Trace the manipulations inflicted on .Ar symbol +.It Fl Z +Make a NetBSD 0.9 ZMAGIC output file. .It Fl z -Make a ZMAGIC output file. This is the default. +Make a ZMAGIC output file. This is the older 386BSD / FreeBSD 1.0 format. .Sh FILES + .Sh SEE ALSO .Xr ldconfig 1 , .Xr link 5 -- cgit v1.1