summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-07-14 10:59:36 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-07-14 10:59:36 +0200
commit74326b2f71c3dd878e01455a205a546c606bc1d4 (patch)
tree9c078c58ce42e44cac0a638c45baa4a89258f960 /src/connections/ethernet
parentdc1e0f0a889095f8b5950e188ec0aee6305f0ca7 (diff)
downloadnetctl-74326b2f71c3dd878e01455a205a546c606bc1d4.tar.gz
netctl-74326b2f71c3dd878e01455a205a546c606bc1d4.tar.xz
Rework comment formatting.
Avoid duplicating function names in docstrings, and adopt a style similar to doxygen. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r--src/connections/ethernet5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index 3743dc8..9b471bb 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -1,4 +1,9 @@
#! /bin/bash
+# Source file for the 'ethernet' connection
+# ethernet_up $profile
+# ethernet_down $profile
+# ethernet_status
+
. /usr/lib/network/network
report_iproute()