From a4eaf780581ecca1cf534ee92de3554ccb94be50 Mon Sep 17 00:00:00 2001 From: jtc Date: Sat, 21 Sep 1996 00:34:35 +0000 Subject: 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. --- usr.bin/nm/nm.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.bin/nm/nm.1') 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 -- cgit