summaryrefslogtreecommitdiff
path: root/static/v10/man1/nm.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/nm.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/nm.1')
-rw-r--r--static/v10/man1/nm.133
1 files changed, 33 insertions, 0 deletions
diff --git a/static/v10/man1/nm.1 b/static/v10/man1/nm.1
new file mode 100644
index 00000000..6a4bc5be
--- /dev/null
+++ b/static/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 --