diff options
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f988f4a8bd..f112000f3b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -21349,7 +21349,7 @@ from garbage collection for at least @var{ttl} seconds. @item @code{port} (default: @code{8081}) Port number used by the HTTP server. -@item --listen=@var{host} +@item @code{host} (default: @code{"localhost"}) Listen on the network interface for @var{host}. The default is to accept connections from localhost. @@ -26407,11 +26407,6 @@ gnu/packages/image.scm:312:2: openjpeg@@2.1.0: probably vulnerable to CVE-2016-1 @xref{Invoking guix lint}, for more information. -@quotation Note -As of version @value{VERSION}, the feature described below is considered -``beta''. -@end quotation - Guix follows a functional package management discipline (@pxref{Introduction}), which implies that, when a package is changed, @emph{every package that depends on it} |