?? filter_wait.3
字號:
.TH filter_wait 3 "12 July 2007" "ClearSilver" "util/filter.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEfilter_wait - wrap waitpid to decode the exitcode and whyyour filter quit.SH SYNOPSIS.Ss#include <util/filter.h>.Se.SsNEOERR *filter_wait(pid_t pid, int options, int *exitcode);.Se.SH ARGUMENTSpid -> the process identifier to wait for.broptions -> the options to pass to waitpid (see wait(2)).SH DESCRIPTIONfilter_wait wraps the waitpid call and raises an error(with description) if the call failed. Note that if theask for the exitcode and the process exited with a codeother than zero, we don't raise an error. If you don'task for the exitcode, and it is non-zero, we raise anerror.SH "RETURN VALUE"exitcode -> the exitcode if the process existed normally.SH "SEE ALSO".BR filter_wait "(3), "filter_create_fp "(3), "filter_create_fd
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -