summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-03-01 01:33:12 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-03-01 01:35:58 +0100
commiteed3f590c9db7cd9cd4d5fb4722fc7257a278ea6 (patch)
treed34406a8af61dccbb9655b899da30d04ce61a623 /docs
parent8d1c5e8ec6b637015e84bbb154ece9065c59f1c5 (diff)
downloadnetctl-eed3f590c9db7cd9cd4d5fb4722fc7257a278ea6.tar.gz
netctl-eed3f590c9db7cd9cd4d5fb4722fc7257a278ea6.tar.xz
Code quality upgrade
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
Diffstat (limited to 'docs')
-rw-r--r--docs/netcfg-profiles.txt9
-rw-r--r--docs/netcfg.txt11
2 files changed, 12 insertions, 8 deletions
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt
index 2aa7653..1c666bc 100644
--- a/docs/netcfg-profiles.txt
+++ b/docs/netcfg-profiles.txt
@@ -1,7 +1,8 @@
-% NETCFG-PROFILES(5) netcfg 2.6.8 | Arch Linux
-% Rémy Oudompheng <remy@archlinux.org>
+% NETCFG-PROFILES(5) netcfg 2.7 | Arch Linux
+% Jouke Witteveen <j.witteveen@gmail.com>
+ Rémy Oudompheng <remy@archlinux.org>
James Rayner <james@archlinux.org>
-% 14 August 2011
+% 29 February 2012
NAME
====
@@ -56,6 +57,8 @@ openvpn
: OpenVPN setup.
ppp
: PPP connections setup.
+pppoe
+: PPPoE connections setup.
The configuration variable for these connection types is described in the
following sections.
diff --git a/docs/netcfg.txt b/docs/netcfg.txt
index 0cb4408..499219f 100644
--- a/docs/netcfg.txt
+++ b/docs/netcfg.txt
@@ -1,7 +1,8 @@
-% NETCFG(8) netcfg 2.6.8 | Arch Linux
-% Rémy Oudompheng <remy@archlinux.org>
+% NETCFG(8) netcfg 2.7 | Arch Linux
+% Jouke Witteveen <j.witteveen@gmail.com>
+ Rémy Oudompheng <remy@archlinux.org>
James Rayner <james@archlinux.org>
-% 2011-08-14
+% 2012-02-29
NAME
====
@@ -37,12 +38,12 @@ current
: Report currently running profiles
`-c`, check-iface *profile*
: Start the specified profile, only if it's interface is not currently up.
-
`-u`, up *profile*
: Start the specified profile
`-r`, reconnect *profile*
: Disconnect and reconnect the specified profile
-
+`-R`, iface-recon *interface*
+: Reconnect profile active on specified interface
`-d`, down *profile*
: Stop the specified profile
`-i`, iface-down *interface*