git: 04730dfcb1 - main - Fix repeated typo: ouput -> output
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=04730dfcb1a6b7fc9ed83ac10d9c00a59c388aa2 commit 04730dfcb1a6b7fc9ed83ac10d9c00a59c388aa2 Author: Benedict Reuschling <[email protected]> AuthorDate: 2023-12-28 17:07:06 +0000 Commit: Benedict Reuschling <[email protected]> CommitDate: 2023-12-28 17:07:06 +0000 Fix repeated typo: ouput -> output --- documentation/content/en/books/handbook/security/_index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/content/en/books/handbook/security/_index.adoc b/documentation/content/en/books/handbook/security/_index.adoc index bfd486a4cc..20b9a16586 100644 --- a/documentation/content/en/books/handbook/security/_index.adoc +++ b/documentation/content/en/books/handbook/security/_index.adoc @@ -1080,7 +1080,7 @@ When not configured correctly, the FIPS module is expected to fail as follows: # echo test | openssl aes-128-cbc -a -provider fips -pbkdf2 .... -The ouput should be similar to the following: +The output should be similar to the following: [.programlisting] .... @@ -1100,7 +1100,7 @@ OpenSSL provides the man:openssl-fipsinstall[1] utility to help with this proces # openssl fipsinstall -module /usr/lib/ossl-modules/fips.so -out /etc/ssl/fipsmodule.cnf .... -The ouput should be similar to the following: +The output should be similar to the following: [.programlisting] .... @@ -1152,7 +1152,7 @@ With this done, it should be possible to confirm that the FIPS module is effecti # echo test | openssl aes-128-cbc -a -provider fips -pbkdf2 .... -The ouput should be similar to the following: +The output should be similar to the following: [.programlisting] ....