diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-16 20:29:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-16 20:29:02 +0100 |
commit | 334499e2d3f7f62cc19a8b97028d556d7d1441b3 (patch) | |
tree | 6d13f68733c375216daea4354f0a39a8bbd05a72 /man/feh.pre | |
parent | b4635cd8e85606dcb02432d76e1f6dd734ef4d48 (diff) |
Remove builtin HTTP client
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man/feh.pre b/man/feh.pre index 95c5cc4..e3609a0 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -116,10 +116,6 @@ Zoom pictures to screen size in fullscreen .It Cm -x , --borderless Create borderless windows. . -.It Cm -Q , --builtin -Use builtin HTTP client to grab remote files instead of -.Xr wget 1 . -. .It Cm -P , --cache-thumbnails Enable (experimental) thumbnail caching in .Pa ~/.thumbnails . @@ -993,10 +989,11 @@ binary .Pq usually distributed in Qo libjpeg-progs Qc or similar for lossless rotation. .Pp -To view images from URLs such as http://, you need to have -.Cm wget -available or use the builtin HTTP client -.Pq see Cm --builtin . +To view images from URLs such as http://, you need +.Nm +compiled with libcurl support (enabled by default). See the +.Sx VERSION +section. . . .Sh BUGS |