diff --git a/man/NetworkManager.conf.5.in b/man/NetworkManager.conf.5.in index d11d64c9b1..0a92e67180 100644 --- a/man/NetworkManager.conf.5.in +++ b/man/NetworkManager.conf.5.in @@ -2,7 +2,7 @@ .\" .\" Copyright (C) 2010 - 2013 Red Hat, Inc. .\" -.TH "NetworkManager.conf" "5" "17 January 2013" "" +.TH "NetworkManager.conf" "5" "14 March 2013" "" .SH NAME NetworkManager.conf \- NetworkManager configuration file .SH SYNOPSIS @@ -123,15 +123,22 @@ This section contains keyfile-specific options and thus only has effect when usi .B hostname=\fI\fP Set a persistent hostname when using the \fIkeyfile\fP plugin. .TP -.B unmanaged-devices=\fImac:\fP;\fImac:\fP;... +.B unmanaged-devices=\fImac:\fP;\fIinterface\-name:\fP;... Set devices that should be ignored by NetworkManager when using the \fIkeyfile\fP -plugin. Devices are specified in the following format: "mac:", where - is MAC address of the device to be ignored, in hex-digits-and-colons notation. -Multiple entries are separated by a semicolon. No spaces are allowed in the value. +plugin. Devices are specified in the following format: .br -Example: +"mac:" or "interface\-name:" +.sp +\fI\fP is MAC address of the device to be ignored, in hex-digits-and-colons notation +.br +\fI\fP is the interface name of the ignored device +.br +Multiple entries are separated with semicolons. No spaces are allowed in the value. +.sp +Examples: .nf -unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4 +unmanaged-devices=interface-name:em4 +unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth2 .fi .SS [ifupdown] This section contains ifupdown-specific options and thus only has effect when using \fIifupdown\fP plugin.