From 446cc46bbd86f569c75cf0ed62177ef96c761deb Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 12 Sep 2022 19:10:18 -0400 Subject: [PATCH] spelling --- doc/src/labelmap.rst | 10 +++++----- doc/src/read_data.rst | 2 +- doc/src/restart.rst | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/labelmap.rst b/doc/src/labelmap.rst index a709bb1104..98bc4cfbd3 100644 --- a/doc/src/labelmap.rst +++ b/doc/src/labelmap.rst @@ -69,13 +69,13 @@ there is a label defined for *every* numeric type within a given type-kind in order to write out the type label section for that type-kind. -The *clear* option resets the labelmap and thus discards all previous +The *clear* option resets the label map and thus discards all previous settings. The *write* option takes a filename as argument and writes the current -label mappings to a file as labelmap commands, so the file can be copied -into a new LAMMPS input file or read in using the :doc:`include -` command. +label mappings to a file as a sequence of *labelmap* commands, so the +file can be copied into a new LAMMPS input file or read in using the +:doc:`include ` command. ---------- @@ -86,7 +86,7 @@ This command must come after the simulation box is defined by a :doc:`read_data `, :doc:`read_restart `, or :doc:`create_box ` command. -Labelmaps are currently not supported when using the KOKKOS package. +Label maps are currently not supported when using the KOKKOS package. Related commands """""""""""""""" diff --git a/doc/src/read_data.rst b/doc/src/read_data.rst index f39e27df90..858029caae 100644 --- a/doc/src/read_data.rst +++ b/doc/src/read_data.rst @@ -1519,7 +1519,7 @@ To read gzipped data files, you must compile LAMMPS with the -DLAMMPS_GZIP option. See the :doc:`Build settings ` doc page for details. -Labelmaps are currently not supported when using the KOKKOS package. +Label maps are currently not supported when using the KOKKOS package. Related commands """""""""""""""" diff --git a/doc/src/restart.rst b/doc/src/restart.rst index 91b920f377..5de2d3d75c 100644 --- a/doc/src/restart.rst +++ b/doc/src/restart.rst @@ -12,7 +12,7 @@ Syntax restart N root keyword value ... restart N file1 file2 keyword value ... -* N = write a restart file on timesteps which are multipls of N +* N = write a restart file on timesteps which are multiples of N * N can be a variable (see below) * root = filename to which timestep # is appended * file1,file2 = two full filenames, toggle between them when writing file