1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Doxygen: minor fixes in handle_trm

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-27 21:02:25 +03:00 committed by Kalle Olavi Niemitalo
parent c78f59e78c
commit 4231b9d8d8

View File

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