On Thu, 21 Sep 2006, Will Maier wrote:
> On Thu, Sep 21, 2006 at 12:45:08PM -0500, Sam Fourman Jr. wrote:
> > could someone point me to the man page that explains how to apply a
> > patch like this?
>
> patch(1)
>
> $ man 1 patch
> $ patch < /tmp/patch
>
> > I see all these patches comming though and I want to test them, I
> > just am a OpenBSD rookie :)
>
> Depending on how the patch was generated, you may need to specify a
> patchlevel using -P, too.
You probably mean -p (small letter). And 'patchlevel' is hardly the
right name for that flag. Check the man page for details.
-Otto