minor format fixes

This commit is contained in:
qubedmaiska 2025-05-19 03:10:16 -04:00
parent fa3b299a51
commit 9f76056671
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501
3 changed files with 16 additions and 16 deletions

View file

@ -216,8 +216,8 @@ Server will close the connection.
Traceback may be empty, can be enabled server-side as part of debug mode. Traceback may be empty, can be enabled server-side as part of debug mode.
Delimiting zero-byte is always present. Delimiting zero-byte is always present.
Fields are should substituted into `%`-style format string, possibly after Fields should be fromatted to `%`-style format string, possibly after
client-side translation, to form final message to be displayed unto user. Server client-side translation, to form final message to be displayed to the user. Server
does not by itself support translation. does not by itself support translation.
## Tags ## Tags
@ -225,10 +225,10 @@ does not by itself support translation.
The tags provided can be used to write custom policies. They are not used in The tags provided can be used to write custom policies. They are not used in
a default Qubes OS installation. However, they are created anyway. a default Qubes OS installation. However, they are created anyway.
- `created-by-<vm>` &mdash;&nbsp;Created in an extension to qubesd at the - `created-by-<vm>` - Created in an extension to `qubesd` at the
moment of creation of the VM. Cannot be changed via API, which is also moment of creation of the VM. Cannot be changed via API, which is also
enforced by this extension. enforced by this extension.
- `managed-by-<vm>` &mdash;&nbsp;Can be used for the same purpose, but it is - `managed-by-<vm>` - Can be used for the same purpose, but it is
not created automatically, nor is it forbidden to set or reset this tag. not created automatically, nor is it forbidden to set or reset this tag.
## Backup profile ## Backup profile

View file

@ -218,7 +218,7 @@ In this example, Network Manager on KDE, the network had the following values:
4. Gateway 10.138.24.248 4. Gateway 10.138.24.248
5. Virtual DNS 10.139.1.1 and 10.139.1.2 5. Virtual DNS 10.139.1.1 and 10.139.1.2
![Image of Network Manager, annotated by numbers for reference below](/attachment/doc/Network Manager.png "Annotated image of KDE Network Manager") ![Image of Network Manager, annotated by numbers for reference below](/attachment/doc/Network_Manager.png "Annotated image of KDE Network Manager")
The network was set up by entering Network Manager, selecting the Wi-Fi & Networking tab, clicking on the Wired Ethernet The network was set up by entering Network Manager, selecting the Wi-Fi & Networking tab, clicking on the Wired Ethernet
item, and selecting tab IPv4 (1). item, and selecting tab IPv4 (1).