-.\" $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
.\"
.\" 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
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
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
the tail queue.
.Pp
.Fn SMR_TAILQ_INIT
-initialies the tail queue
+initializes the tail queue
.Fa head
to an empty state.
.Pp