diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-16 05:38:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-16 05:38:59 +0000 |
commit | 17fb9272bb2e6e8b6aca5d0212eb91d2cbf111dd (patch) | |
tree | 71fb88fd8582a3e79d47faf6ecfd65927215e7af /share | |
parent | c855227c17b28ebace8900a92bdf985893fd49d9 (diff) |
initialies -> initializes
ok visa@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/SMR_LIST_INIT.9 | 10 |
1 files 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 |