diff options
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 |
