diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-05-22 01:10:12 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-05-22 01:10:12 +0000 |
| commit | 9257ada0a43b1b762755b6a56f77cf160cef308a (patch) | |
| tree | 07909942b4afe5c975444958b53e086f1956f180 /contrib | |
| parent | 9f329febcb5ca1fb2d6a4cfabfaeb07843f04266 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/elftoolchain/nm/nm.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/elftoolchain/nm/nm.1 b/contrib/elftoolchain/nm/nm.1 index 4cdd73745b60..bd28893987be 100644 --- a/contrib/elftoolchain/nm/nm.1 +++ b/contrib/elftoolchain/nm/nm.1 @@ -24,7 +24,7 @@ .\" .\" $Id: nm.1 3195 2015-05-12 17:22:19Z emaste $ .\" -.Dd February 15, 2015 +.Dd May 21, 2017 .Os .Dt NM 1 .Sh NAME @@ -304,6 +304,8 @@ A local (uninitialized data) symbol. .It d A local data symbol. +.It r +A local read-only data symbol. .It t A local text symbol. .It v |
