Date: Wed, 12 Jun 2002 01:10:03 -0700 (PDT) From: Dirk GOUDERS <gouders@et.bocholt.fh-ge.de> To: freebsd-doc@FreeBSD.org Subject: Re: docs/39101: Misplaced parenthesis in the FAQ? Message-ID: <200206120810.g5C8A3O68416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/39101; it has been noted by GNATS. From: Dirk GOUDERS <gouders@et.bocholt.fh-ge.de> To: Giorgos Keramidas <keramida@FreeBSD.org> Cc: hank@musashi.et.bocholt.fh-ge.de, bug-followup@FreeBSD.org Subject: Re: docs/39101: Misplaced parenthesis in the FAQ? Date: Wed, 12 Jun 2002 10:09:19 +0200 I noticed that in message "Re: docs/39101: Misplaced parenthesis in the FAQ?", Giorgos Keramidas wrote: > I think the text is unclear, that is why it confused you. What about > this change that attempts to clarify the details a bit? > %%% > Index: book.sgml > =================================================================== > RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v > retrieving revision 1.447 > diff -u -r1.447 book.sgml > --- book.sgml 11 Jun 2002 22:46:37 -0000 1.447 > +++ book.sgml 11 Jun 2002 23:55:30 -0000 > @@ -2026,8 +2026,8 @@ > modifications filesystems with 4 terabytes are possible (and > exist).</para> > > - <para>The maximum size of a single ffs file is approximately 1G > - blocks (4TB) if the block size is 4K.</para> > + <para>When the block size is 4KB, the maximum size of a single ffs > + file is approximately 4TB (4096 * 1GB blocks = 4TB).</para> > > <table> > <title>Maximum file sizes</title> > %%% > > - Giorgos That change looks good to me. I'm not sure if it could be helpfull to explicitely remark that the limit is made up by the number of blocks, though. Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206120810.g5C8A3O68416>