blob: 263ab2b3ea81f08387ede5c03a68e25d40fef6b7 [file] [log] [blame]
Sean Middleditch65a53b02009-11-03 18:57:15 -08001.TH telnet_finish_sb 3 LIBTELNET "" "TELNET Library"
2
3.SH NAME
4\fBtelnet_finish_sb\fP - finish a TELNET sub-negotiation command
5
6.SH SYNOPSIS
7.PP
8\fB#include <libtelnet.h>\fP
9.sp
10.B "void telnet_finish_sb(telnet_t *\fBtelnet\fR);"
11
12.SH DESCRIPTION
13.PP
14The \fBtelnet_finish_sb\fR function sends the TELNET command to complete a sub-negotiation sequence. This must be called after a call to \fBtelnet_begin_sb\fR to complete a sub-negotiation.
15
16The parameter \fItelnet\fP is a state tracker instance created by a prior call to \fBtelnet_init\fP.
17
18.SH SEE ALSO
19.PP
20\fBlibtelnet\fR(3), \fBtelnet_send\fR(3), \fBtelnet_begin_sb\fR(3)