svn commit: r246587 - in head: cddl/contrib/opensolaris/cmd/zpool lib/libc/stdio

Joel Dahl joel at FreeBSD.org
Sat Feb 9 07:01:06 UTC 2013


Author: joel (doc committer)
Date: Sat Feb  9 07:01:05 2013
New Revision: 246587
URL: http://svnweb.freebsd.org/changeset/base/246587

Log:
  mdoc: Remove EOL whitespace.

Modified:
  head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
  head/lib/libc/stdio/fopen.3

Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7	Sat Feb  9 06:39:28 2013	(r246586)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7	Sat Feb  9 07:01:05 2013	(r246587)
@@ -199,7 +199,7 @@ features significantly faster compressio
 higher compression ratio than the older
 .Sy lzjb
 compression.
-Typically, 
+Typically,
 .Sy lz4
 compression is approximately 50% faster on
 compressible data and 200% faster on incompressible data than
@@ -207,12 +207,12 @@ compressible data and 200% faster on inc
 It is also approximately 80% faster on decompression, while
 giving approximately 10% better compression ratio.
 .Pp
-When the 
+When the
 .Sy lz4_compress
 feature is set to
 .Sy enabled ,
 the
-administrator can turn on 
+administrator can turn on
 .Sy lz4
 compression on any dataset on the
 pool using the

Modified: head/lib/libc/stdio/fopen.3
==============================================================================
--- head/lib/libc/stdio/fopen.3	Sat Feb  9 06:39:28 2013	(r246586)
+++ head/lib/libc/stdio/fopen.3	Sat Feb  9 07:01:05 2013	(r246587)
@@ -332,7 +332,7 @@ but is also supported by glibc.
 The
 .Fn fmemopen
 function
-conforms to 
+conforms to
 .St -p1003.1-2008 .
 The ``b'' mode does not conform to any standard
 but is also supported by glibc.


More information about the svn-src-all mailing list