From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 01EB91FF163 for ; Thu, 10 Oct 2024 14:34:30 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 904E219BF2; Thu, 10 Oct 2024 14:34:55 +0200 (CEST) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Date: Thu, 10 Oct 2024 14:34:48 +0200 Message-Id: <20241010123451.228307-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.100 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs v2 1/4] fix some typos X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" found with: typos *.adoc Signed-off-by: Maximiliano Sandoval --- datacenter.cfg.5-opts.adoc | 2 +- ha-resources-opts.adoc | 2 +- notifications.adoc | 2 +- pct.conf.5-opts.adoc | 2 +- pve-network.adoc | 2 +- pveceph.adoc | 2 +- pveum.adoc | 2 +- qm-cloud-init.adoc | 2 +- qm.conf.5-opts.adoc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/datacenter.cfg.5-opts.adoc b/datacenter.cfg.5-opts.adoc index 473f9066..c54013e6 100644 --- a/datacenter.cfg.5-opts.adoc +++ b/datacenter.cfg.5-opts.adoc @@ -66,7 +66,7 @@ Specify external http proxy which is used for downloads (example: 'http://userna `keyboard`: `` :: -Default keybord layout for vnc server. +Default keyboard layout for vnc server. `language`: `` :: diff --git a/ha-resources-opts.adoc b/ha-resources-opts.adoc index 29a44796..fe33ff9c 100644 --- a/ha-resources-opts.adoc +++ b/ha-resources-opts.adoc @@ -8,7 +8,7 @@ The HA group identifier. `max_relocate`: ` (0 - N)` ('default =' `1`):: -Maximal number of service relocate tries when a service failes to start. +Maximal number of service relocate tries when a service fails to start. `max_restart`: ` (0 - N)` ('default =' `1`):: diff --git a/notifications.adoc b/notifications.adoc index 4b31c0ff..2459095d 100644 --- a/notifications.adoc +++ b/notifications.adoc @@ -111,7 +111,7 @@ set multiple times to accommodate multiple recipients. address will be looked up in `users.cfg`. Can be set multiple times to accommodate multiple recipients. * `author`: Sets the author of the E-Mail. Defaults to `Proxmox VE`. -* `from-address`: Sets the From-addresss of the email. SMTP relays might require +* `from-address`: Sets the From-address of the email. SMTP relays might require that this address is owned by the user in order to avoid spoofing. The `From` header in the email will be set to `$author <$from-address>`. * `username`: Username to use during authentication. If no username is set, diff --git a/pct.conf.5-opts.adoc b/pct.conf.5-opts.adoc index 20a0a645..5235f3ed 100644 --- a/pct.conf.5-opts.adoc +++ b/pct.conf.5-opts.adoc @@ -82,7 +82,7 @@ Allow nesting. Best used with unprivileged containers with additional id mapping `hookscript`: `` :: -Script that will be exectued during various steps in the containers lifetime. +Script that will be executed during various steps in the containers lifetime. `hostname`: `` :: diff --git a/pve-network.adoc b/pve-network.adoc index 671f1386..55c796b4 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -452,7 +452,7 @@ using the corresponding bonding mode (802.3ad). Otherwise you should generally use the active-backup mode. For the cluster network (Corosync) we recommend configuring it with multiple -networks. Corosync does not need a bond for network reduncancy as it can switch +networks. Corosync does not need a bond for network redundancy as it can switch between networks by itself, if one becomes unusable. The following bond configuration can be used as distributed/shared diff --git a/pveceph.adoc b/pveceph.adoc index 9101ba5b..4d07c5a7 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -665,7 +665,7 @@ create a new pool with a new profile. This will create a new EC pool plus the needed replicated pool to store the RBD omap and other metadata. In the end, there will be a `-data` and -`-metada` pool. The default behavior is to create a matching storage +`-metadata` pool. The default behavior is to create a matching storage configuration as well. If that behavior is not wanted, you can disable it by providing the `--add_storages 0` parameter. When configuring the storage configuration manually, keep in mind that the `data-pool` parameter needs to be diff --git a/pveum.adoc b/pveum.adoc index 3a4ffab8..81565ab3 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -681,7 +681,7 @@ Server Side Webauthn Configuration [thumbnail="screenshot/gui-datacenter-webauthn-edit.png"] -To allow users to use 'WebAuthn' authentication, it is necessaary to use a valid +To allow users to use 'WebAuthn' authentication, it is necessary to use a valid domain with a valid SSL certificate, otherwise some browsers may warn or refuse to authenticate altogether. diff --git a/qm-cloud-init.adoc b/qm-cloud-init.adoc index 4e44fc0a..5bf2cf51 100644 --- a/qm-cloud-init.adoc +++ b/qm-cloud-init.adoc @@ -209,7 +209,7 @@ login * 'metadata_services': Set this to `cloudbaseinit.metadata.services.configdrive.ConfigDriveService` for -Cloudbase-Init to first check this serivce. Otherwise it may take a few minutes +Cloudbase-Init to first check this service. Otherwise it may take a few minutes for Cloudbase-Init to configure the system after boot. Some plugins, for example the SetHostnamePlugin, require reboots and will do diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index f382aaf2..84acf4e3 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -1211,7 +1211,7 @@ Configure an USB device (n is 0 to 4, for machine version >= 7.1 and ostype l26 The Host USB device or port or the value 'spice'. HOSTUSBDEVICE syntax is: + 'bus-port(.port)*' (decimal numbers) or - 'vendor_id:product_id' (hexadeciaml numbers) or + 'vendor_id:product_id' (hexadecimal numbers) or 'spice' + You can use the 'lsusb -t' command to list existing usb devices. -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel