summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/llvm-nm/llvm-nm.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llvm-nm/llvm-nm.1')
-rw-r--r--usr.bin/clang/llvm-nm/llvm-nm.117
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/clang/llvm-nm/llvm-nm.1 b/usr.bin/clang/llvm-nm/llvm-nm.1
index 7454a15..62fce6e 100644
--- a/usr.bin/clang/llvm-nm/llvm-nm.1
+++ b/usr.bin/clang/llvm-nm/llvm-nm.1
@@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
-.TH "LLVM-NM" "1" "2016-03-03" "3.8" "LLVM"
+.TH "LLVM-NM" "1" "2017-12-24" "6" "LLVM"
.SH NAME
llvm-nm \- list LLVM bitcode and object file's symbol table
.
@@ -115,12 +115,12 @@ file.
.INDENT 0.0
.TP
.B \-B (default)
-Use BSD output format. Alias for \fB\-\-format=bsd\fP\&.
+Use BSD output format. Alias for \fI\-\-format=bsd\fP\&.
.UNINDENT
.INDENT 0.0
.TP
.B \-P
-Use POSIX.2 output format. Alias for \fB\-\-format=posix\fP\&.
+Use POSIX.2 output format. Alias for \fI\-\-format=posix\fP\&.
.UNINDENT
.INDENT 0.0
.TP
@@ -186,14 +186,17 @@ Sort symbols by size.
.B \-\-undefined\-only, \-u
Print only symbols referenced but not defined in this file.
.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-radix=RADIX, \-t
+Specify the radix of the symbol address(es). Values accepted d(decimal),
+x(hexadecomal) and o(octal).
+.UNINDENT
.SH BUGS
.INDENT 0.0
.INDENT 3.5
.INDENT 0.0
.IP \(bu 2
-\fBllvm\-nm\fP cannot demangle C++ mangled names, like GNU \fBnm\fP
-can.
-.IP \(bu 2
\fBllvm\-nm\fP does not support the full set of arguments that GNU
\fBnm\fP does.
.UNINDENT
@@ -208,6 +211,6 @@ llvm\-dis, ar(1), nm(1)
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
-2003-2016, LLVM Project
+2003-2017, LLVM Project
.\" Generated by docutils manpage writer.
.
OpenPOWER on IntegriCloud