diff options
author | Alex Musolino <alex@musolino.id.au> | 2019-12-18 09:01:38 +1030 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2019-12-18 09:01:38 +1030 |
commit | 47c188c0c6c2a013aded790bcaa5c9640955e38b (patch) | |
tree | 7b92b693d33615944488dc80459d8183ae16017b /sys/man/2 | |
parent | b820d892a6914104a0ecb3af9fa287e693a4f90c (diff) |
flate(2): fix typos (thanks rgl)
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/flate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/flate b/sys/man/2/flate index 39f4c108d..30618ffb4 100644 --- a/sys/man/2/flate +++ b/sys/man/2/flate @@ -125,7 +125,7 @@ Input is retrieved one byte at a time by calling .I get with the argument .IR getr . -End of input of signaled by returning a negative value. +End of input is signaled by returning a negative value. The uncompressed output is written to .IR w , which has the same interface as for @@ -198,7 +198,7 @@ by ones complementation. .I Adler32 updates the Adler 32-bit checksum of the .I n -butes of data in +bytes of data in .IR buf. The initial value of .I adler |