From ddc060a798c7628fc5179500cb0be90002b61576 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 1 Dec 2003 23:39:30 +0000 Subject: [PATCH] Fixed minor href broken links. --- project/captive/doc/CacheManager.html.pl | 2 +- project/captive/doc/Components.html.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/captive/doc/CacheManager.html.pl b/project/captive/doc/CacheManager.html.pl index 55faaee..ba02996 100755 --- a/project/captive/doc/CacheManager.html.pl +++ b/project/captive/doc/CacheManager.html.pl @@ -233,7 +233,7 @@ print <<"HERE";

Cache Manager of this project will destroy Pin or Map mappings after their last unreferencing (in opposite of - @{[ a_href 'sharedcachemap_leak','leaked SharedCacheMap' ]}). + @{[ a_href '#sharedcachemap_leak','leaked SharedCacheMap' ]}). Despite it any dirty pages may still be held as the pages (including their SharedCacheMap. It may be also possible diff --git a/project/captive/doc/Components.html.pl b/project/captive/doc/Components.html.pl index c182074..03183d6 100755 --- a/project/captive/doc/Components.html.pl +++ b/project/captive/doc/Components.html.pl @@ -151,8 +151,8 @@ print <<"HERE"; Microsoft Windows NT. This single-shot synchronous behaviour is possible since all the needed resources (disk blocks etc.) can be always presented as instantly ready as - their acquirement is solved by @{[ a_href 'hostosnote','Host-OS' ]} outside of - the W32 emulated @{[ a_href 'guestosnote','Guest-OS' ]} environment. + their acquirement is solved by @{[ a_href 'Architecture.html.pl#hostosnote','Host-OS' ]} outside of + the W32 emulated @{[ a_href 'Architecture.html.pl#guestosnote','Guest-OS' ]} environment. For several cases needed only by ntfs.sys there had to be supported asynchronous access — parallel execution is emulated by GLib g_idle_add_full() -- 1.8.3.1