mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Doxygen: minor fixes in handle_trm
This commit is contained in:
parent
c78f59e78c
commit
4231b9d8d8
@ -244,7 +244,7 @@ setraw(int fd, struct termios *p)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/** Construct the struct itrm of this process, make ditrm point to it,
|
||||
/** Construct the struct itrm of this process, make ::ditrm point to it,
|
||||
* set up select() handlers, and send the initial interlink packet.
|
||||
*
|
||||
* The first five parameters are file descriptors that this function
|
||||
@ -270,7 +270,7 @@ setraw(int fd, struct termios *p)
|
||||
* @param init_len The length of init_string, in bytes.
|
||||
* @param remote = 0 if asking the master to start a new session
|
||||
* and display it via this process. Otherwise,
|
||||
* enum remote_session_flags. */
|
||||
* enum ::remote_session_flags. */
|
||||
void
|
||||
handle_trm(int std_in, int std_out, int sock_in, int sock_out, int ctl_in,
|
||||
void *init_string, int init_len, int remote)
|
||||
|
Loading…
Reference in New Issue
Block a user