diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index a21ff9df8c..899fdb0705 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -856,7 +856,7 @@ ipv6.ip6-privacy=0 Not all properties can be overwritten, only the following properties are supported to have their default values configured - (see nm-settings5 for details). + (see nm-settings-nmcli5 for details). @@ -1353,7 +1353,7 @@ managed=1 Like the per-connection settings ethernet.generate-mac-address-mask and wifi.generate-mac-address-mask, this allows to configure the - generated MAC addresses during scanning. See nm-settings5 + generated MAC addresses during scanning. See nm-settings-nmcli5 for details. @@ -1656,7 +1656,7 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 private keys in plain text, so it will be made readable only to root, and the plugin will ignore files that are readable or writable by any user or group other than root. See "Secret flag types" - in nm-settings5 + in nm-settings-nmcli5 for how to avoid storing passwords in plain text. @@ -1881,7 +1881,7 @@ interface-name:vboxnet*,except:interface-name:vboxnet2 nmcli1, nmcli-examples7, nm-online1, - nm-settings5, + nm-settings-nmcli5, nm-applet1, nm-connection-editor1 diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml index f0b0f33f6b..cc5e9b2c65 100644 --- a/man/NetworkManager.xml +++ b/man/NetworkManager.xml @@ -357,7 +357,7 @@ nmcli1, nmcli-examples7, nm-online1, - nm-settings5, + nm-settings-nmcli5, nm-applet1, nm-connection-editor1, udev7 diff --git a/man/nm-openvswitch.xml b/man/nm-openvswitch.xml index 52ecf96b7d..7bf598d6b8 100644 --- a/man/nm-openvswitch.xml +++ b/man/nm-openvswitch.xml @@ -170,7 +170,7 @@ Connection 'ovs-slave-eth2' (475ac1bf-30b2-4534-a877-27f33f58b082) successfully $ nmcli conn add type ethernet conn.interface eth3 master bond0 Connection 'ovs-slave-eth3' (8dedeecb-ed12-482b-b77a-24a4fb835136) successfully added. - It's just a Port with multiple interfaces. See nm-settings manual for + It's just a Port with multiple interfaces. See nm-settings-nmcli manual for Bonding options you can use with "nmcli c add" or "nmcli c modify". You could even set a VLAN tag on the same Port to do VLAN tagging and bonding at the same time. @@ -197,7 +197,7 @@ Connection 'ovs-slave-eth3' (8dedeecb-ed12-482b-b77a-24a4fb835136) successfully RFC 7047: The Open vSwitch Database Management Protocol, ovs-vsctl8, ovs-vswitchd.conf.db5, - nm-settings5, + nm-settings-nmcli5, nmcli1 diff --git a/man/nm-settings-ifcfg-rh.xsl b/man/nm-settings-ifcfg-rh.xsl index b389b7e913..7b270e9b18 100644 --- a/man/nm-settings-ifcfg-rh.xsl +++ b/man/nm-settings-ifcfg-rh.xsl @@ -36,7 +36,7 @@ Description NetworkManager is based on the concept of connection profiles that contain - network configuration (see nm-settings + network configuration (see nm-settings-nmcli 5 for details). The profiles can be stored in various formats. NetworkManager uses plugins for reading and writing the data. The plugins can be configured in @@ -322,7 +322,7 @@ DEVICETYPE=TeamPort /usr/share/doc/initscripts/sysconfig.txt See Also - nm-settings5, + nm-settings-nmcli5, nm-settings-keyfile5, NetworkManager8, NetworkManager.conf5, diff --git a/man/nm-settings-keyfile.xsl b/man/nm-settings-keyfile.xsl index d63abf0f17..894aad3e88 100644 --- a/man/nm-settings-keyfile.xsl +++ b/man/nm-settings-keyfile.xsl @@ -32,7 +32,7 @@ Description NetworkManager is based on the concept of connection profiles that contain - network configuration (see nm-settings + network configuration (see nm-settings-nmcli 5 for details). The profiles can be stored in various formats. NetworkManager uses plugins for reading and writing the data. The plugins can be configured in @@ -56,7 +56,7 @@ The keyfile config format is a simple .ini-style format. It consists of sections (groups) of key-value pairs. Each section corresponds to a setting name as described in the settings specification - (nm-settings + (nm-settings-nmcli 5). Each configuration key/value pair in the section is one of the properties listed in the settings specification. The majority of properties of the specification is written @@ -195,7 +195,7 @@ id=4 There are several exceptions to this rule, mainly for making keyfile syntax easier for humans. The exceptions handled specially by keyfile plugin are listed below. Refer to - nm-settings5 + nm-settings-nmcli5 for all available settings and properties and their description. Name aliases @@ -246,7 +246,7 @@ id=4 See Also - nm-settings5, + nm-settings-nmcli5, nm-settings-ifcfg-rh5, NetworkManager8, NetworkManager.conf5, diff --git a/man/nmcli-examples.xml b/man/nmcli-examples.xml index 1fd7b76675..36d671ee74 100644 --- a/man/nmcli-examples.xml +++ b/man/nmcli-examples.xml @@ -189,7 +189,7 @@ B,DISPATCH This command activates a VPN connection profile enabling nmcli to interact with the user ('--ask'): this will allow nmcli to prompt for the VPN password on the command line when the password-flags are set to '0x02' ('always ask', see - nm-settings5 + nm-settings-nmcli5 ). This is particularly useful for OTP based VPNs, as the user needs to be prompted for the password each time the connection is activated. @@ -675,7 +675,7 @@ Type "Yes" to commit the changes: Yes nmcli1, NetworkManager8, NetworkManager.conf5, - nm-settings5, + nm-settings-nmcli5, nm-online1, nm-applet1, nm-connection-editor1