]> git.proxmox.com Git - pve-docs.git/blobdiff - pvesr.adoc
fix typos and whitespace all around
[pve-docs.git] / pvesr.adoc
index 8dc9c87f197d4cc6fddfa04f9cbb32956c2bb1ba..ef049d7ca2ea6376c04dc48c48cffb5a367f528a 100644 (file)
@@ -88,7 +88,7 @@ Schedule Format
 ---------------
 
 {pve} has a very flexible replication scheduler. It is based on the systemd
-time calendar event format.footnote:[see `man 7 sytemd.time` for more information]
+time calendar event format.footnote:[see `man 7 systemd.time` for more information]
 Calendar events may be used to refer to one or more points in time in a
 single expression.
 
@@ -220,8 +220,8 @@ issue itself.
 - move both guest configuration files form the origin node A to node B:
 +
 ----
-# mv /etc/pve/node/A/qemu-server/100.conf /etc/pve/node/B/qemu-server/100.conf
-# mv /etc/pve/node/A/lxc/200.conf /etc/pve/node/B/lxc/200.conf
+# mv /etc/pve/nodes/A/qemu-server/100.conf /etc/pve/nodes/B/qemu-server/100.conf
+# mv /etc/pve/nodes/A/lxc/200.conf /etc/pve/nodes/B/lxc/200.conf
 ----
 
 - Now you can start the guests again:
@@ -260,7 +260,7 @@ This ID must only be specified manually if the CLI tool is used.
 Command Line Interface Examples
 -------------------------------
 
-Create a replication job which will run all 5 min with limited bandwidth of
+Create a replication job which will run all 5 minutes with limited bandwidth of
 10 mbps (megabytes per second) for the guest with guest ID 100.
 
 ----