diff --git a/doc/fix_print.html b/doc/fix_print.html index 102246e42a..a93a282487 100644 --- a/doc/fix_print.html +++ b/doc/fix_print.html @@ -15,15 +15,16 @@

fix ID group-ID print N string keyword value ... 
 
-

ID, group-ID are documented in fix command -print = style name of this fix command -N = print every N steps -string = text string to print with optional variable names -zero or more keyword/value pairs may be appended -keyword = file or screen - file value = filename - screen value = yes or no -

+ +
  file value = filename
+  screen value = yes or no 
+

Examples:

fix extra all print 100 "Coords of marker atom = $x $y $z"
diff --git a/doc/fix_print.txt b/doc/fix_print.txt
index 17312844f3..eb4cd0acd7 100644
--- a/doc/fix_print.txt
+++ b/doc/fix_print.txt
@@ -17,9 +17,9 @@ print = style name of this fix command
 N = print every N steps
 string = text string to print with optional variable names
 zero or more keyword/value pairs may be appended
-keyword = {file} or {screen}
+keyword = {file} or {screen} :ul
   {file} value = filename
-  {screen} value = {yes} or {no}
+  {screen} value = {yes} or {no} :pre
 
 [Examples:]