git: 261cda20e11c - main - UPDATING: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Oct 2023 12:01:25 UTC
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/src/commit/?id=261cda20e11caa272517443aab7549b35667e31f commit 261cda20e11caa272517443aab7549b35667e31f Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2023-10-12 12:00:56 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> CommitDate: 2023-10-12 12:00:56 +0000 UPDATING: fix typo --- UPDATING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index 0064e53c7a53..b750b2b913b5 100644 --- a/UPDATING +++ b/UPDATING @@ -30,9 +30,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: 20231010: dialog(1) has been replaced in base by bsddialog(1), while most of the time replacing a dialog(1) call by a bsddialog(1) call works out of the - box, bsddialog(1) is not considered as a drop-in replacement dialog(1). + box, bsddialog(1) is not considered as a drop-in replacement for + dialog(1). - If you do depend on dialog(1) functionnality, please install cdialog + If you do depend on dialog(1) functionality, please install cdialog from ports: pkg install cdialog