summaryrefslogtreecommitdiff
path: root/static/v10/man1/nm.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/nm.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/nm.1')
-rw-r--r--static/v10/man1/nm.133
1 files changed, 0 insertions, 33 deletions
diff --git a/static/v10/man1/nm.1 b/static/v10/man1/nm.1
deleted file mode 100644
index 6a4bc5be..00000000
--- a/static/v10/man1/nm.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.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 --