diff --git a/doc/print.html b/doc/print.html index dba7a59e83..3b868c860a 100644 --- a/doc/print.html +++ b/doc/print.html @@ -15,7 +15,7 @@
print string keyword value:pre
-Description:
Print a text string to the screen and logfile. One line of output is -generated. The text string must be a single argument, so -it should be enclosed in double quotes if it is more than one word. -If it contains variables, they will be evaluated and -their current values printed. +generated. The text string must be a single argument, so it should be +enclosed in double quotes if it is more than one word. If it contains +variables, they will be evaluated and their current values printed.
If the file or append keyword is used, a filename is specified to -which the output will be written. If file is -used, then the filename is overwritten if it already exists. If -append is used, then the filename is appended to if it already -exists, or created if it does not exist. +which the output will be written. If file is used, then the +filename is overwritten if it already exists. If append is used, +then the filename is appended to if it already exists, or created if +it does not exist.
-If the screen keyword is used, output to the screen and -logfile can be turned on or off as desired. +
If the screen keyword is used, output to the screen and logfile can +be turned on or off as desired.
If you want the print command to be executed multiple times (with changing variable values), there are 3 options. First, consider using @@ -76,6 +75,6 @@ thermodynamic properties, global values calculated by a
Default:
-The option defaults are no file output, and screen = yes. +
The option defaults are no file output and screen = yes.