diff --git a/doc/src/dump_molfile.rst b/doc/src/dump_molfile.rst index f8cc06d039..ffc0b443e0 100644 --- a/doc/src/dump_molfile.rst +++ b/doc/src/dump_molfile.rst @@ -63,7 +63,7 @@ like element names. The *path* keyword determines which in directories. This is a "path" like other search paths, i.e. it can contain multiple directories -separated by a colon (or semi-colon on windows). This keyword is +separated by a colon (or semicolon on Windows). This keyword is optional and default to ".", the current directory. The *unwrap* option of the :doc:`dump_modify ` command allows diff --git a/doc/src/fix_wall.rst b/doc/src/fix_wall.rst index 2cf5aeccff..42cd94978d 100644 --- a/doc/src/fix_wall.rst +++ b/doc/src/fix_wall.rst @@ -209,7 +209,7 @@ it as a single keyword. Optionally, the expression may use "rc" to refer to the cutoff distance for the given wall. Further constants in the expression can be defined -in the same string as additional expressions separated by semi-colons. +in the same string as additional expressions separated by semicolons. The expression "k*(r-rc)^2;k=100.0" represents a repulsive-only harmonic spring as in fix *wall/harmonic* with a force constant *K* (same as :math:`\epsilon` above) of 100 energy units. More details on the Lepton diff --git a/doc/src/pair_lepton.rst b/doc/src/pair_lepton.rst index ffd317af40..608265ecbd 100644 --- a/doc/src/pair_lepton.rst +++ b/doc/src/pair_lepton.rst @@ -76,7 +76,7 @@ instead reference the radii of the two atoms of the pair with "radi" and :doc:`data files ` or the :doc:`set command `. Note that further constants in the expressions can be defined in the -same string as additional expressions separated by semi-colons as shown +same string as additional expressions separated by semicolons as shown in the examples above. The expression `"200.0*(r-1.5)^2"` represents a harmonic potential diff --git a/doc/src/read_dump.rst b/doc/src/read_dump.rst index c03b3b50de..59d6cca78d 100644 --- a/doc/src/read_dump.rst +++ b/doc/src/read_dump.rst @@ -132,7 +132,7 @@ files can be written by LAMMPS via the :doc:`dump dcd ` command. The *path* value specifies a list of directories which LAMMPS will search for the molfile plugins appropriate to the specified *style*\ . The syntax of the *path* value is like other search paths: it can -contain multiple directories separated by a colon (or semi-colon on +contain multiple directories separated by a colon (or semicolon on windows). The *path* keyword is optional and defaults to ".", i.e. the current directory.