diff options
| author | tb <> | 2022-12-08 11:33:58 +0000 |
|---|---|---|
| committer | tb <> | 2022-12-08 11:33:58 +0000 |
| commit | 77de0e5f3c23f4957bd4027e4ff78cce33dacf14 (patch) | |
| tree | 5ac09890d52fcbce32cecedc5b2eaf82a20d439b | |
| parent | 1bf6c82f668cdca09249a225f26e5d10f7f8c64c (diff) | |
| download | openbsd-77de0e5f3c23f4957bd4027e4ff78cce33dacf14.tar.gz openbsd-77de0e5f3c23f4957bd4027e4ff78cce33dacf14.tar.bz2 openbsd-77de0e5f3c23f4957bd4027e4ff78cce33dacf14.zip | |
Fix copy-paste error that left a paragraph ending in a comma
| -rw-r--r-- | src/lib/libcrypto/man/BIO_push.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_push.3 b/src/lib/libcrypto/man/BIO_push.3 index 01f426c1ef..35c0c5b6d0 100644 --- a/src/lib/libcrypto/man/BIO_push.3 +++ b/src/lib/libcrypto/man/BIO_push.3 | |||
| @@ -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 $ |
| 2 | .\" full merge up to: | 2 | .\" full merge up to: |
| 3 | .\" OpenSSL doc/man3/BIO_push.pod 791bfd91 Nov 19 20:38:27 2021 +0100 | 3 | .\" OpenSSL doc/man3/BIO_push.pod 791bfd91 Nov 19 20:38:27 2021 +0100 |
| 4 | .\" OpenSSL doc/man7/bio.pod 1cb7eff4 Sep 10 13:56:40 2019 +0100 | 4 | .\" OpenSSL doc/man7/bio.pod 1cb7eff4 Sep 10 13:56:40 2019 +0100 |
| @@ -67,7 +67,7 @@ | |||
| 67 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 67 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 68 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 68 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 69 | .\" | 69 | .\" |
| 70 | .Dd $Mdocdate: December 7 2022 $ | 70 | .Dd $Mdocdate: December 8 2022 $ |
| 71 | .Dt BIO_PUSH 3 | 71 | .Dt BIO_PUSH 3 |
| 72 | .Os | 72 | .Os |
| 73 | .Sh NAME | 73 | .Sh NAME |
| @@ -188,7 +188,7 @@ and if | |||
| 188 | is not at the end of its chain, | 188 | is not at the end of its chain, |
| 189 | the tail of that chain starting after | 189 | the tail of that chain starting after |
| 190 | .Fa b | 190 | .Fa b |
| 191 | is cut off and becomes a separate chain, | 191 | is cut off and becomes a separate chain. |
| 192 | .Pp | 192 | .Pp |
| 193 | For portability, it is best to make sure that | 193 | For portability, it is best to make sure that |
| 194 | .Fa b | 194 | .Fa b |
