summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/nm.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/nm.1')
-rw-r--r--static/unix-v10/man1/nm.133
1 files changed, 33 insertions, 0 deletions
diff --git a/static/unix-v10/man1/nm.1 b/static/unix-v10/man1/nm.1
new file mode 100644
index 00000000..6a4bc5be
--- /dev/null
+++ b/static/unix-v10/man1/nm.1
@@ -0,0 +1,33 @@
+.pa 1
+.he 'NM (I)'3/15/72'NM (I)'
+.ti 0
+NAME nm -- print name list
+.sp
+.ti 0
+SYNOPSIS nm__ [ name ]
+.sp
+.ti 0
+DESCRIPTION nm__
+prints the symbol table from the output file of an
+assembler or loader run.
+Each symbol name is preceded by its value (blanks if undefined)
+and one of the letters "U" (undefined) "A" (absolute) "T"
+(text segment symbol),
+"D" (data segment symbol), or "B"
+(bss segment symbol).
+Global symbols have their first character underlined.
+The output is sorted alphabetically.
+.sp
+If no file is given, the symbols in a.out_____ are listed.
+.sp
+.ti 0
+FILES a.out
+.sp
+.ti 0
+SEE ALSO as(I), ld(I)
+.sp
+.ti 0
+DIAGNOSTICS "?"
+.sp
+.ti 0
+BUGS --