/usr/share/doc/bless/user/ch04s06.html is in bless 0.6.0-4.
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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Performing bitwise operations</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Bless 0.6.0 Manual"><link rel="up" href="ch04.html" title="Chapter 4. Using Bless"><link rel="prev" href="ch04s05.html" title="Exporting Data"><link rel="next" href="ch05.html" title="Chapter 5. Customizing Bless"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Performing bitwise operations</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s05.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Using <span class="application">Bless</span></th><td width="20%" align="right"> <a accesskey="n" href="ch05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bless-usage-bitwiseops"></a>Performing bitwise operations</h2></div></div></div><p>To access the Bitwise Operations Bar use
<span class="guisubmenu">Tools</span> → <span class="guimenuitem">Bitwise Operations</span> (<span class="shortcut"><strong><span class="keycap"><strong>Ctrl</strong></span>+<span class="keycap"><strong>B</strong></span></strong></span>).
</p><div class="figure"><a name="id2904120"></a><p class="title"><b>Figure 4.10. Bitwise Operations Bar</b></p><div class="figure-contents"><div class="screenshot"><div class="mediaobject"><img src="figures/bless_bitwise_ops.png" alt="Bitwise Operations Bar"></div></div></div></div><br class="figure-break"><p>
To apply a bitwise operation on a range of data:
</p><div class="orderedlist"><ol type="1"><li><p>Select the range to apply the operation on (see <a class="xref" href="ch04s03.html#bless-usage-edit-basic-select" title="Selecting a range of data">the section called “Selecting a range of data”</a>). If no range
is selected the operation will be performed on the current offset.
The selected range is displayed at the far left of the bar. Clicking
on the displayed range cycles the number base used to display it (Hexadecimal, Octal, Decimal).</p></li><li><p>Select the desired operation from the operations list. Available operations are AND, OR, XOR and NOT.</p></li><li><p>Type the data to use for the operation in the data text entry (if applicable).</p></li><li><p>Select the type of the data from the data type list.</p></li><li><p>Press the <span class="guibutton">Execute</span> button to perform the operation.</p></li></ol></div><p>
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04s05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Exporting Data </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 5. Customizing <span class="application">Bless</span></td></tr></table></div></body></html>
|