Lines Matching refs:p1

45 in the patch file when applying it (the -p1 argument to `patch' does this).
49 patch -p1 < ../patch-x.y.z
52 patch -R -p1 < ../patch-x.y.z
61 patch -p1 < path/to/patch-x.y.z
69 patch -p1 -i path/to/patch-x.y.z
74 zcat path/to/patch-x.y.z.gz | patch -p1
75 bzcat path/to/patch-x.y.z.bz2 | patch -p1
136 find a file to be patched. Most likely you forgot to specify -p1 or you are
138 applied with -p0 instead of -p1 (reading the patch file should reveal if
198 interdiff -z ../patch-2.6.12.2.bz2 ../patch-2.6.12.3.gz | patch -p1
257 $ patch -p1 < ../patch-2.6.12 # apply the 2.6.12 patch
263 $ patch -p1 -R < ../patch-2.6.11.1 # revert the 2.6.11.1 patch
265 $ patch -p1 < ../patch-2.6.12 # apply new 2.6.12 patch
298 $ patch -p1 -R < ../patch-2.6.12.2 # revert the 2.6.12.2 patch
299 $ patch -p1 < ../patch-2.6.12.3 # apply the new 2.6.12.3 patch
331 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
337 $ patch -p1 -R < ../patch-2.6.13-rc3 # revert the 2.6.13-rc3 patch
338 $ patch -p1 < ../patch-2.6.13-rc5 # apply the new 2.6.13-rc5 patch
344 $ patch -p1 -R < ../patch-2.6.12.3 # revert the 2.6.12.3 patch
345 $ patch -p1 < ../patch-2.6.13-rc5 # apply new 2.6.13-rc5 patch
369 $ patch -p1 < ../patch-2.6.12-git1 # apply the 2.6.12-git1 patch
375 $ patch -p1 -R < ../patch-2.6.12-git1 # revert the 2.6.12-git1 patch
377 $ patch -p1 < ../patch-2.6.13-rc2 # apply the 2.6.13-rc2 patch
379 $ patch -p1 < ../patch-2.6.13-rc2-git3 # apply the 2.6.13-rc2-git3 patch
432 $ patch -p1 < ../2.6.12-mm1 # apply the 2.6.12-mm1 patch
438 $ patch -p1 -R < ../2.6.12-mm1 # revert the 2.6.12-mm1 patch
440 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
442 $ patch -p1 < ../2.6.13-rc3-mm3 # apply the 2.6.13-rc3-mm3 patch