diff options
author | Luis Menina <liberforce@freeside.fr> | 2017-10-24 11:59:18 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-24 22:59:56 +0300 |
commit | 3dcc562e6d7ab115aa5c813435bb1e5934d1d6ef (patch) | |
tree | ebaad7e02d604cb511c42b8874dbca66ac47f234 /docs/markdown | |
parent | cc4a9bcf35eafb56a48545b700b064c2231d48f2 (diff) | |
download | meson-3dcc562e6d7ab115aa5c813435bb1e5934d1d6ef.zip meson-3dcc562e6d7ab115aa5c813435bb1e5934d1d6ef.tar.gz meson-3dcc562e6d7ab115aa5c813435bb1e5934d1d6ef.tar.bz2 |
docs: Fix date being interpreted as an ordered list item
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Design-rationale.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Design-rationale.md b/docs/markdown/Design-rationale.md index f5b1278..7cf67a4 100644 --- a/docs/markdown/Design-rationale.md +++ b/docs/markdown/Design-rationale.md @@ -104,8 +104,8 @@ builder binaries does not count as native support. ### 5. Must not add complexity due to obsolete platforms -Work on this build system started during the Christmas holidays of -2012. This provides a natural hard cutoff line of 2012/12/24. Any +Work on this build system started during the Christmas holidays of 2012. +This provides a natural hard cutoff line of 2012/12/24. Any platform, tool or library that was not in active use at that time is explicitly not supported. These include Unixes such as IRIX, SunOS, OSF-1, Ubuntu versions older than 12/10, GCC versions older than 4.7 |