aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-27 15:41:36 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-27 15:41:36 +0200
commitef1f1ca742082806afe0a430ea593ad93b573f8c (patch)
tree80e604efa1d8b1ce0a822026642529c165997716
parent6e0521eeede6bd06bc083073145413a04771aad3 (diff)
downloadguix-ef1f1ca742082806afe0a430ea593ad93b573f8c.tar
guix-ef1f1ca742082806afe0a430ea593ad93b573f8c.tar.gz
gnu: bubblewrap: Fix Texinfo markup in description.
Fixes a regression introduced in 7ecd1761a236a2256e420032d561aa6c372d95a8. * gnu/packages/virtualization.scm (bubblewrap): Fix typo.
-rw-r--r--gnu/packages/virtualization.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index bf3729ba93..dd4ef3094e 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+)))