Typo.
authorshort <>
Sun, 12 Oct 2003 07:02:20 +0000 (07:02 +0000)
committershort <>
Sun, 12 Oct 2003 07:02:20 +0000 (07:02 +0000)
project/captive/Index.html.pl
project/captive/doc/Details.html.pl
project/captive/doc/Index.html.pl

index b0ba353..4af5157 100755 (executable)
@@ -317,7 +317,7 @@ class="quote">/usr/share/lufs/prepmod</span>.</p>
        <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
                <li>@{[ a_href 'doc/About.html.pl#versions','Microsoft Windows Versions Compatibility' ]}</li>
                <li>@{[ a_href 'doc/Architecture.html.pl#law','Laws and Licensing Conditions' ]}</li>
-               <li>@{[ a_href 'doc/Details.html.pl#sandbox','Sandboxing of W32 filesystem' ]}</li>
+               <li>@{[ a_href 'doc/Details.html.pl#sandbox','Sandboxing of W32 Filesystem' ]}</li>
                <li>@{[ a_href 'doc/TODO.html.pl#todo_fsck','TODO: Fsck of NTFS' ]}</li>
                <li>@{[ a_href 'doc/TODO.html.pl#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
                <li>@{[ a_href 'doc/Related.html.pl#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
index c540da7..d31b085 100755 (executable)
@@ -128,7 +128,7 @@ print <<"HERE";
                <!-- a_href 'APITypes.html.pl#functype_undef','Undefined function' -->
 
 
-       <a name="sandbox"><h2>Sandboxing of W32 filesystem</h2></a>
+       <a name="sandbox"><h2>Sandboxing of W32 Filesystem</h2></a>
 
                <p>The emulated W32 environment running the original W32 filesystem driver
                is separated from the rest of UNIX OS. It achieves the following goals:</p>
index fd25b91..1f4852c 100755 (executable)
@@ -93,7 +93,7 @@ print <<"HERE";
                <li><a href="Details.html.pl#emulmeth_fs">Filesystem Driver Inside Virtual Address Space</a></li>
                </ul></li>
        <li><a href="Details.html.pl#apichoice">API Function Implementation Choices</a></li>
-       <li><a href="Details.html.pl#sandbox">Sandboxing of W32 filesystem</a></li>
+       <li><a href="Details.html.pl#sandbox">Sandboxing of W32 Filesystem</a></li>
        <li><a href="Details.html.pl#patched">&quot;patched&quot; vs. &quot;unpatched&quot; Libraries</a></li>
        <li><a href="Details.html.pl#mman">Memory Management</a></li>
        <li><a href="Details.html.pl#unicode">Unicode Strings and Characters</a></li>