]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Improve comments.
authorRoy Marples <roy@marples.name>
Thu, 18 Nov 2010 19:12:22 +0000 (19:12 +0000)
committerRoy Marples <roy@marples.name>
Thu, 18 Nov 2010 19:12:22 +0000 (19:12 +0000)
dhcpcd-run-hooks.in

index 926a2e11546b13bfad0e893397aeba2ffe66eb09..cb897b4f6cfbc2fc2478b8402876725d82054e7c 100644 (file)
@@ -29,7 +29,7 @@ uniqify()
        echo "${result# *}"
 }
 
-# List interface config files in a dir
+# List interface config files in a directory.
 # If dhcpcd is running as a single instance then it will have a list of
 # interfaces in the preferred order.
 # Otherwise we just use what we have.
@@ -94,8 +94,8 @@ remove_markers()
        fi
 }
 
-# Compare two files
-# If different, replace first with second otherwise remove second
+# Compare two files.
+# If different, replace first with second otherwise remove second.
 change_file()
 {
        if [ -e "$1" ]; then