diff options
author | 2021-02-08 20:32:07 +0000 | |
---|---|---|
committer | 2021-02-08 20:32:07 +0000 | |
commit | c6eaa786d52a7d4e16a897854d7de192bc7ea400 (patch) | |
tree | 853fc0277418f8b791b529713bfe74ce7eafa5f3 | |
parent | change discipline name from "RAID1C" to "RAID 1C" to match the man pages (diff) | |
download | wireguard-openbsd-c6eaa786d52a7d4e16a897854d7de192bc7ea400.tar.xz wireguard-openbsd-c6eaa786d52a7d4e16a897854d7de192bc7ea400.zip |
correct return type for compressBound();
from pedro martelletto
-rw-r--r-- | lib/libz/compress.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/compress.3 b/lib/libz/compress.3 index cfac9217c79..b6bb97fc437 100644 --- a/lib/libz/compress.3 +++ b/lib/libz/compress.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.3,v 1.19 2018/03/16 16:58:26 schwarze Exp $ +.\" $OpenBSD: compress.3,v 1.20 2021/02/08 20:32:07 jmc Exp $ .\" .\" Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler .\" @@ -23,7 +23,7 @@ .\" .\" This page corresponds to zlib version 1.2.3 .\" -.Dd $Mdocdate: March 16 2018 $ +.Dd $Mdocdate: February 8 2021 $ .Dt COMPRESS 3 .Os .Sh NAME @@ -2032,7 +2032,7 @@ if there was not enough room in the output buffer, or .Dv Z_STREAM_ERROR if the level parameter is invalid. .It Xo -.Fa int +.Fa uLong .Fn compressBound "uLong sourceLen" .Xc .Pp |