components/guile/guile.1
author Lijo George - Oracle Corporation - Bangalore India <lijo.x.george@oracle.com>
Mon, 24 Mar 2014 15:04:05 -0700
branchs11-update
changeset 3004 856505663cc3
parent 181 87e11e685b1f
permissions -rw-r--r--
15997718 Interface addition/deletion causing frequent error messages in snmpd.log 17208688 MIB II SNMP table data discrepancy for network interfaces 16356248 snmpd unresponsive for 30 seconds after start with monitors set in snmpd.conf 17651108 snmpd dumps core when there are duplicate "exec" entries in snmpd.conf

'\" t
.\" Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
.\"
.\" This man page created by Oracle 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