diff options
author | dg <dg@FreeBSD.org> | 1994-03-09 14:28:02 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-03-09 14:28:02 +0000 |
commit | 1d11a20ba435f9d27e141045357b5ee26f3ad9ab (patch) | |
tree | 60e048cd3cf1f47d49c6299356d5923d30f77edb /gnu/usr.bin | |
parent | d533737466bfa577d7a0d4562bd4dca37909a8a6 (diff) | |
download | FreeBSD-src-1d11a20ba435f9d27e141045357b5ee26f3ad9ab.zip FreeBSD-src-1d11a20ba435f9d27e141045357b5ee26f3ad9ab.tar.gz |
Document existance of -Z
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/ld/ld.1 | 4 | ||||
-rw-r--r-- | gnu/usr.bin/ld/ld.1aout | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index 3295282..56fa4ba 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.5 1994/01/29 02:03:04 jtc Exp $ +.\" $Id: ld.1,v 1.5 1994/02/13 20:41:22 jkh Exp $ .\" .Dd October 14, 1993 .Dt LD 8 @@ -173,6 +173,8 @@ Discard all local symbols in the input files. .It Fl y Ar symbol Trace the manipulations inflicted on .Ar symbol +.It Fl Z +Make a 386BSD ZMAGIC output file. .It Fl z Make a NetBSD 0.9 ZMAGIC output file. .Sh FILES diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index 3295282..56fa4ba 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.5 1994/01/29 02:03:04 jtc Exp $ +.\" $Id: ld.1,v 1.5 1994/02/13 20:41:22 jkh Exp $ .\" .Dd October 14, 1993 .Dt LD 8 @@ -173,6 +173,8 @@ Discard all local symbols in the input files. .It Fl y Ar symbol Trace the manipulations inflicted on .Ar symbol +.It Fl Z +Make a 386BSD ZMAGIC output file. .It Fl z Make a NetBSD 0.9 ZMAGIC output file. .Sh FILES |