diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-06-17 18:48:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 18:48:09 +0200 |
commit | 9df1b5b04923340aca69ce3ed4565fceeb042c01 (patch) | |
tree | d01b3c5a8bfb7668c5abac4efbb4e70bbb203b6d /README.md | |
parent | a624883d92ea54886b739f1000e39ccf1afc5577 (diff) | |
parent | 4ef0c142d96d97e517455b5711782fa5706cc2ff (diff) |
Merge pull request #540 from tbvdm/strverscmp
Enable --version-sort on systems without strverscmp()
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ indicates that the corresponding feature is enabled by default. | help | 0 | include help text (refers to the manpage otherwise) | | inotify | 0 | enable inotify, needed for `--auto-reload` | | stat64 | 0 | Support CIFS shares from 64bit hosts on 32bit machines | -| verscmp | 1 | Support naturing sorting (`--version-sort`). Requires a GNU-compatible libc exposing `strverscmp` | +| verscmp | 1 | Whether your libc provides `strvercmp()`. If set to 0, feh will use an internal implementation. | | xinerama | 1 | Support Xinerama/XRandR multiscreen setups | For example, `make xinerama=0 debug=1` will disable Xinerama support and |