Add manpage for sprofdiff
Change-Id: Ifa98ab133ef818d21921f05db650069448ea52ff
This commit is contained in:
parent
2a6b817353
commit
be4841096d
3 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
PROG= sprofdiff
|
||||
SRCS= sprofdiff.c tdist.c
|
||||
LDADD+= -lm
|
||||
MAN=
|
||||
MAN= sprofdiff.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
14
minix/commands/sprofdiff/sprofdiff.8
Normal file
14
minix/commands/sprofdiff/sprofdiff.8
Normal 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>
|
Loading…
Reference in a new issue