]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
do not use @euro{}
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 5 Jun 2012 17:50:46 +0000 (19:50 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 5 Jun 2012 17:50:46 +0000 (19:50 +0200)
doc/cha-cert-auth.texi
doc/scripts/mytexi2latex

index 8c00ece19875845b20d3f81f9d0d62af08d946cc..8aad126c5d5a469830a8b8afa626133fd2868eb6 100644 (file)
@@ -430,8 +430,8 @@ used to preprocess the input to the signature algorithm. This works as
 long as it is difficult enough to generate two different messages with
 the same hash algorithm output. In that case the same signature could
 be used as a proof for both messages. Nobody wants to sign an innocent
-message of donating 1 @euro{} to Greenpeace and find out that he
-donated 1.000.000 @euro{} to Bad Inc.
+message of donating 1 euro to Greenpeace and find out that he
+donated 1.000.000 euros to Bad Inc.
 
 For a hash algorithm to be called cryptographic the following three
 requirements must hold:
index 114e337f88453bfe76857fae9446ec64271eea25..5681f9e9b8531928085daf7c2b82e17b9d234b95 100755 (executable)
@@ -365,8 +365,7 @@ multitable:
                $line =~ s/\@cindex (.+)/\\index{$1}/g;
                $line =~ s/\@pindex (.+)/\\index{$1}/g;
                $line =~ s/\@url\{($underscorematch+)\}/\\url{$1}/g;
-               #$line =~ s/\@euro/\\euro/g;
-               $line =~ s/\s*\@euro\{\}/\~\\textgreek\{\\euro\}/g;
+               #$line =~ s/\s*\@euro\{\}/\~\\textgreek\{\\euro\}/g;
                $line =~ s/\@page/\\newpage/g;
                $line =~ s/\@file\{($spacematch+)\}/\\file{$1}/g;
                $line =~ s/\@code\{/\\code{/g;