Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xnee(1) [debian man page]

XNEE(1) 						      General Commands Manual							   XNEE(1)

NAME
xnee - records, replays or distributes X11 data DESCRIPTION
The program suite GNU Xnee can record and replay an X session. GNU Xnee also has the ability to distribute events to multiple displays. Xnee gets copies of X protocol data from the X server. These are either printed to file ( record mode) or replayed and synchronised (replay mode). During record and replay cnee can distribute the record/replayed events to multiple displays. MANUAL
For more information, read the GNU Xnee manual ot the xnee info page VERSION
Xnee man page, 3.13 NOTES
This page describes GNU Xnee. Mail corrections and additions to bug-xnee@gnu.org GNU Xnee 2007 XNEE(1)

Check Out this Related Man Page

gnutls_record_get_max_size(3)					      gnutls					     gnutls_record_get_max_size(3)

NAME
gnutls_record_get_max_size - returns the maximum record size SYNOPSIS
#include <gnutls/gnutls.h> size_t gnutls_record_get_max_size(gnutls_session_t session); ARGUMENTS
gnutls_session_t session is a gnutls_session_t structure. DESCRIPTION
Get the record size. The maximum record size is negotiated by the client after the first handshake message. RETURNS
The maximum record packet size in this connection. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_record_get_max_size(3)
Man Page