Skip to content
Snippets Groups Projects
Unverified Commit caf90167 authored by Pierre Neidhardt's avatar Pierre Neidhardt
Browse files

doc: Fix typo in container example.

* doc/guix.texi (Invoking `guix environment'): Fix sll -> ssl typo.
parent 60131df0
No related branches found
No related tags found
No related merge requests found
...@@ -4798,7 +4798,7 @@ The @code{--container} option requires Linux-libre 3.19 or newer. ...@@ -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 Another typical use case for containers is to run security-sensitive
applications such as a web browser. To run Eolie, we must expose and 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 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 the @code{DISPLAY} environment variable since containerized graphical
applications won't display without it. applications won't display without it.
   
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment