diff options
author | sdk <sdk@cvs.openbsd.org> | 2021-10-08 13:52:29 +0000 |
---|---|---|
committer | sdk <sdk@cvs.openbsd.org> | 2021-10-08 13:52:29 +0000 |
commit | 30319faa0f512f0c92772a54728250c11eac9bda (patch) | |
tree | 303bdfba5d78d12ba8f414a706688bc83366a947 | |
parent | b0e1323aa08374866787cedbcab7c32b8ae79e64 (diff) |
Fix typo s/excepts/expects/
ok by solene@ and jmc@
diff sent by hagen@sdf.org, thanks
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files 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 |