summaryrefslogtreecommitdiff
path: root/docbook/asciidoc.conf
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-29 21:14:13 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-29 21:14:13 +0000
commiteb943806465e62d578488111a505b9a3c300f9a6 (patch)
tree86ce343a6438f99b777fcef4d904319e1fc5e018 /docbook/asciidoc.conf
parent58ee866ec8663b9d8253a89841fdc819e0ad3f34 (diff)
downloadwireshark-eb943806465e62d578488111a505b9a3c300f9a6.tar.gz
asciidoc.conf: Have sort-and-group remove commas.
gen-bugnote: Create proper bug links. svn path=/trunk/; revision=51022
Diffstat (limited to 'docbook/asciidoc.conf')
-rw-r--r--docbook/asciidoc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf
index 5a38f2f070..06182f6fe9 100644
--- a/docbook/asciidoc.conf
+++ b/docbook/asciidoc.conf
@@ -74,4 +74,4 @@ endif::backend-html4,backend-html5,backend-xhtml11[]
delimiter=^--sort-and-group--$
style=default
filter=sort --ignore-case
-default-style=template="paragraph",filter='sort --ignore-case | sed -e "/^$/d" -e "$ s/^/and /" -e "$ ! s/$/,/"'
+default-style=template="paragraph",filter='sort --ignore-case | sed -e "s/,//g" | sed -e "/^$/d" -e "$ s/^/and /" -e "$ ! s/$/,/"'