diff options
author | emaste <emaste@FreeBSD.org> | 2015-09-24 21:01:34 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-09-24 21:01:34 +0000 |
commit | e828d62c47ad1995d69a273cfd637be4c3448b37 (patch) | |
tree | f30f5c4e2eb0e4b1bed5ed4884bb290f4dbc6007 /share/man/man7 | |
parent | 2a0ca272457065ac51d8dbddc0762a017ecee98d (diff) | |
download | FreeBSD-src-e828d62c47ad1995d69a273cfd637be4c3448b37.zip FreeBSD-src-e828d62c47ad1995d69a273cfd637be4c3448b37.tar.gz |
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.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/hier.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index c24769a..f693041 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -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/ |