usr/src/cmd/guile/guile.1
author Jon Tibble <meths@btinternet.com>
Mon, 04 May 2015 14:04:39 +0100
branchoi_151a
changeset 254 9c2a4ac793f0
parent 11 87960ed158f9
permissions -rw-r--r--
Bash patch catchup including shellshock

'\" 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.