From: J. Bruce Fields <bfields@xxxxxxxxxxxxxx> I'd like to start using references to the glossary in the user manual. The "ref_" prefix for these references seems a little generic; so replace with "def_". Signed-off-by: "J. Bruce Fields" <bfields@xxxxxxxxxxxxxx> --- Documentation/sort_glossary.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/sort_glossary.pl b/Documentation/sort_glossary.pl index 05dc7b2..4ae6290 100644 --- a/Documentation/sort_glossary.pl +++ b/Documentation/sort_glossary.pl @@ -50,8 +50,8 @@ This list is sorted alphabetically: @keys=sort {uc($a) cmp uc($b)} keys %terms; $pattern='(\b(?<!link:git-)'.join('\b|\b(?<!-)',reverse @keys).'\b)'; foreach $key (@keys) { - $terms{$key}=~s/$pattern/sprintf "<<ref_".no_spaces($1).",$1>>";/eg; - print '[[ref_'.no_spaces($key).']]'.$key."::\n" + $terms{$key}=~s/$pattern/sprintf "<<def_".no_spaces($1).",$1>>";/eg; + print '[[def_'.no_spaces($key).']]'.$key."::\n" .format_tab_80($terms{$key})."\n"; } -- 1.5.0.3.31.ge47c - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html