diff options
| author | Timo Savinen <tjsa@iki.fi> | 2006-11-05 12:05:17 +0000 |
|---|---|---|
| committer | Hadrien Dorio <hadrien.dorio@gmail.com> | 2017-12-16 00:24:06 +0100 |
| commit | 6c76ee16e1d4f1057ce37166001e95a87c5acb39 (patch) | |
| tree | fb3e7ab45bc0543b22118dbb58bc7d64948a7cba /doc/bbe.texi | |
| parent | 37db3f05301f54804d7b86b3aa9edaaf0e3e7d23 (diff) | |
| download | binary-block-editor-master.tar.gz binary-block-editor-master.zip | |
Diffstat (limited to 'doc/bbe.texi')
| -rw-r--r-- | doc/bbe.texi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/bbe.texi b/doc/bbe.texi index a204650..c1c8247 100644 --- a/doc/bbe.texi +++ b/doc/bbe.texi @@ -6,7 +6,14 @@ @finalout @c %**end of header -@set VERSION 0.2.1 +@set VERSION 0.2.2 + +@ifinfo +@dircategory Utilities +@direntry +* bbe: (bbe). Binary Block Editor. +@end direntry +@end ifinfo @copying This file documents version @value{VERSION} of @command{bbe}, a binary block editor. @@ -404,6 +411,9 @@ Performs exclusive or with @var{c} on block contents. @item ~ Performs binary negation on block contents. + +@item x +Exchange the contents of nibbles (half an octet) of bytes. @end table @node Limits, , Commands, Invoking bbe @@ -514,7 +524,7 @@ Example output: @* @item bbe -b "/Linux/:5" -s -e "N;D;A \x0a" /bin/* | uniq -Print the files names of those programs in /bin directory which contains word @samp{Linux}. +Print the file names of those programs in /bin directory which contains word @samp{Linux}. Example output: @example /bin/loadkeys: |

