Skip to content

Commit f461a66

Browse files
committed
doc: make minor fixes to maintaining-openssl.md
PR-URL: #34926 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent 0848f56 commit f461a66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/guides/maintaining-openssl.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ them.
3737
% mv openssl-1.1.0h openssl
3838
% git add --all openssl
3939
% git commit openssl
40-
````
40+
```
4141

4242
The commit message can be written as (with the openssl version set
4343
to the relevant value):
@@ -61,8 +61,8 @@ separately after updating the openssl source as described above. The
6161
current patch implementation can be found in the `deps/openssl/patches`
6262
directory in the file `0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch`.
6363

64-
```text
65-
$ git am deps/openssl/patches 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch
64+
```console
65+
% git am deps/openssl/patches 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch
6666
```
6767

6868
The patch file itself is generated by squashing commits from the
@@ -80,10 +80,10 @@ The patch is currently supported only for openssl-1.1.1e.
8080
Use `make` to regenerate all platform dependent files in
8181
`deps/openssl/config/archs/`:
8282
```console
83-
# On non-linux machines
83+
# On non-Linux machines
8484
% make gen-openssl
8585

86-
# On Linux machine
86+
# On Linux machines
8787
% make -C deps/openssl/config
8888
```
8989

0 commit comments

Comments
 (0)