diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2000-04-30 22:44:05 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2000-04-30 22:44:05 +0000 |
| commit | 17ad18bb78ffd95e88804f724d2349e4c2c539f7 (patch) | |
| tree | e26b05378d4e20ee890dd3cfd8486b8bd4440e87 /usr.bin/nm | |
| parent | eabfa0f4345808ce333dd422b789a5c4af42b882 (diff) | |
Notes
Diffstat (limited to 'usr.bin/nm')
| -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 d6a52d22b42e..1509f9f8c0db 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 , |
