summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--partx/mac.c2
-rw-r--r--partx/sun.c2
-rwxr-xr-xtests/run.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2bce3ca33..30e99d464 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ WEB PAGE:
MAILING LIST:
- E-MAIL: util-linux-ng@vger.kernel.org
+ E-MAIL: util-linux@vger.kernel.org
URL: http://vger.kernel.org/vger-lists.html#util-linux
diff --git a/partx/mac.c b/partx/mac.c
index a5677f01c..11de6bd9f 100644
--- a/partx/mac.c
+++ b/partx/mac.c
@@ -1,7 +1,7 @@
/*
* Lifted from kpartx's mac.c
*
- * Integrated to partx (utils-linux-ng)
+ * Integrated to partx
* Davidlohr Bueso <dave@gnu.org>
*/
diff --git a/partx/sun.c b/partx/sun.c
index 30cbd9fb8..5bfe2ad8d 100644
--- a/partx/sun.c
+++ b/partx/sun.c
@@ -4,7 +4,7 @@
* Copyrights of the original file apply
* Copyright (c) 2007 Hannes Reinecke
*
- * Integrated to partx (utils-linux-ng)
+ * Integrated to partx
* Davidlohr Bueso <dave@gnu.org>
*/
diff --git a/tests/run.sh b/tests/run.sh
index fe09db58d..d7aa7ddcc 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -35,7 +35,7 @@ if [ -n "$1" ]; then
fi
echo
-echo "------------------ Utils-linux-ng regression tests ------------------"
+echo "------------------ Utils-linux regression tests ------------------"
echo
echo " For development purpose only. "
echo " Don't execute on production system! "