summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-08-29 07:20:35 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-08-29 07:20:35 +0200
commit0d9f93dc2698ac0c874efe6a9366c5c14315230f (patch)
tree0b29da6ebb46811cfa3ea97869e09ab83f2b7cba
parentaee1c93c22a9d5dea08399abee8a973310bc9037 (diff)
feh(1): consistent declaration of enabled/disabled build flags and libraries
-rw-r--r--man/feh.pre4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre
index a90faba..e7e3e57 100644
--- a/man/feh.pre
+++ b/man/feh.pre
@@ -29,13 +29,13 @@ Compile-time switches in this build:
.Bl -bullet -compact
.
.It
-remote file support: libcurl $MAN_CURL$
+libcurl remote file support $MAN_CURL$
.
.It
Xinerama multi-monitor support $MAN_XINERAMA$
.
.It
-builtin EXIF reader $MAN_EXIF$
+libexif builtin EXIF reader $MAN_EXIF$
.
.It
inotify-based auto-reload of changed files $MAN_INOTIFY$