Package: bbe
Version: 0.2.2-1
Severity: minor
Tags: patch

Found some typos in '/usr/share/man/man1/bbe.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages bbe depends on:
ii  libc6                         2.13-2     Embedded GNU C Library: Shared lib

bbe recommends no packages.

bbe suggests no packages.

-- no debconf information
--- bbe.1       2008-02-05 16:11:17.000000000 -0500
+++ /tmp/bbe.1  2011-08-08 10:22:02.144386970 -0400
@@ -74,7 +74,7 @@
 String \fIstart\fP starts the block and block ends to string \fIstop\fR.
 .TP 
 /start/:
-String \fIstart\fR starts the block and block will end at next occurence of 
\fIstart\fR. Only the first \fIstart\fR is included to the block.
+String \fIstart\fR starts the block and block will end at next occurrence of 
\fIstart\fR. Only the first \fIstart\fR is included to the block.
 .TP 
 :/stop/
 Block starts at the beginning of input stream (or at the end of previous 
block) and ends at the next occurrence of \fIstop\fR. String \fIstop\fR will be 
included to the block.
@@ -98,7 +98,7 @@
 .PP 
 Length (\fIN\fR and \fIM\fR) can be defined as decimal (n), hexadecimal (xn) 
or octal (0n) value.
 .SH "COMMAND SYNOPSIS"
-\fBbbe\fR has two type of commands: block and byte commands, both are allways 
related to current block. That means that the input stream outside of block 
remains untouched. 
+\fBbbe\fR has two type of commands: block and byte commands, both are always 
related to current block. That means that the input stream outside of block 
remains untouched. 
 .SS Block commands
 .TP 
 D [\fIn\fR]
@@ -120,7 +120,7 @@
 Before printing a block, the file name in which the block starts is printed.
 .TP 
 F \fIf\fR
-Before printing a block, the input stream offset at the begining of the block 
is printed.
+Before printing a block, the input stream offset at the beginning of the block 
is printed.
 \fIf\fR can be H, D or O for Hexadecimal, Decimal or Octal format of offset.
 .TP 
 B \fIf\fR
@@ -143,7 +143,7 @@
 .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, A and B for Hexadecimal, Decimal, Octal, 
Asciii and Binary.
+can have any of the formats H, D, O, A and B for Hexadecimal, Decimal, Octal, 
Ascii and Binary.
 .TP 
 s/\fIsearch\fR/\fIreplace\fR/
 Replace all occurrences of \fIsearch\fR with \fIreplace\fR.
@@ -201,7 +201,7 @@
 .SH "EXAMPLES"
 .TP 
 bbe \-e "s/c:\e\etemp\e\edata1.txt/c:\e\etemp\e\edata2.txt/" file1
-all occurences of "c:\etemp\edata1.txt" in file file1 are changed to 
"c:\etemp\edata2.txt"
+all occurrences of "c:\etemp\edata1.txt" in file file1 are changed to 
"c:\etemp\edata2.txt"
 .TP 
 bbe \-b 0420:16 \-e "r 4 \ex12\ex4a" file1
 Two bytes starting at fifth byte of a 16 byte long block starting at offset 
0420 (octal) in file1 are changed to hexadecimal values 12 and 4a.

Reply via email to