diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/netcfg-profiles.5.txt | 4 | ||||
-rw-r--r-- | docs/netcfg.8.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/netcfg-profiles.5.txt b/docs/netcfg-profiles.5.txt index 7c33500..e39209f 100644 --- a/docs/netcfg-profiles.5.txt +++ b/docs/netcfg-profiles.5.txt @@ -12,7 +12,9 @@ The *netcfg*(8) profiles are plain text files that defines variables for netcfg behaviour. They must be compliant with *bash*(1) shell syntax and usually do not execute any code. -They are named '/etc/network.d/$\{profile_name}'. +They are named '/etc/network.d/$\{profile_name}', where ++$\{profile_name\}+ must not contain a newline character and should not +start with the `@'-sign. OVERVIEW diff --git a/docs/netcfg.8.txt b/docs/netcfg.8.txt index a878ba3..1d20234 100644 --- a/docs/netcfg.8.txt +++ b/docs/netcfg.8.txt @@ -45,7 +45,7 @@ OPTIONS Reconnect profile active on specified interface *-d, down* _profile_:: Stop the specified profile -*-i, iface-down* _interface_:: +*-D, iface-down* _interface_:: Stop the profile up on the specified interface. *-a, all-down*:: Stop all connected profiles |