From 80534d12f188f1592cff1c93cc68988226f697d0 Mon Sep 17 00:00:00 2001 From: sdk Date: Fri, 8 Oct 2021 13:52:28 +0000 Subject: [PATCH] Fix typo s/excepts/expects/ ok by solene@ and jmc@ diff sent by hagen@sdf.org, thanks --- share/man/man5/bsd.port.mk.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4f69d957654..1d6cc3d191a 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.545 2021/05/02 06:13:57 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.546 2021/10/08 13:52:28 sdk Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 2 2021 $ +.Dd $Mdocdate: October 8 2021 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3575,7 +3575,7 @@ Port uses .Ev DEBUG_PACKAGES so the .Xr build-debug-info 1 -script excepts debug information on all binaries and libraries. +script expects debug information on all binaries and libraries. Most probably, the build machinery for that specific port omitted -g somewhere, or it runs strips during fake anyway. It can also occur if -- 2.20.1