diff options
author | grog <grog@FreeBSD.org> | 1999-04-05 01:53:39 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 1999-04-05 01:53:39 +0000 |
commit | 9a0d570ac09088ff0dbac198b5c519d11e06d56d (patch) | |
tree | 5e4768b47e570dd202082d8582b6cc673d2992d2 /share/doc/smm/05.fastfs | |
parent | f166d8accbe82bc9ecd0d599e43a2ccf0bd0e3cd (diff) | |
download | FreeBSD-src-9a0d570ac09088ff0dbac198b5c519d11e06d56d.zip FreeBSD-src-9a0d570ac09088ff0dbac198b5c519d11e06d56d.tar.gz |
Represent the value 2**32 correctly in nroff. Previously, the troff
operator up was being omitted, and the result was 232, a slightly
lower value.
Observed-by: Bill Vermillion <bill@bilver.magicnet.net>
Diffstat (limited to 'share/doc/smm/05.fastfs')
-rw-r--r-- | share/doc/smm/05.fastfs/3.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/doc/smm/05.fastfs/3.t b/share/doc/smm/05.fastfs/3.t index 0ab1196..e2ac4ba 100644 --- a/share/doc/smm/05.fastfs/3.t +++ b/share/doc/smm/05.fastfs/3.t @@ -49,7 +49,9 @@ or other hard disk error causes the default super-block to be unusable. .PP To insure that it is possible to create files as large as -$2 sup 32$ bytes with only two levels of indirection, +.if n 2 ** 32 +.if t $2 sup 32$ +bytes with only two levels of indirection, the minimum size of a file system block is 4096 bytes. The size of file system blocks can be any power of two greater than or equal to 4096. |