fix some typos

found with:

    typos *.adoc

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-10-10 14:34:48 +02:00 committed by Thomas Lamprecht
parent d0cf82da04
commit 6942acb508
9 changed files with 9 additions and 9 deletions

View File

@ -66,7 +66,7 @@ Specify external http proxy which is used for downloads (example: 'http://userna
`keyboard`: `<da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>` :: `keyboard`: `<da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>` ::
Default keybord layout for vnc server. Default keyboard layout for vnc server.
`language`: `<ar | ca | da | de | en | es | eu | fa | fr | he | hr | it | ja | ka | kr | nb | nl | nn | pl | pt_BR | ru | sl | sv | tr | ukr | zh_CN | zh_TW>` :: `language`: `<ar | ca | da | de | en | es | eu | fa | fr | he | hr | it | ja | ka | kr | nb | nl | nn | pl | pt_BR | ru | sl | sv | tr | ukr | zh_CN | zh_TW>` ::

View File

@ -8,7 +8,7 @@ The HA group identifier.
`max_relocate`: `<integer> (0 - N)` ('default =' `1`):: `max_relocate`: `<integer> (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`: `<integer> (0 - N)` ('default =' `1`):: `max_restart`: `<integer> (0 - N)` ('default =' `1`)::

View File

@ -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 address will be looked up in `users.cfg`. Can be set multiple times to
accommodate multiple recipients. accommodate multiple recipients.
* `author`: Sets the author of the E-Mail. Defaults to `Proxmox VE`. * `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. 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>`. The `From` header in the email will be set to `$author <$from-address>`.
* `username`: Username to use during authentication. If no username is set, * `username`: Username to use during authentication. If no username is set,

View File

@ -82,7 +82,7 @@ Allow nesting. Best used with unprivileged containers with additional id mapping
`hookscript`: `<string>` :: `hookscript`: `<string>` ::
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`: `<string>` :: `hostname`: `<string>` ::

View File

@ -452,7 +452,7 @@ using the corresponding bonding mode (802.3ad). Otherwise you should generally
use the active-backup mode. use the active-backup mode.
For the cluster network (Corosync) we recommend configuring it with multiple 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. between networks by itself, if one becomes unusable.
The following bond configuration can be used as distributed/shared The following bond configuration can be used as distributed/shared

View File

@ -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 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 `<pool name>-data` and omap and other metadata. In the end, there will be a `<pool name>-data` and
`<pool name>-metada` pool. The default behavior is to create a matching storage `<pool name>-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 configuration as well. If that behavior is not wanted, you can disable it by
providing the `--add_storages 0` parameter. When configuring the storage providing the `--add_storages 0` parameter. When configuring the storage
configuration manually, keep in mind that the `data-pool` parameter needs to be configuration manually, keep in mind that the `data-pool` parameter needs to be

View File

@ -681,7 +681,7 @@ Server Side Webauthn Configuration
[thumbnail="screenshot/gui-datacenter-webauthn-edit.png"] [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 domain with a valid SSL certificate, otherwise some browsers may warn or refuse
to authenticate altogether. to authenticate altogether.

View File

@ -209,7 +209,7 @@ login
* 'metadata_services': Set this to * 'metadata_services': Set this to
`cloudbaseinit.metadata.services.configdrive.ConfigDriveService` for `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. for Cloudbase-Init to configure the system after boot.
Some plugins, for example the SetHostnamePlugin, require reboots and will do Some plugins, for example the SetHostnamePlugin, require reboots and will do

View File

@ -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: The Host USB device or port or the value 'spice'. HOSTUSBDEVICE syntax is:
+ +
'bus-port(.port)*' (decimal numbers) or 'bus-port(.port)*' (decimal numbers) or
'vendor_id:product_id' (hexadeciaml numbers) or 'vendor_id:product_id' (hexadecimal numbers) or
'spice' 'spice'
+ +
You can use the 'lsusb -t' command to list existing usb devices. You can use the 'lsusb -t' command to list existing usb devices.