diff options
| author | jtc <jtc@NetBSD.org> | 1996-09-21 00:34:35 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-09-21 00:34:35 +0000 |
| commit | a4eaf780581ecca1cf534ee92de3554ccb94be50 (patch) | |
| tree | 5d5010b1ddd7af2a5a9be3efc08bdaae167f0838 /usr.bin/nm/nm.1 | |
| parent | be78089fff7efe7f0c0d84c1f6eac9aa1fc5a287 (diff) | |
Added a "-l" flag so that it is possible to distinguish between weak
and global symbols. When this flag is used, an asterisk is printed
after the key letter for weak symbols.
Prior art for this flag comes from Solaris.
Diffstat (limited to 'usr.bin/nm/nm.1')
| -rw-r--r-- | usr.bin/nm/nm.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 9ed94e02419..88dc975dbe7 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ +.\" $NetBSD: nm.1,v 1.4 1996/09/21 00:34:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 .\" -.Dd June 6, 1993 +.Dd September 20, 1996 .Dt NM 1 .Os BSD 4 .Sh NAME @@ -41,7 +41,7 @@ .Nd display name list (symbol table) .Sh SYNOPSIS .Nm nm -.Op Fl agnopruw +.Op Fl aglnopruw .Ar .Sh DESCRIPTION The symbol table (name list) of each object in @@ -65,6 +65,8 @@ table for Display symbol table entries inserted for use by debuggers. .It Fl g Restrict display to external (global) symbols. +.It Fl l +Identify weak symbols by appending an asterisk to the symbol type letter. .It Fl n Present results in numerical order. .It Fl o |
