1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 06:29:02 +00:00

Fix a typo in nsock documentation.

This commit is contained in:
d33tah
2013-08-21 20:06:38 +00:00
parent c3a165609d
commit 4993befdb4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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];