coventionally => conventionally Reference: /n/sources/patch/applied/convention Date: Sat Sep 22 03:33:25 CES 2007 Signed-off-by: rsc@swtch.com --- /sys/man/6/venti Sat Sep 22 03:33:11 2007 +++ /sys/man/6/venti Sat Sep 22 03:33:10 2007 @@ -51,7 +51,7 @@ and so on. .SS "Files and Directories Venti accepts blocks up to 56 kilobytes in size. -By covention, Venti clients use hash trees of blocks to +By convention, Venti clients use hash trees of blocks to represent arbitrary-size data .IR files . The data to be stored is split into fixed-size @@ -77,14 +77,14 @@ manner, arbitrary trees of files can be constructed and stored. .PP -Scores passed between programs coventionally refer +Scores passed between programs conventionally refer to .B VtRoot blocks, which contain descriptive information as well as the score of a directory block containing a small number of directory entries. .PP -Coventionally, programs do not mix data and directory entries +Conventionally, programs do not mix data and directory entries in the same file. Instead, they keep two separate files, one with directory entries and one with metadata referencing those entries by position. @@ -125,7 +125,7 @@ .SS "Zero Truncation To avoid storing the same short data blocks padded with differing numbers of zeros, Venti clients working with fixed-size -blocks coventionally +blocks conventionally `zero truncate' the blocks before writing them to the server. For example, if a 1024-byte data block contains the 11-byte string @@ -144,7 +144,7 @@ trailing zero scores are removed instead of trailing zero bytes. .PP -Because of the truncation covention, +Because of the truncation convention, any file consisting entirely of zero bytes, no matter what its length, will be represented by the zero score: the data blocks contain all zeros and are thus truncated @@ -156,7 +156,7 @@ .I client connects to the network address served by a Venti .IR server ; -the coventional address is +the conventional address is .BI tcp! server !venti (the .B venti --- /sys/man/8/venti Sat Sep 22 03:33:14 2007 +++ /sys/man/8/venti Sat Sep 22 03:33:13 2007 @@ -216,13 +216,13 @@ going to the block cache. .SS Network The venti server announces two network services, one -(coventionally TCP port +(conventionally TCP port .BR venti , 17034) serving the venti protocol as described in .IR venti (6), and one serving HTTP -(coventionally TCP port +(conventionally TCP port .BR venti , 80). .PP