diff --git a/man/nmcli-examples.xml b/man/nmcli-examples.xml index c45d69a995..20f9f9fb57 100644 --- a/man/nmcli-examples.xml +++ b/man/nmcli-examples.xml @@ -133,7 +133,7 @@ org.freedesktop.NetworkManager.settings.modify.hostname auth This command shows configured polkit permissions for various NetworkManager - operation. These permissions or actions (using polkit language) are configured + operations. These permissions or actions (using polkit language) are configured by a system administrator and are not meant to be changed by users. The usual place for the polkit configuration is /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy. pkaction command can display description for polkit actions. @@ -170,9 +170,9 @@ $ nmcli -p con show conf my-con-em1 - The first command adds an ethernet connection named my-con-em1 + The first command adds an Ethernet connection named my-con-em1 that is bound to interface name em1. The connection is configured - with static IP addresses. The second and third commands modifies DNS parameters of the + with static IP addresses. The second and third commands modify DNS parameters of the new connection profile. Using the last con show configured the connection is displayed so that all parameters can be reviewed. @@ -246,7 +246,7 @@ nmcli ipv4.addresses> desc === [addresses] === [setting description] -Array of IPv4 address structures. Each IPv4 address structure is composed of 3 32-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 - 32), and last the IPv4 gateway (network byte order). The gateway may be left as 0 if no gateway exists for that subnet. For the 'auto' method, given IP addresses are appended to those returned by automatic configuration. Addresses cannot be used with the 'shared', 'link-local', or 'disabled' methods as addressing is either automatic or disabled with these methods. +Array of IPv4 address structures. Each IPv4 address structure is composed of three 32-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 - 32), and last the IPv4 gateway (network byte order). The gateway may be left as 0 if no gateway exists for that subnet. For the 'auto' method, given IP addresses are appended to those returned by automatic configuration. Addresses cannot be used with the 'shared', 'link-local', or 'disabled' methods as addressing is either automatic or disabled with these methods. [nmcli description] Enter a list of IPv4 addresses formatted as: @@ -356,7 +356,7 @@ nmcli> quit Example session in the nmcli interactive connection editor. - The scenario creates an ethernet connection (configuration) with static addressing (IPs and DNS). + The scenario creates an Ethernet connection (configuration) with static addressing (IPs and DNS). nmcli usage in a NetworkManager dispatcher script to make ethernet/Wi-Fi mutually exclusive