diff --git a/doc/compute_coord_atom.html b/doc/compute_coord_atom.html index c2b22ebf41..15792e5654 100644 --- a/doc/compute_coord_atom.html +++ b/doc/compute_coord_atom.html @@ -16,10 +16,9 @@
compute ID group-ID coord/atom cutoff 
 
-

cutoff = distance within which to count coordination neighbors (distance units) -

Examples:

compute 1 all coord/atom 2.0 
diff --git a/doc/compute_coord_atom.txt b/doc/compute_coord_atom.txt
index 7099f0d0c8..5c90c4fb04 100644
--- a/doc/compute_coord_atom.txt
+++ b/doc/compute_coord_atom.txt
@@ -13,8 +13,8 @@ compute coord/atom command :h3
 compute ID group-ID coord/atom cutoff :pre
 
 ID, group-ID are documented in "compute"_compute.html command
-coord/atom = style name of this compute command :ul
-cutoff = distance within which to count coordination neighbors (distance units)
+coord/atom = style name of this compute command
+cutoff = distance within which to count coordination neighbors (distance units) :ul
 
 [Examples:]