summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimo Savinen <tjsa@iki.fi>2005-10-09 14:36:39 +0000
committerHadrien Dorio <hadrien.dorio@gmail.com>2017-12-16 00:24:05 +0100
commitb8e1dc4200c8e57024b9a37edc67f9a24c02f0e5 (patch)
tree49e33aa104913d84863a2228ca0edaf912345492 /doc
parent11460c1f56ed4939c8f0df0482059f5fecd289fa (diff)
downloadbinary-block-editor-b8e1dc4200c8e57024b9a37edc67f9a24c02f0e5.tar.gz
binary-block-editor-b8e1dc4200c8e57024b9a37edc67f9a24c02f0e5.zip
0.1.3
Diffstat (limited to 'doc')
-rw-r--r--doc/bbe.18
-rw-r--r--doc/bbe.info9
-rw-r--r--doc/bbe.texi5
3 files changed, 14 insertions, 8 deletions
diff --git a/doc/bbe.1 b/doc/bbe.1
index 599ec5b..46735af 100644
--- a/doc/bbe.1
+++ b/doc/bbe.1
@@ -25,12 +25,12 @@
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
-.TH "BBE" "1" "August 24, 2005" "" ""
+.TH "BBE" "1" "2005-10-05" "" ""
.SH "NAME"
-bbe \- Binary block editor
+bbe \- binary block editor
.SH "SYNOPSIS"
.B bbe
-.RI [ options ]... [input\-file]...
+.RI [ options ]...
.SH "DESCRIPTION"
\fBbbe\fP is a sed\-like editor for binary files. It performs binary transformations on the blocks of input stream.
@@ -140,7 +140,7 @@ Insert \fIstring\fR starting at position \fIn\fR.
.TP
p \fIformat\fR
The contents of block is printed in format defined by \fIformat\fR. \fIformat\fR
-can have any of the formats H, D, O and A for Hexadecimal, Decimal, Octal or Ascii.
+can have any of the formats H, D, O, A and B for Hexadecimal, Decimal, Octal, Asciii and Binary.
.TP
s/\fIsearch\fR/\fIreplace\fR/
Replace all occurrences of \fIsearch\fR with \fIreplace\fR.
diff --git a/doc/bbe.info b/doc/bbe.info
index e4f884d..22bdb7b 100644
--- a/doc/bbe.info
+++ b/doc/bbe.info
@@ -351,6 +351,9 @@ block, first byte is number zero.
A
Ascii, nonprintable characters are printed as space.
+ B
+ Binary.
+
FORMAT can contain several codes, values are then separated by
hyphen.
@@ -524,8 +527,8 @@ Node: Invoking bbe3696
Node: Invocation4230
Node: Block5253
Node: Commands7297
-Node: Limits11229
-Node: bbe programs11782
-Node: Problems15563
+Node: Limits11254
+Node: bbe programs11807
+Node: Problems15588

End Tag Table
diff --git a/doc/bbe.texi b/doc/bbe.texi
index 5753e40..6d2577f 100644
--- a/doc/bbe.texi
+++ b/doc/bbe.texi
@@ -6,7 +6,7 @@
@finalout
@c %**end of header
-@set VERSION 0.1.2
+@set VERSION 0.1.3
@copying
This file documents the @command{bbe} - binary block editor
@@ -355,6 +355,9 @@ Octal.
@item A
Ascii, nonprintable characters are printed as space.
+
+@item B
+Binary.
@end table
@var{format} can contain several codes, values are then separated by hyphen.
OpenPOWER on IntegriCloud