# HG changeset patch # User stever # Date 1120534150 0 # Node ID b98d1563566a90b9934f6a3fc31522ec067b0202 # Parent 85fd6b9e0795396b5c94cdbbd555985e8ff75221 Add man page for minchistory. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-04 Steve M. Robbins + + * Makefile.am: + * progs/minchistory/minchistory.man1: New manual page for + minchistory. + 2005-07-04 Bert Vincent * conversion/micropet/upet2mnc.c - save units for dimensions diff --git a/Makefile.am b/Makefile.am --- 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 \ diff --git a/progs/minchistory/minchistory.man1 b/progs/minchistory/minchistory.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] - -.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).