freebsd-ports/misc/buffer/files/patch-buffer.man
Mario Sergio Fujikawa Ferreira fae54139e3 o Update to 1.19
o Add several patches from Gentoo portage CVS

Approved by:	maintainer (thanks jonny)
Obtained from:	Gentoo portage CVS
2005-12-13 17:33:18 +00:00

33 lines
1.3 KiB
Groff

--- buffer.man.orig Tue Dec 13 11:55:36 2005
+++ buffer.man Tue Dec 13 11:56:56 2005
@@ -37,7 +37,8 @@
Use the given file as the output file. The default is stdout.
.TP
.B \-S size
-After every chunk this size has been writen print out how much been writen so far.
+After every chunk of this size has been written, print out how much
+been written so far. Also prints the total throughput.
By default this is not set.
.TP
.B \-s size
@@ -71,9 +72,9 @@
throughput on some drives.)
.TP
.B \-B
-Force each block writen to be padded out to the blocksize. This is needed by some tape
+Force each block written to be padded out to the blocksize. This is needed by some tape
and cartridge drives. Defaults to unpadded. This only affects the
-last block writen.
+last block written.
.TP
.B \-t
On exiting print to stderr a brief message showing the total number of
@@ -82,7 +83,7 @@
.B \-Z
If reading/writing directly to a character device (like a tape drive)
then after each gigabyte perform an lseek to the start of the file.
-Use this flag with extreme care. If can only be used on devices where
+Use this flag with extreme care. It can only be used on devices where
an lseek does not rewind the tape but does reset the kernels position
flags. It is used to allow more than 2 gigabytes to be written.
.PP