initialies -> initializes
authorjsg <jsg@openbsd.org>
Sun, 16 Jan 2022 05:38:58 +0000 (05:38 +0000)
committerjsg <jsg@openbsd.org>
Sun, 16 Jan 2022 05:38:58 +0000 (05:38 +0000)
ok visa@

share/man/man9/SMR_LIST_INIT.9

index ad47f3e..de91717 100644 (file)
@@ -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