mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* print.c (scm_print_options): Fixed texinfo in docstring.
* net_db.c (scm_getserv, scm_getproto, scm_getnet): Return #f if the underlying functions getservent, getprotoent or getnetent return NULL instead of signalling an error.
This commit is contained in:
parent
2772dc1af3
commit
1dd05fd8aa
3 changed files with 23 additions and 17 deletions
|
@ -136,8 +136,9 @@ scm_option scm_print_opts[] = {
|
|||
SCM_DEFINE (scm_print_options, "print-options-interface", 0, 1, 0,
|
||||
(SCM setting),
|
||||
"Option interface for the print options. Instead of using\n"
|
||||
"this procedure directly, use the procedures @code{print-enable},\n"
|
||||
"@code{print-disable}, @code{print-set!} and @var{print-options}.")
|
||||
"this procedure directly, use the procedures\n"
|
||||
"@code{print-enable}, @code{print-disable}, @code{print-set!}\n"
|
||||
"and @code{print-options}.")
|
||||
#define FUNC_NAME s_scm_print_options
|
||||
{
|
||||
SCM ans = scm_options (setting,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue