]> Zhao Yanbai Git Server - minix.git/commitdiff
Add manpage for sprofdiff 93/2993/1
authorJacob Adams <tookmund@gmail.com>
Sun, 10 May 2015 02:28:13 +0000 (22:28 -0400)
committerLionel Sambuc <lionel@minix3.org>
Mon, 18 May 2015 11:52:13 +0000 (13:52 +0200)
Change-Id: Ifa98ab133ef818d21921f05db650069448ea52ff

distrib/sets/lists/minix/mi
minix/commands/sprofdiff/Makefile
minix/commands/sprofdiff/sprofdiff.8 [new file with mode: 0644]

index 38e296a4c0857c68f20d455694951590dffae88e..32f10a791fd76d1c78d46bbdbcd7bd086ffb4ebf 100644 (file)
 ./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
index 3bd3516bcdb9267bc79124b6b8b04f829b23cc57..961fa17e2f02b646f94b1fe4c647e6affee26fac 100755 (executable)
@@ -3,6 +3,6 @@
 PROG=  sprofdiff
 SRCS=  sprofdiff.c tdist.c
 LDADD+= -lm
-MAN=
+MAN= sprofdiff.8
 
 .include <bsd.prog.mk>
diff --git a/minix/commands/sprofdiff/sprofdiff.8 b/minix/commands/sprofdiff/sprofdiff.8
new file mode 100644 (file)
index 0000000..3d1a4b3
--- /dev/null
@@ -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>