Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade headings of examples
Browse files Browse the repository at this point in the history
Make them fit in the overall structure.
ffesti committed Jan 8, 2025
1 parent 6d9d438 commit 3607ad7
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
@@ -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

0 comments on commit 3607ad7

Please sign in to comment.