From c7a063741720ef81d4caa4613242579d12f1d605 Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Thu, 22 Dec 2022 11:13:32 -0600 Subject: [PATCH] bspatch.1: fix missing argument Fix typo MFC after: 3 days Reviewed by: gbe Differential Revision: https://reviews.freebsd.org/D37727 --- usr.bin/bsdiff/bspatch/bspatch.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/bsdiff/bspatch/bspatch.1 b/usr.bin/bsdiff/bspatch/bspatch.1 index edbfb198eae..eb532fed7f0 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.1 +++ b/usr.bin/bsdiff/bspatch/bspatch.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 18, 2003 +.Dd December 22, 2022 .Dt BSPATCH 1 .Os .Sh NAME @@ -83,4 +83,5 @@ Users may also wish to verify after running that .Ar newfile matches the target file from which -.Ar was built. +.Ar patchfile +was built.