Skip to content

Commit 782a388

Browse files
author
Rob Sanders
committed
Monir tweak to README.md
1 parent c8ddd06 commit 782a388

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or poll() in cli_loop(). The default is to use the legacy 'select()' call.
1616
If built with 'CFLAGS=-DLIBCLI_USE_POLL make' then the poll() system call will
1717
be used instead. One additional check is being made now in cli_loop() to
1818
ensure that the passed file descriptor is in range. If not, an error message
19-
will be sent and cli_loop() will exit with CLI_ERROR.
19+
will be sent and the cli_loop() will exit in the child process with CLI_ERROR.
2020

2121
This will install `libcli.so` into `/usr/local/lib`. If you want to change the
2222
location, edit Makefile.
@@ -111,7 +111,7 @@ process or thread to run the cli. Once you are ready to process the
111111
connection, call `cli_loop(cli, sock)` to interact with the user on the
112112
given socket. Note that as mentioned above, if the select() call is used and
113113
sock is out of range (>= FD_SETSIZE) then cli_loop() will display an error in
114-
both the parent process and to the remote TCP connection before exiting.
114+
both the parent process and to the remote TCP connection before exiting that routine.
115115
116116
This function will return when the user exits the cli, either by breaking the
117117
connection or entering `quit`.

0 commit comments

Comments
 (0)