guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: Add documentation pointer from getopt-long to SRF


From: Andy Wingo
Subject: [Guile-commits] 01/03: Add documentation pointer from getopt-long to SRFI-37.
Date: Sat, 25 Jun 2016 16:13:49 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 73714b87aa920b8d29223f8de701c0713fb4e6af
Author: Andy Wingo <address@hidden>
Date:   Sat Jun 25 10:06:15 2016 +0200

    Add documentation pointer from getopt-long to SRFI-37.
    
    * doc/ref/mod-getopt-long.texi (getopt-long): Point to SRFI-37.
---
 doc/ref/mod-getopt-long.texi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/ref/mod-getopt-long.texi b/doc/ref/mod-getopt-long.texi
index 07fab81..cf04341 100644
--- a/doc/ref/mod-getopt-long.texi
+++ b/doc/ref/mod-getopt-long.texi
@@ -7,6 +7,12 @@
 @node getopt-long
 @section The (ice-9 getopt-long) Module
 
+The @code{(ice-9 getopt-long)} facility is designed to help parse
+arguments that are passed to Guile programs on the command line, and is
+modelled after the C library's facility of the same name
+(@pxref{Getopt,,,libc,The GNU C Library Reference Manual}).  For a more
+low-level interface to command-line argument parsing, @xref{SRFI-37}.
+
 The @code{(ice-9 getopt-long)} module exports two procedures:
 @code{getopt-long} and @code{option-ref}.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]