svn commit: r288193 - stable/10/share/man/man7
Ed Maste
emaste at FreeBSD.org
Thu Sep 24 21:01:35 UTC 2015
Author: emaste
Date: Thu Sep 24 21:01:34 2015
New Revision: 288193
URL: https://svnweb.freebsd.org/changeset/base/288193
Log:
MFC r274349: Add /usr/lib/debug directory to hier(7)
The canonical standalone debug directory established by the GNU
toolchain is /usr/lib/debug, and we use it when WITH_DEBUG_FILES is set.
Mention it in the file system hierarchy page.
Modified:
stable/10/share/man/man7/hier.7
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man7/hier.7
==============================================================================
--- stable/10/share/man/man7/hier.7 Thu Sep 24 20:56:26 2015 (r288192)
+++ stable/10/share/man/man7/hier.7 Thu Sep 24 21:01:34 2015 (r288193)
@@ -32,7 +32,7 @@
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd January 14, 2015
+.Dd September 24, 2015
.Dt HIER 7
.Os
.Sh NAME
@@ -391,6 +391,8 @@ shared libraries for compatibility
.It Pa aout/
a.out backward compatibility libraries
.El
+.It Pa debug/
+standalone debug data for the base system libraries and binaries
.It Pa dtrace/
DTrace library scripts
.It Pa engines/
More information about the svn-src-stable
mailing list