diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 13:47:26 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 13:47:26 +0000 |
commit | e2ae89e27f5d379ba934545f89ea2b81ea7c8ca6 (patch) | |
tree | 2bbba3edf027c4302ae52f4b3cd5e8588afdb1c6 /share | |
parent | 7b8bbe877c8cc702427b96b4c8f430ef0e4240e3 (diff) |
avoid fatal errors at all costs
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 7dec507d999..91708df3d40 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.599 2023/09/05 13:15:31 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.600 2023/09/05 13:47:25 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1855,6 +1855,9 @@ for instance to flag erroneous combinations of and .Ev BROKEN for other common issues). +.Pp +Note that setting fatal errors defeats all introspection mechanisms and breaks +.Pa sqlports . .It Ev EXTRACT_CASES In the normal extraction stage (when .Ev EXTRACT_ONLY |