svn commit: r318841 - stable/11/contrib/elftoolchain/nm

Ed Maste emaste at FreeBSD.org
Thu May 25 00:34:02 UTC 2017


Author: emaste
Date: Thu May 25 00:34:01 2017
New Revision: 318841
URL: https://svnweb.freebsd.org/changeset/base/318841

Log:
  MFC r318603: nm: document 'r' symbol type
  
  PR:		219245
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/contrib/elftoolchain/nm/nm.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/elftoolchain/nm/nm.1
==============================================================================
--- stable/11/contrib/elftoolchain/nm/nm.1	Thu May 25 00:16:41 2017	(r318840)
+++ stable/11/contrib/elftoolchain/nm/nm.1	Thu May 25 00:34:01 2017	(r318841)
@@ -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


More information about the svn-src-all mailing list