mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 14:39:02 +00:00
Fix a typo in nsock documentation.
This commit is contained in:
@@ -380,7 +380,7 @@ nsock_iod nsi_new2(nsock_pool nsockp, int sd, void *userdata);
|
||||
* pending on this nsock_iod. This can be NSOCK_PENDING_NOTIFY (send a KILL
|
||||
* notification to each event), NSOCK_PENDING_SILENT (do not send notification
|
||||
* to the killed events), or NSOCK_PENDING_ERROR (print an error message and
|
||||
* quiit the program) */
|
||||
* quit the program) */
|
||||
#define NSOCK_PENDING_NOTIFY 1
|
||||
#define NSOCK_PENDING_SILENT 2
|
||||
#define NSOCK_PENDING_ERROR 4
|
||||
|
||||
@@ -169,7 +169,7 @@ int socket_count_zero(msiod *iod, mspool *ms);
|
||||
* pending on this nsock_iod. This can be NSOCK_PENDING_NOTIFY (send a KILL
|
||||
* notification to each event), NSOCK_PENDING_SILENT (do not send notification
|
||||
* to the killed events), or NSOCK_PENDING_ERROR (print an error message and
|
||||
* quiit the program) */
|
||||
* quit the program) */
|
||||
void nsi_delete(nsock_iod nsockiod, int pending_response) {
|
||||
msiod *nsi = (msiod *)nsockiod;
|
||||
gh_lnode_t *evlist_ar[3];
|
||||
|
||||
Reference in New Issue
Block a user