guix-commits
[Top][All Lists]
Advanced

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

01/05: environment: Update docstring of 'launch-environment'.


From: guix-commits
Subject: 01/05: environment: Update docstring of 'launch-environment'.
Date: Thu, 20 Oct 2022 17:09:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c5d83bee93542427f7b680554bcf947d0ae6dae6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 19 11:47:30 2022 +0200

    environment: Update docstring of 'launch-environment'.
    
    This is a followup to 78d55b703d155d36520e1c93dc08a6502c56bd55.
    Reported by Maxim Cournoyer.
    
    * guix/scripts/environment.scm (launch-environment): Update docstring.
---
 guix/scripts/environment.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index c53912ed54..56f05d1cc3 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -448,11 +448,11 @@ and suitable for 'exit'."
 (define* (launch-environment command profile manifest
                              #:key pure? (white-list '())
                              emulate-fhs?)
-  "Run COMMAND in a new environment containing INPUTS, using the native search
-paths defined by the list PATHS.  When PURE?, pre-existing environment
-variables are cleared before setting the new ones, except those matching the
-regexps in WHITE-LIST.  When EMULATE-FHS?, first set up an FHS environment
-with $PATH and generate the LD cache."
+  "Load the environment of PROFILE, which corresponds to MANIFEST, and execute
+COMMAND.  When PURE?, pre-existing environment variables are cleared before
+setting the new ones, except those matching the regexps in WHITE-LIST.  When
+EMULATE-FHS?, first set up an FHS environment with $PATH and generate the LD
+cache."
   ;; Properly handle SIGINT, so pressing C-c in an interactive terminal
   ;; application works.
   (sigaction SIGINT SIG_DFL)



reply via email to

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