/usr/share/doc/ruby-cstruct/examples.html is in ruby-cstruct 1.0.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>CStruct:Examples</title>
<link rel="stylesheet" href="stylesheets/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/coderay.css" type="text/css" media="screen" />
</head>
<body id="examples" onload="">
<div id ="container">
<br /> <!-- ----------new line-------------- -->
<h1>CStruct Examples</h1>
<div style="border:1px solid black;"></div>
<br /> <!-- ----------new line-------------- -->
<div id='example_menu'>
<ul class="level1">
<li><a href ="examples/first_example.rb.html" target="_blank">First sample</a></li>
<li><a href ="examples/array_member.rb.html" target="_blank">Array member</a></li>
<li><a href ="examples/struct_member.rb.html" target="_blank">Struct member</a></li>
<li><a href ="examples/inner_struct.rb.html" target="_blank">Inner struct</a></li>
<li><a href ="examples/inner_union.rb.html" target="_blank">Inner union</a></li>
<li><a href ="examples/anonymous_struct.rb.html" target="_blank">Anonymous struct</a></li>
<li><a href ="examples/anonymous_union.rb.html" target="_blank">Anonymous union</a></li>
<li><a href ="examples/file_io.rb.html" target="_blank">File IO</a></li>
<li><a href ="examples/namespace.rb.html" target="_blank">Namespace</a></li>
<li>Win32Struct</li>
</ul>
<div id='example_menu2' >
<ul class="level1" style="margin-left:30px;" target="_blank">
<li><a href ="examples/get_versionex.rb.html" target="_blank">GetVersionExA</a></li>
<li><a href ="examples/get_system_info.rb.html" target="_blank">GetSystemInfo</a></li>
<li><a href ="examples/global_memory.rb.html" target="_blank">GlobalMemoryStatus</a></li>
<li><a href ="examples/show_processes.rb.html" target="_blank">Show All Processes</a></li>
</ul>
</div>
</ul>
</div>
<br /> <!-- ----------new line-------------- -->
<div style="border:1px solid black;"></div>
Back to <a href ="index.html"><b>Home</b></a>
</div>
</body>
|