1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Update "guile(1)" man page.

* doc/guile.1: Remove reference to the version and date.  Mention R5RS,
  instead of R4RS.  Explicitly say that the full documentation is in
  Texinfo (as other GNU packages do).
This commit is contained in:
Ludovic Courtès 2008-11-13 23:24:32 +01:00
parent 9e4db0ef4d
commit 1660414a24

View file

@ -3,7 +3,7 @@
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH GUILE 1 "January 2001" Version "1.4"
.TH GUILE 1
.SH NAME
guile \- a Scheme interpreter
.SH SYNOPSIS
@ -11,8 +11,8 @@ guile \- a Scheme interpreter
.B [-l FILE] [-e FUNCTION] [\]
.B [-c EXPR] [-s SCRIPT] [--]
.SH DESCRIPTION
Guile is an interpreter for the Scheme programming language. It
implements a superset of R4RS, providing the additional features
GNU Guile is an interpreter for the Scheme programming language. It
implements R5RS, providing additional features
necessary for real-world use. It is extremely simple to embed guile
into a C program, calling C from Scheme and Scheme from C. Guile's
design makes it very suitable for use as an "extension" or "glue"
@ -79,7 +79,13 @@ interface:
(activate-readline)
.SH "SEE ALSO"
.B info guile, info guile-tut
The full documentation for guile is maintained as a Texinfo manual. If
the info and guile programs are properly installed at your site, the
command
.IP
.B info guile
.PP
should give you access to the complete manual.
http://www.schemers.org provides a general introduction to the
Scheme language.