usr/src/cmd/guile/guile.1
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" t
.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
.\" Use is subject to license terms.
.\"
.\" ident	"@(#)guile.1	1.2	10/03/16 SMI"
.\"
.\" This man page created by Sun to provide a reference to the
.\" Info format documentation for guile provided with the distribution.
.\"
.TH guile 1 "08 Mar 2008"
.SH NAME
guile \- a library designed to help programmers create flexible applications 
.SH SYNOPSIS
/usr/bin/guile [OPTION]... 
.SH DESCRIPTION
Using Guile in an application allows programmers to write plug-ins, or 
modules (there are many names, but the concept is essentially the same) 
and users to use them to have an application fit their needs.
.LP
For additional information on using guile, see the Info format
documentation by running the following command from your shell:
.RS
.I /usr/sfw/bin/info guile
.RE
.LP
\fBguile\fR is provided for developers who are working on software
that has already adopted it.   However, it is not recommended that
\fBguile\fR be used when developing new software projects.
.PD
.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	library/guile
=
Interface Stability	Uncommitted
.TE
.SH NOTES
Source for guile is available on http://opensolaris.org.