From f07b48028091293eda1bf799e267f84b82b59a0a Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 13 Dec 2007 15:39:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1256 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_print.html | 19 +++++++++++++------ doc/fix_print.txt | 13 +++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/doc/fix_print.html b/doc/fix_print.html index a93a282487..ba3754fcae 100644 --- a/doc/fix_print.html +++ b/doc/fix_print.html @@ -15,16 +15,23 @@

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

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 eb4cd0acd7..22f7608dd4 100644
--- a/doc/fix_print.txt
+++ b/doc/fix_print.txt
@@ -12,14 +12,15 @@ fix print command :h3
 
 fix ID group-ID print N string keyword value ... :pre
 
-ID, group-ID are documented in "fix"_fix.html 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} :ul
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+print = style name of this fix command :l
+N = print every N steps :l
+string = text string to print with optional variable names :l
+zero or more keyword/value pairs may be appended :l
+keyword = {file} or {screen} :l
   {file} value = filename
   {screen} value = {yes} or {no} :pre
+:ule
 
 [Examples:]