現状 When compressing to the B<.xz> format, split the input data into blocks of I<size> bytes. The blocks are compressed independently from each other, which helps with multi-threading and makes limited random-access decompression possible. This option is typically used to override the default block size in multi-threaded mode, but this option can be used in single-threaded mode too. は B<.xz> フォーマットに圧縮する場合に、入力データを I<size> バイトごとの ブロックに分割します。このブロックは互いに独立して圧縮されます。これは マルチスレッド対応のためであり、圧縮時のランダムアクセスを可能な限り制 限する目的があります。このオプションによって、通常はマルチスレッドモー ドでのデフォルトブロックサイズをオーバーライドします。ただしこのオプショ ンは、シングルスレッドモードでも利用することができます。 となっていますが、 makes limited random-access decompression possible. は 限定されたランダムアクセス伸張を可能にします。 ではないでしょうか。s/限定/制限/ でもよいですけれど。 ribbon