guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bubblewrap: Fix Texinfo markup in description.


From: guix-commits
Subject: 01/01: gnu: bubblewrap: Fix Texinfo markup in description.
Date: Sat, 27 Apr 2019 09:42:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ef1f1ca742082806afe0a430ea593ad93b573f8c
Author: Ludovic Courtès <address@hidden>
Date:   Sat Apr 27 15:41:36 2019 +0200

    gnu: bubblewrap: Fix Texinfo markup in description.
    
    Fixes a regression introduced in
    7ecd1761a236a2256e420032d561aa6c372d95a8.
    
    * gnu/packages/virtualization.scm (bubblewrap): Fix typo.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index bf3729b..dd4ef30 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1092,7 +1092,7 @@ virtual machines.")
 restricting their access to parts of the operating system or user data such as
 the home directory.  Bubblewrap always creates a new mount namespace, and the
 user can specify exactly what parts of the file system should be made visible
-in the sandbox.  These directories are mounted with the @code{nodev) option
+in the sandbox.  These directories are mounted with the @code{nodev} option
 by default and can be made read-only.")
     (license license:lgpl2.0+)))
 



reply via email to

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