changeset 2316:b98d1563566a

Add man page for minchistory.
author stever <stever>
date Tue, 05 Jul 2005 03:29:10 +0000
parents 85fd6b9e0795
children 2a613a6f8963
files ChangeLog Makefile.am progs/minchistory/minchistory.man1
diffstat 3 files changed, 15 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-04  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>
+
+	* Makefile.am:
+	* progs/minchistory/minchistory.man1: New manual page for
+	minchistory.
+
 2005-07-04  Bert Vincent <bert@bic.mni.mcgill.ca>
 	* conversion/micropet/upet2mnc.c - save units for dimensions
 	
--- a/Makefile.am
+++ b/Makefile.am
@@ -424,6 +424,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 \
--- a/progs/minchistory/minchistory.man1
+++ b/progs/minchistory/minchistory.man1
@@ -1,42 +1,13 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.\"
-.TH MINCHISTORY 1 "$Date: 2004-05-20 21:52:08 $" "" "MINC User's Guide"
-
+.TH MINCHISTORY 1
 .SH NAME
-minchistory - prints out history information for a minc file
-
+minchistory \- show history of MINC file
 .SH SYNOPSIS
 .B minchistory
-[-data] <infile>
-
-.SH DESCRIPTION 
-\fIMinchistory\fR is a \fBperl\fR script that prints the history 
-information in a collection of MINC files.  Most MINC files contain an
-internal "audit trail" that lists the commands used to create the 
-MINC file.  This tool provides a convenient way to examine this information.
-
-For each file, \fIminchistory\fR prints a title line of the format:
-.IP
---- History of \fIfilename\fR ---
-.PP
-Followed by a series of lines which list the history information for
-that file.
-
-\fBminchistory\fR is essentially an alias for the following command:
-.IP
-mincinfo -attvalue :history \fIfilename.mnc\fR
-.PP
-
-.SH OPTIONS
-There are no options.
-
-.SH AUTHOR
-Andrew Janke
-
-.SH COPYRIGHTS
-Copyright \(co 2000 by Andrew Janke
-
+.BI file1.mnc
+.BI [file2.mnc ...]
+.SH DESCRIPTION
+.B minchistory
+displays the history attribute of each MINC file named.
 .SH "SEE ALSO"
-.LP
-.BR mincinfo (1)
-
+.IR mincheader (1).