This commit is contained in:
nick black 2019-12-14 18:39:56 -05:00
parent 3b2f72538e
commit 26c575a262
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ wchar_supppuab_p(wchar_t w){
#define NCKEY_PRINT suppuabize(134)
#define NCKEY_REFRESH suppuabize(135)
// See ppoll(2) for more detail. Provide a NULL 'ts' to block at lenghth, a 'ts'
// See ppoll(2) for more detail. Provide a NULL 'ts' to block at length, a 'ts'
// of 0 for non-blocking operation, and otherwise a timespec to bound blocking.
// Signals in sigmask (less several we handle internally) will be atomically
// masked and unmasked per ppoll(2). It should generally contain all signals.

View File

@ -209,7 +209,7 @@ wchar_supppuab_p(wchar_t w){
#define NCKEY_PRINT suppuabize(134)
#define NCKEY_REFRESH suppuabize(135)
// See ppoll(2) for more detail. Provide a NULL 'ts' to block at lenghth, a 'ts'
// See ppoll(2) for more detail. Provide a NULL 'ts' to block at length, a 'ts'
// of 0 for non-blocking operation, and otherwise a timespec to bound blocking.
// Signals in sigmask (less several we handle internally) will be atomically
// masked and unmasked per ppoll(2). It should generally contain all signals.