libgnutls(3) C Library Functions libgnutls(3)NAME
libgnutls - a TLS library
DESCRIPTION
GnuTLS is a modern C library that implements the standard network security protocol Transport Layer Security (TLS), for use by network
applications.
It provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's
TLS working group.
A number of projects in Solaris Desktop such as Evolution, Pidgin, Ekiga and Vino depend on it.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnutls |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO libgnutls-config(1), libgnutlsxx(3), libatsn1(3), attributes(5), gnome-interfaces(5)
http://www.gnu.org/software/gnutls/manual/gnutls.html
NOTES
Sun does not guarantee the stability of these interfaces and does not recommend their use. API documentation for these interfaces is pro-
vided by the GNU community for those who wish to develop using these interfaces.
Written by Jeff Cai, Sun Microsystems Inc., 2008.
SunOS 5.11 31 Jul 2008 libgnutls(3)
Check Out this Related Man Page
libgtkthml-editor(3) C Library Functions libgtkthml-editor(3)NAME
libgtkthml-editor, libgtkhtml - GtkHTML is a lightweight HTML rendering/printing/editing engine.
DESCRIPTION
libgtkthml-editor is a HTML rendering/editing library. It is not designed to be a fully featured HTML browser/editor. Instead, it is
designed to be easily embedded into applications that require lightweight HTML functionality. Evolution makes use of it in the mail com-
poser.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWevolution-libs |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO evolution(1), gtkhtml-editor-test(1), attributes(5), gnome-interfaces(5)NOTES
Sun does not guarantee the stability of these interfaces and does not recommend their use. API documentation for these interfaces is pro-
vided by the GNOME community for those who wish to develop using these interfaces.
Written by Jeff Cai, Sun Microsystems Inc., 2008.
SunOS 5.11 28 Jul 2008 libgtkthml-editor(3)
I am new to unix.
Could anyone tell me what the following command does.
cat *.caller.dat | grep "," | sort -t\" -k 2,2 -u -T $SORTING_DIR > external_source.sort
Your help would be much appreciated.
Thanks in advance. (7 Replies)