From 135b3bc0fd5e283e01e1401370909e99bdaa88a1 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 27 Oct 2021 10:34:53 +0200 Subject: Fix markdown list in Bultin-options.md [skip ci] The broken list was introduce by commit f72ee8e7 which fix too long lines. --- docs/markdown/Builtin-options.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 41f8b84..aa2ed70 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -26,9 +26,10 @@ They can also be edited after setup using `meson configure Installation options are all relative to the prefix, except: * When the prefix is `/usr`: `sysconfdir` defaults to `/etc`, -* `localstatedir` defaults to `/var`, and `sharedstatedir` defaults to -* `/var/lib` When the prefix is `/usr/local`: `localstatedir` defaults -* to `/var/local`, and `sharedstatedir` defaults to `/var/local/lib` + `localstatedir` defaults to `/var`, and `sharedstatedir` defaults to + `/var/lib` +* When the prefix is `/usr/local`: `localstatedir` defaults + to `/var/local`, and `sharedstatedir` defaults to `/var/local/lib` ### Directories -- cgit v1.1