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>
This commit is contained in:
grog 1999-04-05 01:53:39 +00:00
parent f166d8accb
commit 9a0d570ac0

View File

@ -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.