summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-01-03 23:52:35 +0000
committerjkh <jkh@FreeBSD.org>1994-01-03 23:52:35 +0000
commit352c7ab0fdf1712e1b461209e2c9d3626ac618c6 (patch)
tree23c6286a276d87ac3fc9f16a1a4fd9c67697c476 /gnu
parentd44d2d472f3e1b740ef13daa56c5fe596ac8ae65 (diff)
downloadFreeBSD-src-352c7ab0fdf1712e1b461209e2c9d3626ac618c6.zip
FreeBSD-src-352c7ab0fdf1712e1b461209e2c9d3626ac618c6.tar.gz
Updated man page to document new behaviour of -Z, -z and -Q flags.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/ld.19
-rw-r--r--gnu/usr.bin/ld/ld.1aout9
2 files changed, 14 insertions, 4 deletions
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
OpenPOWER on IntegriCloud