diff options
author | nik <nik@FreeBSD.org> | 2000-04-30 22:44:05 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2000-04-30 22:44:05 +0000 |
commit | ed7c0d764bcd90aeaed0281bbc10dd36bc5463e1 (patch) | |
tree | 3208a70fe84372ebcdd12e76598fc2f5b3570909 /usr.bin | |
parent | 1bab59cbc5a301801c4ad882e84966d6c774800c (diff) | |
download | FreeBSD-src-ed7c0d764bcd90aeaed0281bbc10dd36bc5463e1.zip FreeBSD-src-ed7c0d764bcd90aeaed0281bbc10dd36bc5463e1.tar.gz |
Add descriptions of the nm(1) keywords and their meanings.
PR: docs/17269
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/nm/nm.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index d6a52d2..1509f9f 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -114,6 +114,32 @@ warn if next symbol is referenced .Pp If the symbol is local (non-external) the type letter is in lower case. The output is sorted alphabetically. +.Sh KEYWORDS +The following is a complete list of keywords and their meaning. +The keyword is uppercase for external, lowercase for internal symbols. +Only uppercase keywords are shown here. +.Pp +.Bl -tag -width sigignore -compact +.It A +Absolute Address +.It B +BSS Segment +.It C +Common Reference +.It D +Data Segment +.It F +Filename (external only) +.It w +Warning refs (internal only) +.It I +Alias definition +.It T +Text Segment +.It U +Undefined +.It ? +None of the above .Sh SEE ALSO .Xr ar 1 , .Xr a.out 5 , |