From d32487c3354bf50c5b0b1d29fa668451df7bfdd6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 22 Aug 2016 14:43:58 -0700 Subject: [PATCH] website: remove numeric suffixes, they haven't worked in real long time --- website/source/docs/configuration/syntax.html.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/source/docs/configuration/syntax.html.md b/website/source/docs/configuration/syntax.html.md index fc9be1faf..f65e1cbf6 100644 --- a/website/source/docs/configuration/syntax.html.md +++ b/website/source/docs/configuration/syntax.html.md @@ -64,12 +64,6 @@ Basic bullet point reference: * Numbers are assumed to be base 10. If you prefix a number with `0x`, it is treated as a hexadecimal number. - * Numbers can be suffixed with `kKmMgG` for some multiple of 10. - For example: `1k` is equal to `1000`. - - * Numbers can be suffixed with `[kKmMgG]b` for power of 2 multiples, - example: `1kb` is equal to `1024`. - * Boolean values: `true`, `false`. * Lists of primitive types can be made with square brackets (`[]`).