git: 83dd527646bf - stable/12 - bspatch.1: fix missing argument
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Dec 2022 15:01:44 UTC
The branch stable/12 has been updated by karels:
URL: https://cgit.FreeBSD.org/src/commit/?id=83dd527646bfa10b906348dfe9a8e32ac20e150d
commit 83dd527646bfa10b906348dfe9a8e32ac20e150d
Author: Mike Karels <karels@FreeBSD.org>
AuthorDate: 2022-12-22 17:13:32 +0000
Commit: Mike Karels <karels@FreeBSD.org>
CommitDate: 2022-12-26 15:01:33 +0000
bspatch.1: fix missing argument
Fix typo
Reviewed by: gbe
Differential Revision: https://reviews.freebsd.org/D37727
(cherry picked from commit c7a063741720ef81d4caa4613242579d12f1d605)
---
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 edbfb198eaed..eb532fed7f03 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.