From: tb Date: Thu, 25 Jul 2024 17:25:59 +0000 (+0000) Subject: fix a small markup mistake (missing newline) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d7c683254478114e5735d05a8057d9c60ad73698;p=openbsd fix a small markup mistake (missing newline) ok jmc (as part of a larger diff) --- diff --git a/lib/libz/compress.3 b/lib/libz/compress.3 index ba9efdd539d..b5d1e74f1e2 100644 --- a/lib/libz/compress.3 +++ b/lib/libz/compress.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.3,v 1.29 2024/06/29 16:10:08 tb Exp $ +.\" $OpenBSD: compress.3,v 1.30 2024/07/25 17:25:59 tb Exp $ .\" .\" Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler .\" @@ -21,7 +21,7 @@ .\" Converted to mdoc format for the OpenBSD project .\" by Jason McIntyre .\" -.Dd $Mdocdate: June 29 2024 $ +.Dd $Mdocdate: July 25 2024 $ .Dt COMPRESS 3 .Os .Sh NAME @@ -1508,7 +1508,8 @@ are .Dv NULL , then those values are not set. .Pp -.Fn deflatePending returns +.Fn deflatePending +returns .Dv Z_OK if success, or .Dv Z_STREAM_ERROR