Fix typos in manual pages

bpf.4: accomodate -> accommodate
hier.7: compatability -> compatibility
namei.9: succesfull -> successful

Signed-off-by: Christos Longros <chris.longros@gmail.com>
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D55746
This commit is contained in:
Christos Longros
2026-03-09 14:33:32 -04:00
committed by Ed Maste
parent 6560ee97e8
commit 6ccfa67ac4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ The
can be used to limit the output to first
.Va count
entries, otherwise shall be 0.
On return, if the buffer length was enough to accomodate all desired entries,
On return, if the buffer length was enough to accommodate all desired entries,
then the supplied buffer is filled with NUL-terminated names of
available tapping points and
.Vt bi_count
+1 -1
View File
@@ -511,7 +511,7 @@ local library headers
.It Pa lib/
local libraries
.It Pa lib32/
local 32-bit compatability libraries
local 32-bit compatibility libraries
.It Pa libdata/
local utility data files
.It Pa libexec/
+1 -1
View File
@@ -443,7 +443,7 @@ The
.Vt struct namei
member
.Dv ni_resflags
returns the following flags giving some details of the succesfull operation:
returns the following flags giving some details of the successful operation:
.Bl -tag -width NIRES_EMPTYPATH
.It Dv NIRES_ABS
The path passed was absolute.