guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix typo in container example.


From: guix-commits
Subject: branch master updated: doc: Fix typo in container example.
Date: Thu, 07 May 2020 04:37:51 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new caf9016  doc: Fix typo in container example.
caf9016 is described below

commit caf90167fb7e9fe4cefe7b2dd7609b04b128b11f
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu May 7 10:37:11 2020 +0200

    doc: Fix typo in container example.
    
    * doc/guix.texi (Invoking `guix environment'): Fix sll -> ssl typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index ffef097..5cadd59 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4798,7 +4798,7 @@ The @code{--container} option requires Linux-libre 3.19 
or newer.
 Another typical use case for containers is to run security-sensitive
 applications such as a web browser.  To run Eolie, we must expose and
 share some files and directories; we include @code{nss-certs} and expose
-@file{/etc/sll/certs/} for HTTPS authentication; finally we preserve the
+@file{/etc/ssl/certs/} for HTTPS authentication; finally we preserve the
 the @code{DISPLAY} environment variable since containerized graphical
 applications won't display without it.
 



reply via email to

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