Skip to content

Commit 1a7a453

Browse files
authored
Merge pull request #118 from night1rider/unix-typo-fix
Fixing issue with displaying '*' in the html table of contents for ch…
2 parents 247079a + f0b91a8 commit 1a7a453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfSSL/src/chapter02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After downloading the ZIP file, unzip the file using the `unzip` command. To use
2121
2222
**NOTE**: Beginning with the release of wolfSSL 2.0.0rc3, the directory structure of wolfSSL was changed as well as the standard install location. These changes were made to make it easier for open source projects to integrate wolfSSL. For more information on header and structure changes, please see [Library Headers](chapter09.md#library-headers) and [Structure Usage](#structure-usage).
2323

24-
## Building on \*nix
24+
## Building on Unix-like Systems
2525

2626
When building wolfSSL on Linux, \*BSD, OS X, Solaris, or other \*nix-like systems, use the autoconf system. To build wolfSSL you only need to run two commands from the wolfSSL root directory, `./configure` and `make`.
2727

0 commit comments

Comments
 (0)