Skip to content

Commit 00e08eb

Browse files
author
tb
committed
Fix copy-paste error that left a paragraph ending in a comma
1 parent 8910e23 commit 00e08eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/libcrypto/man/BIO_push.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: BIO_push.3,v 1.11 2022/12/07 23:08:47 schwarze Exp $
1+
.\" $OpenBSD: BIO_push.3,v 1.12 2022/12/08 11:33:58 tb Exp $
22
.\" full merge up to:
33
.\" OpenSSL doc/man3/BIO_push.pod 791bfd91 Nov 19 20:38:27 2021 +0100
44
.\" OpenSSL doc/man7/bio.pod 1cb7eff4 Sep 10 13:56:40 2019 +0100
@@ -67,7 +67,7 @@
6767
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
6868
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
6969
.\"
70-
.Dd $Mdocdate: December 7 2022 $
70+
.Dd $Mdocdate: December 8 2022 $
7171
.Dt BIO_PUSH 3
7272
.Os
7373
.Sh NAME
@@ -188,7 +188,7 @@ and if
188188
is not at the end of its chain,
189189
the tail of that chain starting after
190190
.Fa b
191-
is cut off and becomes a separate chain,
191+
is cut off and becomes a separate chain.
192192
.Pp
193193
For portability, it is best to make sure that
194194
.Fa b

0 commit comments

Comments
 (0)