From b0877370f8cb33a458fd6e808b16ed0df1fd3c7a Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 16 Jan 2022 05:38:58 +0000 Subject: [PATCH] initialies -> initializes ok visa@ --- share/man/man9/SMR_LIST_INIT.9 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/man/man9/SMR_LIST_INIT.9 b/share/man/man9/SMR_LIST_INIT.9 index ad47f3ecf80..de9171723c9 100644 --- a/share/man/man9/SMR_LIST_INIT.9 +++ b/share/man/man9/SMR_LIST_INIT.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SMR_LIST_INIT.9,v 1.7 2020/08/03 05:29:05 dlg Exp $ +.\" $OpenBSD: SMR_LIST_INIT.9,v 1.8 2022/01/16 05:38:58 jsg Exp $ .\" .\" Copyright (c) 2019 Visa Hankala .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 3 2020 $ +.Dd $Mdocdate: January 16 2022 $ .Dt SMR_LIST_INIT 9 .Os .Sh NAME @@ -183,7 +183,7 @@ The macro declares a structure that connects the elements in the list. .Pp .Fn SMR_SLIST_INIT -initialies the list +initializes the list .Fa head to an empty state. .Pp @@ -252,7 +252,7 @@ The macro declares a structure that connects the elements in the list. .Pp .Fn SMR_LIST_INIT -initialies the list +initializes the list .Fa head to an empty state. .Pp @@ -320,7 +320,7 @@ macro declares a structure that connects the elements in the tail queue. .Pp .Fn SMR_TAILQ_INIT -initialies the tail queue +initializes the tail queue .Fa head to an empty state. .Pp -- 2.20.1