Nobody really "needs" backports.lzma

Walk these sentences back
This commit is contained in:
Aaron Gyes 2016-08-19 10:22:05 -07:00 committed by GitHub
parent b93ac10dda
commit 8f0ea07eab

View file

@ -68,7 +68,7 @@ Usage output for builtin functions is generated on-demand from the installed man
Some optional features of fish, such as the manual page completion parser and the web configuration tool, require Python.
In order to generate completions from man pages compressed with either lzma or xz, you may need to install an extra Python package. Python versions prior to 2.6 are not supported. For Python versions 2.6 to 3.2 you need to install the module `backports.lzma`. How to install it depends on your system and how you installed Python. Most Linux distributions should include it as a package named `backports-lzma` (or similar). From version 3.3 onwards, Python already includes the required module.
In order to generate completions from man pages compressed with either lzma or xz, you may need to install an extra Python package. Python versions prior to 2.6 are not supported. To process lzma-compresed manpages, backports.lzma is needed for Python 3.2 or older. From version 3.3 onwards, Python already includes the required module.
## Packages for Linux