Skip to content

Commit 768ed26

Browse files
ycsincfriedt
authored andcommitted
doc: posix: signal: fix sigsuspend typo
The `sigsuspend` is currently `igsuspend`, fix that. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent f82b645 commit 768ed26

File tree

1 file changed

+1
-1
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+1
-1
lines changed

doc/services/portability/posix/option_groups/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ required for error and event handling.
198198
signal(),
199199
sigpending(),
200200
sigprocmask(),yes
201-
igsuspend(),
201+
sigsuspend(),
202202
sigwait(),
203203
strsignal(),yes
204204

0 commit comments

Comments
 (0)