X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Funix.lisp;h=368665e758d386d8046ec8cd7a4f457baa540ba5;hb=672b2f6cb751566526c7f3bb3de6b7d8424760e2;hp=f5f28ca6c54c86f2ae6b76beb493ad3cef16cb36;hpb=f866d5d986cc920a8823549df5045b8182e7d92d;p=sbcl.git diff --git a/src/code/unix.lisp b/src/code/unix.lisp index f5f28ca..368665e 100644 --- a/src/code/unix.lisp +++ b/src/code/unix.lisp @@ -113,9 +113,9 @@ SYSCALL-FORM. Repeat evaluation of SYSCALL-FORM if it is interrupted." #!-win32 (define-alien-routine ("getenv" posix-getenv) c-string - "Return the \"value\" part of the environment string \"name=value\" which + "Return the \"value\" part of the environment string \"name=value\" which corresponds to NAME, or NIL if there is none." - (name c-string)) + (name c-string)) ;;; from stdio.h