From 9c0a812d52e79dc8214e91c9fa003508485ea03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 27 Sep 2010 13:44:37 +0200 Subject: [PATCH] man: document usage of * glob in no-auto-default option (NetworkManager.conf) --- man/NetworkManager.conf.5.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/NetworkManager.conf.5.in b/man/NetworkManager.conf.5.in index e0025e78d4..ba575c9415 100644 --- a/man/NetworkManager.conf.5.in +++ b/man/NetworkManager.conf.5.in @@ -89,7 +89,7 @@ This key sets up what DHCP client NetworkManager will use. Presently be available on your system too. If this key is missing, available DHCP clients are looked for in this order: dhclient, dhcpcd. .TP -.B no-auto-default=\fI\fP,\fI\fP,... +.B no-auto-default=\fI\fP,\fI\fP,... | \fI*\fP Set devices for which NetworkManager shouldn't create default wired connection (Auto eth0). NetworkManager creates a default wired connection for any wired device that is managed and doesn't have a connection configured. List a device @@ -99,11 +99,13 @@ When the default wired connection is deleted or saved to a new persistent connec by a plugin, the MAC address of the wired device is automatically added to this list to prevent creating the default connection for that device again. Devices are specified by their MAC addresses, in lowercase. Multiple -entries are separated by commas. +entries are separated by commas. You can use the glob character \fI*\fP instead +of listing addresses to specify all devices. .br -Example: +Examples: .nf no-auto-default=00:22:68:5c:5d:c4,00:1e:65:ff:aa:ee +no-auto-default=* .fi .TP .B dns=\fIplugin1\fP,\fIplugin2\fP, ...