Date: Wed, 19 Nov 2025 10:17:30 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3319c8d1e4de - stable/14 - gone_in.9: Fix a typo in the manual page Message-ID: <691d993a.3ad5b.670b0627@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3319c8d1e4decbec638e3437d7b347b5c93026bf commit 3319c8d1e4decbec638e3437d7b347b5c93026bf Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-26 15:44:30 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 10:17:18 +0000 gone_in.9: Fix a typo in the manual page - s/Initializaiton/Initialization/ (cherry picked from commit 576e735efb85cae5213621981ed33ced8878a352) --- share/man/man9/gone_in.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/gone_in.9 b/share/man/man9/gone_in.9 index 7521adfda204..ebdc1ab19bfa 100644 --- a/share/man/man9/gone_in.9 +++ b/share/man/man9/gone_in.9 @@ -1,6 +1,6 @@ .\" Copyright (c) 2021 The FreeBSD Foundation .\" -.\" This document was written by Ed Maste under sponsorhip from +.\" This document was written by Ed Maste under sponsorship from .\" The FreeBSD Foundation. .\" .\" Redistribution and use in source and binary forms, with or without @@ -72,7 +72,7 @@ Obsolete code will be removed soon: void sample_init(void) { - /* Initializaiton code omitted. */ + /* Initialization code omitted. */ gone_in(14, "Giant-locked filesystem"); }help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691d993a.3ad5b.670b0627>
