Package: bosh
Version: 0.6-5
Severity: minor
Tags: patch

Dear Maintainer,

Found some typos in '/usr/share/man/man1/bosh.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 3.1.0-1-686-pae (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 bosh depends on:
ii  libc6        2.13-22
ii  libncurses5  5.9-4

bosh recommends no packages.

bosh suggests no packages.

-- no debconf information
--- bosh.1	2010-08-31 05:21:45.000000000 -0400
+++ /tmp/bosh.1	2011-12-13 03:38:37.344199760 -0500
@@ -22,7 +22,7 @@
 Bosh now supports passing arguments to the CONFIGURATION. The arguments will be available
 in the standard way ($1...$9,$*,$@,etc).
 
-Bosh can be invoked as above, or as "intepreter", meaning it can invoked from
+Bosh can be invoked as above, or as "interpreter", meaning it can invoked from
 a shebang (#!) line at the top of a script. This script would just be a bosh
 configuration file. See
 .B bops
@@ -51,15 +51,15 @@
 .TP
 .B \-\-multilineseperator=\fISTRING\fP
 When an action is invoked and the cursor is multi-line, the lines selected will be concatenated together.
-With this setting a seperating string can be specified to be inserted between the lines.
+With this setting a separating string can be specified to be inserted between the lines.
 .TP
 .B \-\-preaction=\fICOMMANDS\fP
-A command or commands that will be run on the invokation of all actions, before the action is run.
+A command or commands that will be run on the invocation of all actions, before the action is run.
 This allows code that is a common for the actions to be only defined once. Preactions are simply prefixed onto the action
-when the action is invoked. This means you will need to include a seperating character (eg ;) at the end of preaction.
+when the action is invoked. This means you will need to include a separating character (eg ;) at the end of preaction.
 .TP
 .B \-\-refresh=\fI[0,1]\fP
-A value of 1 means that bosh will re-run the command after an action is perfromed.
+A value of 1 means that bosh will re-run the command after an action is performed.
 .TP
 .B \-\-uservars=\fIN\fP
 Set the number of user variables ( of the form
@@ -84,7 +84,7 @@
 .B command=for i in *; do echo $i; done
 .RE
 
-Or it can spread it over multiple lines for readablity with a \\ (must be at the end of line!) \-
+Or it can spread it over multiple lines for readability with a \\ (must be at the end of line!) \-
 
 .RS
 .B
@@ -277,7 +277,7 @@
 
 
 .SH BOSH* VARIABLES:
-In addtion to
+In addition to
 .B $BOSH
 ,
 .B $BOSHPARAM
@@ -296,7 +296,7 @@
 User variables are variables to be set and used by commands and actions. They are of the form
 .B $BOSHVARx.
 When the command or action
-is run and sets a user variable, bosh will store the contents when that command or action has finised.
+is run and sets a user variable, bosh will store the contents when that command or action has finished.
 This allows the values to be used by subsequent actions. To make use of these, you must first set the
 .B uservars
 to the number you need (eg: uservars=1 will give you BOSHVAR1, uservars=10 will give you

Reply via email to