guix-commits
[Top][All Lists]
Advanced

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

26/66: doc: Replace reference to profile.sh with sh-symlink


From: Manolis Fragkiskos Ragkousis
Subject: 26/66: doc: Replace reference to profile.sh with sh-symlink
Date: Thu, 21 May 2015 12:51:56 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit a9291e36f2fd82181bfe1de43f941c566be7cce5
Author: Christopher Allan Webber <address@hidden>
Date:   Fri May 1 08:54:33 2015 -0500

    doc: Replace reference to profile.sh with sh-symlink
    
    * doc/guix.texi (The Store Monad): Replace reference to "profile.sh",
      which is not defined until the next node, with "sh-symlink", which
      is defined immediately above
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/guix.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 3328cba..d7868ba 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2354,12 +2354,12 @@ parameter is now implicit, and the monadic value 
returned by
 @code{derivation->output-path}---is @dfn{bound} using @code{mlet}
 instead of plain @code{let}.
 
-Calling the monadic @code{profile.sh} has no effect.  To get the desired
+Calling the monadic @code{sh-symlink} has no effect.  To get the desired
 effect, one must use @code{run-with-store}:
 
 @example
-(run-with-store (open-connection) (profile.sh))
address@hidden /gnu/store/...-profile.sh
+(run-with-store (open-connection) (sh-symlink))
address@hidden /gnu/store/...-sh-symlink
 @end example
 
 Note that the @code{(guix monad-repl)} module extends Guile's REPL with



reply via email to

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