r275: Renamed if2img to ifexport
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 17 Dec 2000 22:44:43 +0000 (22:44 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 17 Dec 2000 22:44:43 +0000 (22:44 +0000)
man/if2img.1 [deleted file]
man/ifexport.1 [new file with mode: 0644]

diff --git a/man/if2img.1 b/man/if2img.1
deleted file mode 100644 (file)
index 5d807db..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-.\"  -*- nroff -*-
-.\"
-.\" if2img.1
-.\"
-.\" Author: Kevin Rosenberg <kevin@rosenberg.net>
-.\"
-.\" $Id: if2img.1,v 1.1 2000/06/09 01:35:33 kevin Exp $
-.\" $Log: if2img.1,v $
-.\" Revision 1.1  2000/06/09 01:35:33  kevin
-.\" Convert MPI structure to C++ class
-.\"
-.\" Revision 1.2  2000/05/03 08:43:46  kevin
-.\" *** empty log message ***
-.\"
-.\"
-.Dd April 19, 2000
-.Dt IF2IMG 1
-.Os
-.Sh NAME
-.Nm if2img
-.Nd IF (Image File) to Image
-.Sh SYNOPSIS
-.Nm if2img iffile outfile [OPTIONS]
-.Sh DESCRIPTION 
-.Pp
-.Nm 
-converts an 2D IF file to a viewable image file. 
-.Pp
-The options are as follows:
-.Bl -tag -width Ds
-.It Fl Fl format Ar format-name
-Choose output image format
-.It Fl Fl center Ar center-mode
-Choose center of window (default is mode)
-.It Fl Fl auto Ar auto-mode
-Set automatic window mode (default is full)
-.It Fl Fl scaling Ar multiple
-Set scaling factor for output image (default is 1)
-.It Fl Fl min Ar minimum
-Set minimum intensity of window (overrides --auto)
-.It Fl Fl max Ar maximum
-Set maximum intensity of window (overrides --auto)
-.It Fl Fl stats
-Print image statistics
-.It Fl Fl labels
-Print IF labels
-.It Fl Fl debug
-Set debug mode
-.It Fl Fl verbose
-Set verbose mode
-.It Fl Fl version
-Print version
-.It Fl Fl help
-Print terse help summary
-.Sh AUTHORS
-Kevin Rosenberg, M.D. <kevin@rosenberg.net>
-.Sh HISTORY
-.Nm
-was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux.
-.Sh SEE ALSO
-.Xr ctrec 1 ,
-.Xr phm2rs 1 ,
-.Xr phm2if 1 ,
-.Xr rs2if 1 ,
-.Xr ifinfo 1
\ No newline at end of file
diff --git a/man/ifexport.1 b/man/ifexport.1
new file mode 100644 (file)
index 0000000..4a3cfe6
--- /dev/null
@@ -0,0 +1,68 @@
+.\"  -*- nroff -*-
+.\"
+.\" ifexport.1
+.\"
+.\" Author: Kevin Rosenberg <kevin@rosenberg.net>
+.\"
+.\" $Id: ifexport.1,v 1.1 2000/12/17 22:44:43 kevin Exp $
+.\" $Log: ifexport.1,v $
+.\" Revision 1.1  2000/12/17 22:44:43  kevin
+.\" Renamed if2img to ifexport
+.\"
+.\" Revision 1.1  2000/06/09 01:35:33  kevin
+.\" Convert MPI structure to C++ class
+.\"
+.\" Revision 1.2  2000/05/03 08:43:46  kevin
+.\" *** empty log message ***
+.\"
+.\"
+.Dd April 19, 2000
+.Dt IFEXPORT 1
+.Os
+.Sh NAME
+.Nm ifexport
+.Nd IF (Image File) to Image
+.Sh SYNOPSIS
+.Nm ifexport iffile outfile [OPTIONS]
+.Sh DESCRIPTION 
+.Pp
+.Nm 
+converts an 2D IF file to a viewable image file. 
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl Fl format Ar format-name
+Choose output image format
+.It Fl Fl center Ar center-mode
+Choose center of window (default is mode)
+.It Fl Fl auto Ar auto-mode
+Set automatic window mode (default is full)
+.It Fl Fl scaling Ar multiple
+Set scaling factor for output image (default is 1)
+.It Fl Fl min Ar minimum
+Set minimum intensity of window (overrides --auto)
+.It Fl Fl max Ar maximum
+Set maximum intensity of window (overrides --auto)
+.It Fl Fl stats
+Print image statistics
+.It Fl Fl labels
+Print IF labels
+.It Fl Fl debug
+Set debug mode
+.It Fl Fl verbose
+Set verbose mode
+.It Fl Fl version
+Print version
+.It Fl Fl help
+Print terse help summary
+.Sh AUTHORS
+Kevin Rosenberg, M.D. <kevin@rosenberg.net>
+.Sh HISTORY
+.Nm
+was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux.
+.Sh SEE ALSO
+.Xr ctrec 1 ,
+.Xr phm2rs 1 ,
+.Xr phm2if 1 ,
+.Xr rs2if 1 ,
+.Xr ifinfo 1
\ No newline at end of file