49 lines
1.9 KiB
Diff
49 lines
1.9 KiB
Diff
|
From: Hideki Yamane <h-yamane@sios.com>
|
||
|
Date: Sun, 25 Aug 2019 04:08:35 +0900
|
||
|
Subject: fix typos
|
||
|
|
||
|
---
|
||
|
crypto-policies.7.txt | 2 +-
|
||
|
fips-finish-install | 2 +-
|
||
|
fips-finish-install.8.txt | 2 +-
|
||
|
|
||
|
Index: fedora-crypto-policies-master/crypto-policies.7.txt
|
||
|
===================================================================
|
||
|
--- fedora-crypto-policies-master.orig/crypto-policies.7.txt
|
||
|
+++ fedora-crypto-policies-master/crypto-policies.7.txt
|
||
|
@@ -236,7 +236,7 @@ To completely override a list value in a
|
||
|
sign. Combining 'list-items' with and without signs in a single list value assignment is
|
||
|
not allowed however an existing list value can be modified in multiple further assignments.
|
||
|
|
||
|
-Non-list key values in the policy module files are simply overriden.
|
||
|
+Non-list key values in the policy module files are simply overridden.
|
||
|
|
||
|
The keys marked as *Optional* can be omitted in the policy definition
|
||
|
files. In that case, the values will be derived from the base
|
||
|
Index: fedora-crypto-policies-master/fips-finish-install
|
||
|
===================================================================
|
||
|
--- fedora-crypto-policies-master.orig/fips-finish-install
|
||
|
+++ fedora-crypto-policies-master/fips-finish-install
|
||
|
@@ -12,7 +12,7 @@ if test -f /run/ostree-booted; then
|
||
|
fi
|
||
|
|
||
|
if test x"$1" != x--complete ; then
|
||
|
- echo "Complete the instalation of FIPS modules."
|
||
|
+ echo "Complete the installation of FIPS modules."
|
||
|
echo "usage: $0 --complete"
|
||
|
exit 2
|
||
|
fi
|
||
|
Index: fedora-crypto-policies-master/fips-finish-install.8.txt
|
||
|
===================================================================
|
||
|
--- fedora-crypto-policies-master.orig/fips-finish-install.8.txt
|
||
|
+++ fedora-crypto-policies-master/fips-finish-install.8.txt
|
||
|
@@ -21,7 +21,7 @@ fips-finish-install(8)
|
||
|
|
||
|
NAME
|
||
|
----
|
||
|
-fips-finish-install - complete the instalation of FIPS modules.
|
||
|
+fips-finish-install - complete the installation of FIPS modules.
|
||
|
|
||
|
|
||
|
SYNOPSIS
|