diff options
| author | Christos Longros <chris.longros@gmail.com> | 2026-02-19 19:37:47 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-20 17:20:31 +0000 |
| commit | 102fed041d7f9aec6b962e215f53347a7e5d1a20 (patch) | |
| tree | b3879d38548b6c7ce45d4f90d713c34a430732cc | |
| parent | 49fa0079cfc850917723e2163c51622eb5462429 (diff) | |
src.conf.5: Fix "incompatibility" typo
MFC after: 3 days
Reviewed by: ziaee
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Closes: https://github.com/freebsd/freebsd-src/pull/2035
| -rw-r--r-- | share/man/man5/src.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index a08636c24c2b..f478eb6029a7 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -2002,7 +2002,7 @@ Build the base system or kernel with stack variables initialized to zero on function entry. This value is converted to .Li none -for amd64 kernel builds due to incompatability with ifunc memset. +for amd64 kernel builds due to incompatibility with ifunc memset. .El .It Va LIBC_MALLOC Specify the |
