Skip to content

Commit

Permalink
Downgrade headings of examples
Browse files Browse the repository at this point in the history
Make them fit in the overall structure.
  • Loading branch information
ffesti committed Jan 13, 2025
1 parent b3e0c41 commit 437b032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/manual/autosetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 437b032

Please sign in to comment.