Add manpage for sprofdiff

Change-Id: Ifa98ab133ef818d21921f05db650069448ea52ff
This commit is contained in:
Jacob Adams 2015-05-09 22:28:13 -04:00 committed by Lionel Sambuc
parent 2a6b817353
commit be4841096d
3 changed files with 16 additions and 1 deletions

View file

@ -5285,6 +5285,7 @@
./usr/man/man8/shutdown.8 minix-sys
./usr/man/man8/slip.8 minix-sys
./usr/man/man8/sprofalyze.8 minix-sys
./usr/man/man8/sprofdiff.8 minix-sys
./usr/man/man8/srccrc.8 minix-sys
./usr/man/man8/strfile.8 minix-sys
./usr/man/man8/sync.8 minix-sys

View file

@ -3,6 +3,6 @@
PROG= sprofdiff
SRCS= sprofdiff.c tdist.c
LDADD+= -lm
MAN=
MAN= sprofdiff.8
.include <bsd.prog.mk>

View file

@ -0,0 +1,14 @@
.TH man 8 "9 May 2015" "1.0" "sprofdiff man page"
.SH NAME
sprofdiff \- compare multiple sprofile traces
.SH SYNOPSIS
sprofdiff leftfile [-r] rightfile
.SH DESCRIPTION
sprofdiff compares the sprofile information from multiple output files of 'sprofalyze -d'.
.SH OPTIONS
.IP -r
When comparing multiple files, use this option to keep them separate.
.SH SEE ALSO
.B sprofalyze(8)
.SH AUTHOR
Manpage written by Jacob Adams <tookmund@gmail.com>