guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] 11/11: Add documentation pointer from getopt-long to SRFI-37.
Date: Sun, 26 Jun 2016 20:58:18 +0000 (UTC)

wingo pushed a commit to branch stable-2.0
in repository guile.

commit 811024669a63525146a96362c2617fbcae45070e
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]