Your message dated Mon, 23 Jun 2008 22:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422938: fixed in cstream 2.7.4-3
has caused the Debian Bug report #422938,
regarding 'man cstream' typos: "accidentially", "bejond", "encouters", 
"happend", "mappend", "neccessary", "outout", "respectivly" x 2, "seperate" x 
3, "simlilar", etc.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
422938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422938
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cstream
Version: 2.7.3-1
Severity: minor
Tags: patch


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

Hope this helps...

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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
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 cstream depends on:
ii  libc6                         2.5-7      GNU C Library: Shared libraries

cstream recommends no packages.

-- no debconf information

--- cstream.1   2006-09-25 10:09:11.000000000 -0400
+++ /tmp/cstream.1      2007-05-08 01:13:03.000000000 -0400
@@ -27,7 +27,7 @@
 .Nm Cstream
 filters data streams, much like the UNIX tool 
 .Xr dd 1 .
-It has a more traditional commandline syntax, support for precise
+It has a more traditional command line syntax, support for precise
 bandwidth limiting and reporting and support for FIFOs. Data limits
 and throughput rate calculation will work for files > 4 GB.
 .Pp
@@ -46,9 +46,9 @@
 .Ar num
 bytes before writing. The default is the blocksize. It is an error to
 set this to anything below the blocksize. Useful when writing tapes
-and simlilar that prefer few large writes of many small.
+and similar that prefer few large writes of many small.
 .It Fl c Ar num
-Concurrent operation. Use a seperate process for outout. This is
+Concurrent operation. Use a separate process for output. This is
 especially useful in combination with the -B option.
 .Bl -tag -compact -width "  "
 .It 0 = use one process only (default)
@@ -56,13 +56,13 @@
 .It 2 = write process will buffer
 .It 3 = both processes will buffer. 
 In combination with a large buffer size this will often load your memory
-heavily, everytime the reader transfers the buffer it collected to the
+heavily, every time the reader transfers the buffer it collected to the
 writer. If you use -c 3 and have a buffer size of 128 Megabytes 256 MB of
 memory will be touched at once.
 .El 
 .It Fl i Ar num
 .It Fl o Ar num
-Set the file names to use for input or output, respectivly. If the
+Set the file names to use for input or output, respectively. If the
 output file name is "-", data will just be discarded. If the input
 file name is "-", data will be generated 'out of the void'. If these
 options aren't given, stdin/stout will be used. If you need to give
@@ -81,12 +81,12 @@
 has other network filters, anyone will be able to connect.
 .It Fl I Ar string
 .It Fl O Ar string
-Specify the type of input and output file, respectivly. 
+Specify the type of input and output file, respectively. 
 .Bl -tag -compact -width "  "
 .It If string
 includes 'f', a fifo will be created. 
 .It If string
-includes 'a', the file will be assumed to be a opensound-compatible
+includes 'a', the file will be assumed to be an opensound-compatible
 audio device and will be switched to CD-like settings.  
 .It If string
 includes 't', a copy of the stream will be sent to file descriptor 3.
@@ -109,7 +109,7 @@
 .It Fl p Ar filename
 Write the process id of cstream to 
 .Ar filename .
-If cstream uses a seperate writer process (option -c), this is the pid
+If cstream uses a separate writer process (option -c), this is the pid
 of the parent (reader) process.
 .It Fl t Ar num
 Limit the throughput of the data stream to
@@ -132,7 +132,7 @@
 and throughput will be displayed at the end of program run. A value of
 2 means the transfer rate since the end of the first read/write pair
 will also be reported (useful when there is an initial delay). A value
-of 3 means there will also be seperate measurements for read and
+of 3 means there will also be separate measurements for read and
 write. This option is resource-consuming and currently isn't
 implemented. A value of 4 means that notices about each single
 read/write will be displayed. High values include all message types of
@@ -144,13 +144,13 @@
 be used as input file if -i has not been used.
 .It Ic SIGUSR1
 .It Ic SIGINFO
-Sending SIGUSR1 (or SIGINFO, which is usually mappend to Control-T on
+Sending SIGUSR1 (or SIGINFO, which is usually mapped to Control-T on
 you keyboard) to cstream causes it to display throughput rates to
-stderr. The stream will continue as if nothing happend.
+stderr. The stream will continue as if nothing happened.
 .It Ic SIGUSR2
 Exit and report throughput rates, if requested.
 .It Ic SIGHUP
-I found myself sending SIGHUP accidentially too often. But ignoring or
+I found myself sending SIGHUP accidentally too often. But ignoring or
 misusing SIGHUP is not an option for me. Thus, when
 .Nm cstream
 received
@@ -194,7 +194,7 @@
 for CD quality stero play.
 .It Ic "cstream -i myaudiofile.raw -o :17324"
 This will open a TCP server on port 17324 and waits until someone
-connects (for example, the commandline from the previous
+connects (for example, the command line from the previous
 example). Then it will send the contents of myaudiofile.raw down the
 TCP stream (for the previous audio example, typically a CD audiotrack
 like you get from the tosha or cdparanoia utilities).
@@ -203,7 +203,7 @@
 Write to file myfile with O_DIRECT.  That usually means that the
 filesystem buffer cache will not try to cache this file.  You can use
 that to prevent copying operations from eating up physical memory.
-Note that when cstream encouters a write error it will switch the
+Note that when cstream encounters a write error it will switch the
 output file from O_DIRECT to a normal file and write all further
 blocks without O_DIRECT if writes without O_DIRECT succeed.  In
 practice that usually means that your last block, if not a multiple of
@@ -222,7 +222,7 @@
 you want to ensure that O_DIRECT stays in effect, you need a buffer
 between the TCP stream and the O_DIRECT stream.  Since cstream does
 not yet support different input and output block sizes, dd is
-suitable here.  Note that this is only neccessary if the OS requires
+suitable here.  Note that this is only necessary if the OS requires
 multiples of the filesystem block size for O_DIRECT.  At the time of
 this writing this construct is needed on Linux for using TCP
 streams with O_DIRECT, but it is not needed on FreeBSD.
@@ -237,7 +237,7 @@
 .Sh ERRORS
 .Bl -tag -width "-l num  "
 .It Exit code 0 means success.
-.It Exit code 1 means a commandline syntax usage error.
+.It Exit code 1 means a command line syntax usage error.
 .It Exit code 2 means other errors, especially system errors.
 .El
 .Sh Bugs
@@ -252,7 +252,7 @@
 blocksize to whatever the filesystem of the output file is in) and page
 alignment requirements (I/O will happen from a page-aligned buffer).
 However, the combination of concurrent read/writes (-c options) and
-O_DIRECT has not been tested bejond basic verification that it gets
+O_DIRECT has not been tested beyond basic verification that it gets
 some tests right.
 .Sh SEE ALSO
 .Xr dd 1 ,


--- End Message ---
--- Begin Message ---
Source: cstream
Source-Version: 2.7.4-3

We believe that the bug you reported is fixed in the latest version of
cstream, which is due to be installed in the Debian FTP archive:

cstream_2.7.4-3.diff.gz
  to pool/main/c/cstream/cstream_2.7.4-3.diff.gz
cstream_2.7.4-3.dsc
  to pool/main/c/cstream/cstream_2.7.4-3.dsc
cstream_2.7.4-3_amd64.deb
  to pool/main/c/cstream/cstream_2.7.4-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated cstream package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 23 Jun 2008 23:01:27 +0200
Source: cstream
Binary: cstream
Architecture: source amd64
Version: 2.7.4-3
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description: 
 cstream    - general-purpose stream-handling tool similar to dd
Closes: 422938 487059
Changes: 
 cstream (2.7.4-3) unstable; urgency=low
 .
   * Add patch 1001 to fix some speling errors in cstream.1 manpage.
     Closes: bug#422938, thanks to A. Costa.
   * Packaging moved to collab-maint Git at Alioth. Update VCS-* hints.
   * Update local cdbs snippets:
     + Update copyright-check.mk to parse licensecheck output using perl:
       + No longer randomly drops newlines
       + More compact hint file (and ordered more like wiki-proposed new
         copyright syntax).
       + No longer ignore files without copyright.
     + Drop wget options broken with recent versions of wget in
       update-tarball.mk.
     + Relax copyright-check to only warn about its discoveries.  Closes:
       bug#487059, thanks to Lucas Nussbaum.
     + Cosmetic updates to README.cdbs-tweaks.
   * Update debian/copyright-hints.
   * Semi-auto-update debian/control to update build-dependencies:
     DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
Checksums-Sha1: 
 3ba41a708d9e7b53c8b8b71fb960009e024dd464 1224 cstream_2.7.4-3.dsc
 83f9f3d010e76318542c60778f1b8a09e95331ea 11832 cstream_2.7.4-3.diff.gz
 3e57f6a6f524626c4fd298dee36deb15765fa438 28568 cstream_2.7.4-3_amd64.deb
Checksums-Sha256: 
 aa1ceb98adfdcee9f9a7f1546ba8711bd023e12b7ad1c11da38eafce02872b35 1224 
cstream_2.7.4-3.dsc
 cc90012bc3437e2b8b27493ad314014583203fa6182a2628ebbec06ca41e5d9c 11832 
cstream_2.7.4-3.diff.gz
 c6893b55b4427c363be7105f5489a85d08cb133df337ea68442d4a88b0bdacd0 28568 
cstream_2.7.4-3_amd64.deb
Files: 
 f451a0c17c87d0830131f8681ee25284 1224 utils optional cstream_2.7.4-3.dsc
 e842723e76445869300ad8def94a0ae4 11832 utils optional cstream_2.7.4-3.diff.gz
 65004956a717d15e7a9e2245867bbfb1 28568 utils optional cstream_2.7.4-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEUEARECAAYFAkhgIxYACgkQn7DbMsAkQLg7ogCXSjJ4w45GCfMIuJpuROi2qSHm
mwCfbziB+t2tSj1r4nro0LlbhicemWg=
=ggV2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to