diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2000-08-18 16:52:15 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2000-08-18 16:52:15 +0000 |
commit | d46e47131c3f3dfa9742c62b854203030cdb0ed1 (patch) | |
tree | ff1c2601a99da663991754a136b61e13ce6a7e02 /libguile/simpos.c | |
parent | cdbc74184f98a5008ebc1bd5eea746730ec9bbc7 (diff) |
* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,
scm_setnet, setproto, setserv): Argument names changed to match
doc string.
* feature.c (scm_program_arguments): New docstring.
* simpos.c (scm_getenv): Reflow docstring.
Diffstat (limited to 'libguile/simpos.c')
-rw-r--r-- | libguile/simpos.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/simpos.c b/libguile/simpos.c index 8b6b744b6..b15d6987e 100644 --- a/libguile/simpos.c +++ b/libguile/simpos.c @@ -101,8 +101,7 @@ SCM_DEFINE (scm_getenv, "getenv", 1, 0, 0, (SCM nam), "Looks up the string @var{name} in the current environment. The return\n" "value is @code{#f} unless a string of the form @code{NAME=VALUE} is\n" - "found, in which case the string @code{VALUE} is\n" - "returned.") + "found, in which case the string @code{VALUE} is returned.") #define FUNC_NAME s_scm_getenv { char *val; |