summaryrefslogtreecommitdiff
path: root/build/parsePrep.c
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2015-02-17 15:29:59 +0100
committerFlorian Festi <ffesti@redhat.com>2015-02-17 15:31:22 +0100
commitb151b5297b574253e122014a40955d53af12749c (patch)
tree26ba26142d15df616964fcbe0ad13b7340732075 /build/parsePrep.c
parentae251c379c9838b61ede538f7fcb98ef4f1ed79f (diff)
downloadrpm-b151b5297b574253e122014a40955d53af12749c.tar.gz
Fix doxygen warnings
Make shure parameter descriptions in doc strings match the functions
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r--build/parsePrep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c
index f0f74addd..12ef0c8d8 100644
--- a/build/parsePrep.c
+++ b/build/parsePrep.c
@@ -378,8 +378,8 @@ exit:
/**
* Parse %patch line.
* This supports too many crazy syntaxes:
- * - %patchN is equal to %patch -P<N>
- * - -P<N> -P<N+1>... can be used to apply several patch on a single line
+ * - %patchN is equal to %patch -P\<N\>
+ * - -P\<N\> -P\<N+1\>... can be used to apply several patch on a single line
* - Any trailing arguments are treated as patch numbers
* - Any combination of the above, except unless at least one -P is specified,
* %patch is treated as %patch -P0 so that "%patch 1" is actually