Re: options(4) man page: bump BUFCACHEPERCENT

2013-05-22 Thread David Coppa
On Wed, May 22, 2013 at 3:42 PM, Lawrence Teo  wrote:
> BUFCACHEPERCENT has been set to 20 by default for a while now, so bump
> it in the options(4) man page accordingly.
>
> OK?

ok for me.

thanks for catching this.
David

> Index: options.4
> ===
> RCS file: /cvs/src/share/man/man4/options.4,v
> retrieving revision 1.231
> diff -u -p -r1.231 options.4
> --- options.4   22 Mar 2013 16:40:24 -  1.231
> +++ options.4   17 May 2013 15:23:48 -
> @@ -278,7 +278,7 @@ for details.
>  .Bl -ohang
>  .It Cd option BUFCACHEPERCENT= Ns Ar integer
>  Percentage of RAM to use as a file system buffer.
> -It defaults to 5.
> +It defaults to 20.
>  .It Cd option EXT2FS_SYSTEM_FLAGS
>  This option changes the behavior of the APPEND and IMMUTABLE flags
>  for a file on an
>



options(4) man page: bump BUFCACHEPERCENT

2013-05-22 Thread Lawrence Teo
BUFCACHEPERCENT has been set to 20 by default for a while now, so bump
it in the options(4) man page accordingly.

OK?


Index: options.4
===
RCS file: /cvs/src/share/man/man4/options.4,v
retrieving revision 1.231
diff -u -p -r1.231 options.4
--- options.4   22 Mar 2013 16:40:24 -  1.231
+++ options.4   17 May 2013 15:23:48 -
@@ -278,7 +278,7 @@ for details.
 .Bl -ohang
 .It Cd option BUFCACHEPERCENT= Ns Ar integer
 Percentage of RAM to use as a file system buffer.
-It defaults to 5.
+It defaults to 20.
 .It Cd option EXT2FS_SYSTEM_FLAGS
 This option changes the behavior of the APPEND and IMMUTABLE flags
 for a file on an