aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-02 20:21:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-02 20:21:49 +0000
commitd8b1bd85a39cacf6da7adf4b23378e946e080f57 (patch)
treea9b569d69fa62da1d455d1bffd77e0f37c70312e /usr.bin
parent80d31da7892ed43f07fc3c8a23763745bb60ada0 (diff)
downloadsrc-d8b1bd85a39cacf6da7adf4b23378e946e080f57.tar.gz
src-d8b1bd85a39cacf6da7adf4b23378e946e080f57.zip
Add descriptions of the nm(1aout) keywords and their meanings.
PR: docs/17269 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Notes
Notes: svn path=/head/; revision=59905
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/nm/nm.1aout26
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout
index d6a52d22b42e..1509f9f8c0db 100644
--- a/usr.bin/nm/nm.1aout
+++ b/usr.bin/nm/nm.1aout
@@ -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 ,