mdoc: Remove EOL whitespace.

This commit is contained in:
Joel Dahl 2013-02-09 07:01:05 +00:00
parent ef17620fc8
commit 1848dd2aec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246587
2 changed files with 4 additions and 4 deletions

View File

@ -199,7 +199,7 @@ features significantly faster compression and decompression as well as a
higher compression ratio than the older higher compression ratio than the older
.Sy lzjb .Sy lzjb
compression. compression.
Typically, Typically,
.Sy lz4 .Sy lz4
compression is approximately 50% faster on compression is approximately 50% faster on
compressible data and 200% faster on incompressible data than compressible data and 200% faster on incompressible data than
@ -207,12 +207,12 @@ compressible data and 200% faster on incompressible data than
It is also approximately 80% faster on decompression, while It is also approximately 80% faster on decompression, while
giving approximately 10% better compression ratio. giving approximately 10% better compression ratio.
.Pp .Pp
When the When the
.Sy lz4_compress .Sy lz4_compress
feature is set to feature is set to
.Sy enabled , .Sy enabled ,
the the
administrator can turn on administrator can turn on
.Sy lz4 .Sy lz4
compression on any dataset on the compression on any dataset on the
pool using the pool using the

View File

@ -332,7 +332,7 @@ but is also supported by glibc.
The The
.Fn fmemopen .Fn fmemopen
function function
conforms to conforms to
.St -p1003.1-2008 . .St -p1003.1-2008 .
The ``b'' mode does not conform to any standard The ``b'' mode does not conform to any standard
but is also supported by glibc. but is also supported by glibc.