summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-05 20:09:12 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-05 20:09:12 +0000
commita9414769ab15ba0f87478057d70fd6a5c6836d03 (patch)
tree8e756292947115b7719285db778969f3f9e99bdd
parente92296d77d5ca430b796823ef7a3c2faa3e2586c (diff)
sync
-rw-r--r--MAINTAINING1
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINING b/MAINTAINING
index 58f8ead0..206893ef 100644
--- a/MAINTAINING
+++ b/MAINTAINING
@@ -106,7 +106,6 @@ The following is useful to get a rough idea of what symbols
were new or changed in various glibc releases -- execute it
at the root of a glibc tree:
-
cat $(find . -name 'Versions' |
egrep -v '/(s390|alpha|sparc|hurd|sh4|bsd|ia64|powerpc|x86_64)') |
sed -n '/GLIBC/,/}/p' | sed 's/#.*//'| tr ';' '\012' |