summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-03-13 02:05:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-03-13 02:05:29 +0000
commitdb21e5ffa2830350c67547e3007c891ed75d9dac (patch)
tree3f413ebfd69bf12fece8789e43cf2360f8129822
parentc3ea5d343ccdc2945b6ee3bc157af66f89433fd9 (diff)
downloadnetpbm-mirror-db21e5ffa2830350c67547e3007c891ed75d9dac.tar.gz
netpbm-mirror-db21e5ffa2830350c67547e3007c891ed75d9dac.tar.xz
netpbm-mirror-db21e5ffa2830350c67547e3007c891ed75d9dac.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4049 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--ppmrough.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/ppmrough.html b/ppmrough.html
index 35ad2657..b0a68bac 100644
--- a/ppmrough.html
+++ b/ppmrough.html
@@ -2,7 +2,7 @@
 <html><head><title>Ppmrough User Manual</title></head>
 <body>
 <h1>ppmrough</h1>
-Updated: 23 August 2002
+Updated: 13 March 2021
 <br>
 <a href="#index">Table Of Contents</a>
 
@@ -137,7 +137,9 @@ border.
 <dt><b>-randomseed=</b><i>seed</i>
 
 <dd>Use this option to initialize the pseudo-random number generator
-(the Standard C library <b>srand()</b> function) with <i>seed</i>.
+with <i>seed</i>.
+
+<p>You can use this to cause the program to produce repeatable output.
 
 <p>Before Netpbm 10.61 (December 2012), this is called <b>-init</b>,
 and that still works.