diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:05:02 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:05:02 +0800 |
commit | ce162db07f03495bd333696e66883c8f36abdc1e (patch) | |
tree | 5b616e77943d6a232d5942dfe78deb7afe17d5b2 /INSTALL | |
parent | lib: Silence -Wsign-conversion in getopt.c. (diff) | |
download | xz-ce162db07f03495bd333696e66883c8f36abdc1e.tar.xz |
Docs: Change quoting style from `...' to '...'.
These days the ` and ' do not look symmetric. This quoting style has
been changed in various apps over the years including the GNU tools.
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -468,14 +468,14 @@ XZ Utils Installation too. This is the default for 32-bit x86 Windows builds. Unless the compiler supports __attribute__((__constructor__)), - the `win95' threading is incompatible with + the 'win95' threading is incompatible with --enable-small. vista Use Windows Vista compatible threads. The resulting binaries won't run on Windows XP or older. This is the default for Windows excluding 32-bit x86 builds (that is, on - x86-64 the default is `vista'). + x86-64 the default is 'vista'). no Disable threading support. This is the same as using --disable-threads. @@ -494,7 +494,7 @@ XZ Utils Installation the options --files or --files0 weren't used. This is a common use case, for example, (de)compressing .tar.xz files via GNU tar. The sandbox is also used for - single-file `xz --test' or `xz --list'. + single-file 'xz --test' or 'xz --list'. Supported METHODs: |