diff options
author | jsg <> | 2022-09-10 08:50:53 +0000 |
---|---|---|
committer | jsg <> | 2022-09-10 08:50:53 +0000 |
commit | 80160453af8f56ab16afdda289fc3a50e92a2f38 (patch) | |
tree | a6ee72631a87cd0c1bd8916252a936095e90bd2a | |
parent | d476e5eb0d963ef81322912fd1275516345c1646 (diff) | |
download | openbsd-80160453af8f56ab16afdda289fc3a50e92a2f38.tar.gz openbsd-80160453af8f56ab16afdda289fc3a50e92a2f38.tar.bz2 openbsd-80160453af8f56ab16afdda289fc3a50e92a2f38.zip |
fix repeated words
ok miod@ jmc@
-rw-r--r-- | src/lib/libcrypto/man/X509_policy_tree_level_count.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_policy_tree_level_count.3 b/src/lib/libcrypto/man/X509_policy_tree_level_count.3 index 4b13e6a967..ff2036c40f 100644 --- a/src/lib/libcrypto/man/X509_policy_tree_level_count.3 +++ b/src/lib/libcrypto/man/X509_policy_tree_level_count.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_policy_tree_level_count.3,v 1.4 2021/11/11 12:06:25 schwarze Exp $ | 1 | .\" $OpenBSD: X509_policy_tree_level_count.3,v 1.5 2022/09/10 08:50:53 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: November 11 2021 $ | 17 | .Dd $Mdocdate: September 10 2022 $ |
18 | .Dt X509_POLICY_TREE_LEVEL_COUNT 3 | 18 | .Dt X509_POLICY_TREE_LEVEL_COUNT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -157,7 +157,7 @@ if the | |||
157 | argument is | 157 | argument is |
158 | .Dv NULL | 158 | .Dv NULL |
159 | or located on level 0. | 159 | or located on level 0. |
160 | Otherwise, it returns an an internal pointer to the parent node of the | 160 | Otherwise, it returns an internal pointer to the parent node of the |
161 | .Fa node | 161 | .Fa node |
162 | argument. | 162 | argument. |
163 | The parent node is always located on the previous level. | 163 | The parent node is always located on the previous level. |