Date: Mon, 09 Mar 2026 18:34:43 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Christos Longros <chris.longros@gmail.com> Subject: git: 6ccfa67ac422 - main - Fix typos in manual pages Message-ID: <69af12c3.1fb37.3fd5aa85@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=6ccfa67ac422a307c3e9624fb080d9616b0c6b05 commit 6ccfa67ac422a307c3e9624fb080d9616b0c6b05 Author: Christos Longros <chris.longros@gmail.com> AuthorDate: 2026-03-09 18:33:32 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2026-03-09 18:34:27 +0000 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 --- share/man/man4/bpf.4 | 2 +- share/man/man7/hier.7 | 2 +- share/man/man9/namei.9 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index dcf321c40782..107d531cb466 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -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 diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index c438511678d4..6abce682b627 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -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/ diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index a42043587432..d920f4e934aa 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af12c3.1fb37.3fd5aa85>
