diff --git a/man/NetworkManager.conf.xml.in b/man/NetworkManager.conf.xml.in index ce2a7ab278..31c1cf8cd7 100644 --- a/man/NetworkManager.conf.xml.in +++ b/man/NetworkManager.conf.xml.in @@ -486,7 +486,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth "journal" and "journal-syslog-style. "debug" uses syslog and logs to standard error. "journal-syslog-style" prints the same message to journal - as it would print for "syslog", containing redudant + as it would print for "syslog", containing redundant fields in the text. If NetworkManager is started in debug mode (--debug) this option is ignored and "debug" is always used. @@ -727,7 +727,7 @@ ipv6.ip6-privacy=1 Defaults to "true". If "false", the configuration file will be skipped during loading. - Note that the main configation file NetworkManger.conf + Note that the main configuration file NetworkManager.conf cannot be disabled. # always skip loading the config file @@ -821,7 +821,7 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 The stored connection file may contain passwords and private keys, so it will be made readable only to root, and the plugin will ignore files that are readable or - writeable by any user or group other than root. + writable by any user or group other than root. This plugin is always active, and will automatically be @@ -948,7 +948,7 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 SPEC[,;]SPEC - Multiple specs can be concatenated with comman or semicolon. The order does not matter as + Multiple specs can be concatenated with commas or semicolons. The order does not matter as matches are either inclusive or negative (except:), with negative matches having higher priority. diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml index 607f625a6c..f981d8489e 100644 --- a/man/NetworkManager.xml +++ b/man/NetworkManager.xml @@ -309,7 +309,7 @@ | Specify location of a PID file. The PID file - is used for storing PID of the running proccess and prevents + is used for storing PID of the running process and prevents running multiple instances. @@ -363,7 +363,7 @@ - Print the NetworkMangager configuration to stdout and exit. + Print the NetworkManager configuration to stdout and exit. diff --git a/man/nm-settings-ifcfg-rh.xsl b/man/nm-settings-ifcfg-rh.xsl index 4338b90d0f..c648e65f9b 100644 --- a/man/nm-settings-ifcfg-rh.xsl +++ b/man/nm-settings-ifcfg-rh.xsl @@ -228,7 +228,7 @@ DEVICETYPE=TeamPort NetworkManager has introduced some new variable, not present in initscripts, to be able to store data for its new features. The variables are marked - as extensions in the tables bellows. + as extensions in the tables below. @@ -284,7 +284,7 @@ DEVICETYPE=TeamPort flags property that describes how to handle that secret. In the fcfg-rh plugin variables for secret flags have a _FLAGS suffix. The variables contain one or more of the - folowing values (space separated). Missing (or empty) *_FLAGS variable means + following values (space separated). Missing (or empty) *_FLAGS variable means that the password is owned by NetworkManager. @@ -353,7 +353,7 @@ DEVICETYPE=TeamPort - All DCB related configuration is a NetworkManager extention. DCB=yes must be + All DCB related configuration is a NetworkManager extension. DCB=yes must be used explicitly to enable DCB so that the rest of the DCB_* variables can apply. diff --git a/man/nm-settings-keyfile.xsl b/man/nm-settings-keyfile.xsl index b6e01a2389..980a573c6e 100644 --- a/man/nm-settings-keyfile.xsl +++ b/man/nm-settings-keyfile.xsl @@ -43,7 +43,7 @@ out in a .ini-style format in /etc/NetworkManager/system-connections/. This plugin is always enabled and will automatically be used to store any connections that are not supported by any other active plugin. - For security, it will ignore files that are readable or writeable by any user + For security, it will ignore files that are readable or writable by any user or group other than 'root' since private keys and passphrases may be stored in plaintext inside the file. diff --git a/man/nm-settings.xsl b/man/nm-settings.xsl index 24e4153599..b6f564c7da 100644 --- a/man/nm-settings.xsl +++ b/man/nm-settings.xsl @@ -61,7 +61,7 @@ A group of related key/value pairs describing a specific piece of a Connection (profile). Settings keys and allowed values are - described in the tables below. Keys are also reffered to as properties. + described in the tables below. Keys are also referred to as properties. Developers can find the setting objects and their properties in the libnm-util sources. Look for the class_init functions near the bottom of each setting source file. diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 330ae1408f..c3bb7afdfa 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -323,7 +323,7 @@ The default sorting order is equivalent to "--order active:name:path". .sp := category:category:... .br -categogy := [+-]active | [+-]name | [+-]type | [+-]path +category := [+-]active | [+-]name | [+-]type | [+-]path .br \fI+\fP or no prefix means sorting in ascending order (alphabetically or in numbers). .br @@ -1267,7 +1267,7 @@ exports NetworkManager VPN profile corp-vpnc as standard Cisco (vpnc) configurat .SH NOTES \fInmcli\fP accepts abbreviations, as long as they are a unique prefix in the set of possible options. As new options get added, these abbreviations are not guaranteed -to stay unique. For scripting and long term compatiblity it is therefore strongly +to stay unique. For scripting and long term compatibility it is therefore strongly advised to spell out the full option names. .SH BUGS