diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2020-04-07 13:36:19 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2020-04-07 13:36:19 +0000 |
commit | 3e3c16ac98b40251a85ee9f6d0cd816a15a92096 (patch) | |
tree | fc7067eac669d26692b822afcc30351dddcd46fa /share | |
parent | 3360dd3e765c8e7946c642cb4b2e71c954cfe8fe (diff) |
Fix a few old typos.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/SMR_LIST_INIT.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/SMR_LIST_INIT.9 b/share/man/man9/SMR_LIST_INIT.9 index b1837666864..af1c736357a 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.3 2020/04/07 13:33:50 visa Exp $ +.\" $OpenBSD: SMR_LIST_INIT.9,v 1.4 2020/04/07 13:36:18 visa Exp $ .\" .\" Copyright (c) 2019 Visa Hankala .\" @@ -195,7 +195,7 @@ return the successor of the element or NULL if there are no more elements on the list. .Pp .Fn SMR_SLIST_EMPTY_LOCKED -returns true of the list +returns true if the list .Fa head is empty. .Pp @@ -259,8 +259,8 @@ return the successor of the element .Fa elm , or NULL if there are no more elements on the list. .Pp -.Fn SMR_SLIST_EMPTY_LOCKED -returns true of the list +.Fn SMR_LIST_EMPTY_LOCKED +returns true if the list .Fa head is empty. .Pp |