[MINC-development] [patch] man page for minchistory

Steve M. Robbins minc-development@bic.mni.mcgill.ca
Sun, 03 Jul 2005 23:28:30 -0400


I checked in my previous patch to the trunk and minc-1-x
branch.

The other patch I include in the Debian packages is a man page
for minchistory.  It's trivial, but Debian mandates a man page
for each binary.  Shall I check this in as well?

Index: Makefile.am
===================================================================
RCS file: /home/steve/lib/cvs/debian/minc/Makefile.am,v
retrieving revision 1.1.1.3
retrieving revision 1.3
diff -u -b -B -r1.1.1.3 -r1.3
--- Makefile.am	16 May 2005 15:22:45 -0000	1.1.1.3
+++ Makefile.am	4 Jul 2005 03:03:09 -0000	1.3
@@ -424,6 +425,7 @@
 	progs/mincexpand/mincexpand.man1 \
 	progs/mincextract/mincextract.man1 \
 	progs/mincheader/mincheader.man1 \
+	progs/minchistory/minchistory.man1 \
 	progs/mincinfo/mincinfo.man1 \
 	progs/minclookup/minclookup.man1 \
 	progs/mincmakescalar/mincmakescalar.man1 \
Index: progs/minchistory/minchistory.man1
===================================================================
RCS file: progs/minchistory/minchistory.man1
diff -N progs/minchistory/minchistory.man1
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ progs/minchistory/minchistory.man1	20 Dec 2003 16:22:24 -0000	1.1
@@ -0,0 +1,13 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH MINCHISTORY 1
+.SH NAME
+minchistory \- show history of MINC file
+.SH SYNOPSIS
+.B minchistory
+.BI file1.mnc
+.BI [file2.mnc ...]
+.SH DESCRIPTION
+.B minchistory
+displays the history attribute of each MINC file named.
+.SH "SEE ALSO"
+.IR mincheader (1).