guix-commits
[Top][All Lists]
Advanced

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

02/03: doc: Fix formatting for 'computed-file'.


From: guix-commits
Subject: 02/03: doc: Fix formatting for 'computed-file'.
Date: Wed, 14 Dec 2022 18:51:38 -0500 (EST)

civodul pushed a commit to branch version-1.4.0
in repository guix.

commit 2cf16f2c31e5e124754ec8c400f22ad9fe4a506b
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Tue Nov 29 21:21:59 2022 +0000

    doc: Fix formatting for 'computed-file'.
    
    * doc/guix.texi (G-Expressions): Fix formatting for 'computed-file'.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/guix.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 84bfa390f7..2fc73b8f3e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11706,8 +11706,7 @@ This is the declarative counterpart of @code{text-file}.
 @end deffn
 
 @deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
-          [#:local-build? #t]
-          [#:options '()]
+  [#:local-build? #t] [#:options '()]
 Return an object representing the store item @var{name}, a file or
 directory computed by @var{gexp}.  When @var{local-build?} is true (the
 default), the derivation is built locally.  @var{options} is a list of



reply via email to

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