diff options
| author | Nikolas Nyby <nikolas@gnu.org> | 2026-08-11 00:49:54 -0400 |
|---|---|---|
| committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2026-08-11 17:35:37 +0200 |
| commit | 06f2ea711ffaf0e726517f430352412289b16100 (patch) | |
| tree | 4136d02da54b3548c256c14eeae101a2700fc246 | |
| parent | 6e72e11d0af684317cdb69b944db598f7f3a78de (diff) | |
HTTPS support is no longer experimental in dillo.
| -rw-r--r-- | doc/dillo.1.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/dillo.1.in b/doc/dillo.1.in index 411305f6..f53c4c20 100644 --- a/doc/dillo.1.in +++ b/doc/dillo.1.in @@ -1,4 +1,4 @@ -.TH dillo 1 "May 28, 2015" "" "USER COMMANDS" +.TH dillo 1 "August 11, 2026" "" "USER COMMANDS" .SH NAME dillo \- web browser .SH SYNOPSIS @@ -9,10 +9,9 @@ dillo \- web browser .SH DESCRIPTION .PP Dillo is a lightweight graphical web browser that aims to be secure. -It handles HTTP internally, and FILE, FTP, and -DATA URIs are handled through a plugin system (dpi). In addition, -.I EXPERIMENTAL -HTTPS support can be enabled. Both FTP and Dillo's download manager use the +It handles HTTP/HTTPS internally, and FILE, FTP, and +DATA URIs are handled through a plugin system (dpi). Both FTP and +Dillo's download manager use the .BR wget (1) downloader. .PP |
