diff options
author | mischief <mischief@offblast.org> | 2014-03-13 22:51:22 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-03-13 22:51:22 -0700 |
commit | d1822db1876754048ade2278aba664a6545590c8 (patch) | |
tree | 28ea1111e477704bfe58b67e3561737885016d92 /sys/man | |
parent | e5a6ebecd29404c64a7a3da24c4ee4fd0fac122c (diff) |
nm(2): clarify that U is an undefined symbol
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/nm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/1/nm b/sys/man/1/nm index a77480180..7f7d7bf2a 100644 --- a/sys/man/1/nm +++ b/sys/man/1/nm @@ -25,9 +25,12 @@ Each symbol name is preceded by its hexadecimal value (blanks if undefined) and one of the letters .TP +.B U +undefined symbol +.PD0 +.TP .B T text segment symbol -.PD0 .TP .B t static text segment symbol |