Change-Id: Ifa98ab133ef818d21921f05db650069448ea52ff
./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
PROG= sprofdiff
SRCS= sprofdiff.c tdist.c
LDADD+= -lm
-MAN=
+MAN= sprofdiff.8
.include <bsd.prog.mk>
--- /dev/null
+.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>