usr/src/cmd/guile/guile.1
changeset 0 b34509ac961f
child 11 87960ed158f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/usr/src/cmd/guile/guile.1	Wed Oct 21 17:43:30 2009 +0200
@@ -0,0 +1,46 @@
+'\" t
+.\" Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+.\" Use is subject to license terms.
+.\"
+.\" ident	"@(#)guile.1	1.1	09/01/20 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	SUNWguile
+=
+Interface Stability	Uncommitted
+.TE
+.SH NOTES
+Source for guile is available on http://opensolaris.org.