diff options
author | Mark Johnston <markj@FreeBSD.org> | 2013-10-27 16:01:11 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2013-10-27 16:01:11 +0000 |
commit | a10f58d076db56056d729664690a563b4627e85d (patch) | |
tree | d4f1034fea8f63560e9f9e47d0ea135a225999b8 /cddl/usr.sbin/lockstat/Makefile | |
parent | 81f305d2837d3582d52e1378f238076dea5fdb01 (diff) | |
download | src-a10f58d076db56056d729664690a563b4627e85d.tar.gz src-a10f58d076db56056d729664690a563b4627e85d.zip |
Convert the lockstat(1) man page to mdoc and make sure that it gets
installed. Additionally, remove Solaris-specific sections and references,
and replace example outputs with output from lockstat on FreeBSD, since
lockstat's output contains stack traces.
This change also removes some examples that don't seem to work properly on
FreeBSD. The examples should be re-added when lockstat is fixed.
Reported by: avg
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=257212
Diffstat (limited to 'cddl/usr.sbin/lockstat/Makefile')
-rw-r--r-- | cddl/usr.sbin/lockstat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cddl/usr.sbin/lockstat/Makefile b/cddl/usr.sbin/lockstat/Makefile index ef3ac3c2d556..0668758c2f97 100644 --- a/cddl/usr.sbin/lockstat/Makefile +++ b/cddl/usr.sbin/lockstat/Makefile @@ -3,7 +3,6 @@ .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/lockstat PROG= lockstat -NO_MAN= SRCS= lockstat.c sym.c BINDIR?= /usr/sbin |