From 6c76ee16e1d4f1057ce37166001e95a87c5acb39 Mon Sep 17 00:00:00 2001 From: Timo Savinen Date: Sun, 5 Nov 2006 12:05:17 +0000 Subject: 0.2.2 --- doc/bbe.1 | 5 ++++- doc/bbe.html | 10 ++++++---- doc/bbe.info | 34 +++++++++++++++++++++------------- doc/bbe.texi | 14 ++++++++++++-- 4 files changed, 43 insertions(+), 20 deletions(-) (limited to 'doc') diff --git a/doc/bbe.1 b/doc/bbe.1 index daec197..c23a923 100644 --- a/doc/bbe.1 +++ b/doc/bbe.1 @@ -25,7 +25,7 @@ .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) -.TH "BBE" "1" "2006-03-14" "" "" +.TH "BBE" "1" "2006-11-02" "" "" .SH "NAME" bbe \- binary block editor .SH "SYNOPSIS" @@ -190,6 +190,9 @@ All bytes from start of the block to offset \fIn\fR are replaced by \fIc\fR. .TP f \fIn\fR \fIc\fR All bytes starting from offset \fIn\fR to end of the block are replaced by \fIc\fR. +.TP +x +Exchange the contents of nibbles (half an octet) of bytes. .PP Nonvisible characters in strings can be escaped same way as in block definition strings. Character '/' in s and y commands can be any visible character. .PP diff --git a/doc/bbe.html b/doc/bbe.html index 8543a2d..354ef9a 100644 --- a/doc/bbe.html +++ b/doc/bbe.html @@ -7,7 +7,7 @@