From: phessler Date: Sun, 14 Apr 2024 17:24:15 +0000 (+0000) Subject: stop erroring if .orig exists X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=83ad6690bbd8969bda36f8870b65d12b255e5e80;p=openbsd stop erroring if .orig exists OK op@ rsadowski@ kn@ --- diff --git a/share/man/man1/update-plist.1 b/share/man/man1/update-plist.1 index 40e91efcaf4..21d8f9a76b0 100644 --- a/share/man/man1/update-plist.1 +++ b/share/man/man1/update-plist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: update-plist.1,v 1.9 2021/05/28 18:45:09 tb Exp $ +.\" $OpenBSD: update-plist.1,v 1.10 2024/04/14 17:24:15 phessler Exp $ .\" .\" Copyright (c) 2018 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 28 2021 $ +.Dd $Mdocdate: April 14 2024 $ .Dt UPDATE-PLIST 1 .Os .Sh NAME @@ -304,8 +304,8 @@ will first write files as .Pa .new , then it will display which files are new and which files have changed. If old packing-lists already exist, it will move old packing lists into -.Pa .orig -unless these already exist, then move the new files into position. +.Pa .orig , +then move the new files into position. .Sh SEE ALSO .Xr pkg_add 1 , .Xr pkg_create 1 ,