Skip to content

Commit 0e09ff8

Browse files
Trottrichardlau
authored andcommitted
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 3c32fe0 commit 0e09ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/guides/maintaining-openssl.md

+3-3
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):
@@ -58,10 +58,10 @@ This updates all sources in deps/openssl/openssl by:
5858
Use `make` to regenerate all platform dependent files in
5959
`deps/openssl/config/archs/`:
6060
```console
61-
# On non-linux machines
61+
# On non-Linux machines
6262
% make gen-openssl
6363

64-
# On Linux machine
64+
# On Linux machines
6565
% make -C deps/openssl/config
6666
```
6767

0 commit comments

Comments
 (0)