#493 suppress indentation warning
Merged 4 years ago by pbokoc. Opened 4 years ago by jibecfed.
fedora-docs/ jibecfed/release-notes f29  into  f29

@@ -6,4 +6,4 @@ 

  == Update Haskell packages to Stackage LTS 11

  

  * The Haskell package version have been updated from Stackage LTS 10 to LTS 11.

- For more information about updated packages, see link:++https://www.stackage.org/lts-11.22++[Stackage Server].

+   For more information about updated packages, see link:++https://www.stackage.org/lts-11.22++[Stackage Server].

@@ -46,7 +46,7 @@ 

  Specifically, the following changes are made to 32-bit packages to optimize them for use on current `x86_64` systems:

  

  * The default compiler flags are changed to `-march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign`.

- This enables SSE2 support with optimal backwards compatibility due to automatic stack realignment. (16-byte stack alignment was introduced with SSE2 support in the i386 ABI, but old binaries only provide 4-byte stack alignment.)

+   This enables SSE2 support with optimal backwards compatibility due to automatic stack realignment. (16-byte stack alignment was introduced with SSE2 support in the i386 ABI, but old binaries only provide 4-byte stack alignment.)

  

  * `x86` packages can use SSE2 optimizations unconditionally.

  

in the internationalization system of our docs, the tool po4a we use to convert asciidoc files into pot displays three lines of warning for each missing indentation.

most of the time it is cosmetic issues in adoc (like here), but sometimes it's po4a bugs that I want to see
this PR has no impact on your rendering, it is fully cosmetic

Pull-Request has been merged by pbokoc

4 years ago