Date: Tue, 01 Nov 2016 12:42:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 211618] dtruss man page missing Message-ID: <bug-211618-9-ywxnf5w4Wl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211618-9@https.bugs.freebsd.org/bugzilla/> References: <bug-211618-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211618 --- Comment #5 from Brandon Wandersee <brandon.wandersee@gmail.com> --- (In reply to Benjamin Kaduk from comment #4) No, dtruss(1) and DTrace itself are definitely in my base system: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ whereis dtruss dtruss: /usr/sbin/dtruss /usr/share/man/en.UTF-8/man1/dtruss.1.gz $ make check-old >>> Checking for old files >>> Checking for old libraries >>> Checking for old directories To remove old files and directories run 'make delete-old'. To remove old libraries run 'make delete-old-libs'. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I've only glanced at my local source tree---I'm not intimately familiar with it, I admit---but adding "WITHOUT_CDDL=3D'YES'" to /etc/src.conf adds the dtruss(1) man page to my `make check-old` list, but not the /usr/sbin/dtruss binary, per /usr/src/tools/build/mk/OptionalObsoleteFiles.inc. I haven't had my coffee yet, but it looks like it might be a bit more complicated than just a missing man page. I won't rule out that this might = be a quirk in my system, though. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211618-9-ywxnf5w4Wl>