Author: emaste Date: Mon May 22 01:10:12 2017 New Revision: 318603 URL: https://svnweb.freebsd.org/changeset/base/318603
Log: nm: document 'r' symbol type PR: 219245 MFC after: 3 days Sponsored by: The FreeBSD Foundation Modified: head/contrib/elftoolchain/nm/nm.1 Modified: head/contrib/elftoolchain/nm/nm.1 ============================================================================== --- head/contrib/elftoolchain/nm/nm.1 Sun May 21 23:55:58 2017 (r318602) +++ head/contrib/elftoolchain/nm/nm.1 Mon May 22 01:10:12 2017 (r318603) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
