$OpenBSD: patch-manlifter,v 1.2 2015/06/02 17:02:09 ajacoutot Exp $
--- manlifter.orig	Thu Apr  2 14:46:23 2015
+++ manlifter	Tue Jun  2 19:01:14 2015
@@ -70,7 +70,7 @@ def fetch_page(file, localcopy, patch):
     if os.path.exists(patch):
         here = os.getcwd()
         os.chdir(outdir)
-        patch = commands.getoutput("patch --version-control=never <%s" % (patch,))
+        patch = commands.getoutput("patch <%s" % (patch,))
         stem = os.path.basename(localcopy)
         os.system("rm -f %s.orig %s.rej" % (stem, stem))
         os.chdir(here)
