summary refs log tree commit diff
path: root/pamsplit.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-07 19:34:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-07 19:34:23 +0000
commitb1050625a2d55da97dd7b6122f64e20660173a29 (patch)
treeeb8c40dbaa5a13611650a0b96f4d0126c9ea395e /pamsplit.html
parent57a62fb1649142fcddd3ce1ca9221e9ff6765e9b (diff)
downloadnetpbm-mirror-b1050625a2d55da97dd7b6122f64e20660173a29.tar.gz
netpbm-mirror-b1050625a2d55da97dd7b6122f64e20660173a29.tar.xz
netpbm-mirror-b1050625a2d55da97dd7b6122f64e20660173a29.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1530 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamsplit.html')
-rw-r--r--pamsplit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pamsplit.html b/pamsplit.html
index 040c0aca..c5ef300f 100644
--- a/pamsplit.html
+++ b/pamsplit.html
@@ -32,11 +32,11 @@ space in place of the equals sign to separate an option name from its value.
 <p><b>pamsplit</b> reads a PNM or PAM stream as input.  It copies each image
 in the input into a separate file, in the same format.
 
-<P><I>netpbmfile</I> is the file specification of the input file, or
+<P><I>netpbmfile</I> is the file name of the input file, or
 <B>-</B> to indicate Standard Input.  The default is Standard Input.
 
 <P><I>output_file_pattern</I> tells how to name the output files.  It
-is the file specification of the output file, except that the first
+is the file name of the output file, except that the first
 occurrence of &quot;%d&quot; in it is replaced by the image sequence
 number in unpadded ASCII decimal, with the sequence starting at 0.  If
 there is no &quot;%d&quot; in the pattern, <B>pamsplit</B> fails.