mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Use XML format instead of SGML format (merge from HEAD)
(This used to be commit 858017b16f
)
This commit is contained in:
parent
ab8a9c8419
commit
fbc62e3bfc
@ -30,7 +30,7 @@ close(IN);
|
||||
open(IN,$topdir.$doc_file) || die("Can't open $topdir$doc_file");
|
||||
|
||||
while(<IN>) {
|
||||
if( /<term><anchor id="([^"]*)">([^<]*?)([ ]*)\(.\)([ ]*)<\/term>/g ) {
|
||||
if( /<term><anchor id="([^"]*)"\/>([^<]*?)([ ]*)\(.\)([ ]*)<\/term>/g ) {
|
||||
$key = $1;
|
||||
$value = $2;
|
||||
$doc{$value} = $key;
|
||||
|
Loading…
Reference in New Issue
Block a user