git: 04730dfcb1 - main - Fix repeated typo: ouput -> output
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 17:07:31 UTC
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=04730dfcb1a6b7fc9ed83ac10d9c00a59c388aa2 commit 04730dfcb1a6b7fc9ed83ac10d9c00a59c388aa2 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2023-12-28 17:07:06 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> 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] ....