From 3607ad70db027e9c7f6011914a8e9058b31c7a35 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 8 Jan 2025 15:25:29 +0100 Subject: [PATCH] Downgrade headings of examples Make them fit in the overall structure. --- docs/manual/autosetup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/autosetup.md b/docs/manual/autosetup.md index 64b5db4495..86e1265eba 100644 --- a/docs/manual/autosetup.md +++ b/docs/manual/autosetup.md @@ -86,13 +86,13 @@ options are Some examples: -# Apply patches with number >= 100 +### Apply patches with number >= 100 `%autopatch -m 100` -# Apply patches with number <= 400 +### Apply patches with number <= 400 `%autopatch -M 400` -# Apply patches 80 to 99, inclusive +### Apply patches 80 to 99, inclusive `%autopatch -m 80 -M 99` -# Apply patches 1, 4 and 6 +### Apply patches 1, 4 and 6 `%autopatch 1 4 6` ## Automating patch (and source) declarations