From 74326b2f71c3dd878e01455a205a546c606bc1d4 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Thu, 14 Jul 2011 10:59:36 +0200 Subject: Rework comment formatting. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid duplicating function names in docstrings, and adopt a style similar to doxygen. Signed-off-by: Rémy Oudompheng --- src/connections/ethernet | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/connections') 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() -- cgit v1.2.3-24-g4f1b