diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-07 10:37:11 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-07 10:37:11 +0200 |
commit | caf90167fb7e9fe4cefe7b2dd7609b04b128b11f (patch) | |
tree | 33f5031e217cc4fdf279f4b5b85ddc3af8d7d564 | |
parent | 60131df02b521235a311031f9410f530ded60f33 (diff) | |
download | patches-caf90167fb7e9fe4cefe7b2dd7609b04b128b11f.tar patches-caf90167fb7e9fe4cefe7b2dd7609b04b128b11f.tar.gz |
doc: Fix typo in container example.
* doc/guix.texi (Invoking `guix environment'): Fix sll -> ssl typo.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ffef097dba..5cadd596e4 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. |