diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-02-18 21:45:10 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-02-18 21:45:10 +0000 |
commit | bf5fb85443044c85a9b6ad0211672d1fdea28c4d (patch) | |
tree | b45c80027b81e5b304ef1ebf1d428ca7c2e87a17 /usr.bin/nm/nm.1 | |
parent | cc3ccbb44ad6d610998df844312531c225a087d7 (diff) |
-C support.
Recognize -B, for better gnu-nm compatibility.
Diffstat (limited to 'usr.bin/nm/nm.1')
-rw-r--r-- | usr.bin/nm/nm.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 2c6c70a1e0b..cf8d30e3551 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.6 2000/11/09 17:52:28 aaron Exp $ +.\" $OpenBSD: nm.1,v 1.7 2001/02/18 21:45:09 espie Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -64,6 +64,9 @@ The options are as follows: .Bl -tag -width Ds .It Fl a Display symbol table entries inserted for use by debuggers. +.It Fl C +Decode low-level symbol names. This involves removing extra underscores +and making C++ function names readable. .It Fl g Restrict display to external (global) symbols. .It Fl n |