Date: Tue, 20 Apr 2021 08:38:54 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ef0ba6bccef3 - main - c.7: Fix some typos Message-ID: <202104200838.13K8csEH059416@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ef0ba6bccef34f414f54760747b54ee9ec2f6786 commit ef0ba6bccef34f414f54760747b54ee9ec2f6786 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-20 08:33:34 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-20 08:33:34 +0000 c.7: Fix some typos Those misspellings were not picked up by igor because they are not present in its list of common spelling errors. Reported by: rpokala --- share/man/man7/c.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man7/c.7 b/share/man/man7/c.7 index c9f7fc3c93b3..f8943cd9ca29 100644 --- a/share/man/man7/c.7 +++ b/share/man/man7/c.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 18, 2021 +.Dd April 20, 2021 .Dt C 7 .Os .Sh NAME @@ -181,7 +181,7 @@ additional strftime conversion specifiers .El .Pp Later in 2011, the third edition of the standard, ISO/IEC 1989:2011, -commonly reffered to as C11 (formerly C1x), came out and replaced the +commonly referred to as C11 (formerly C1x), came out and replaced the second edition by ISO/IEC 9899:1999/COR1:2001, ISO/IEC 9899:1999/COR2:2004, and ISO/IEC 9899:1999/COR3:2007. The improvements include (but are not limited to) the following: @@ -213,7 +213,7 @@ It incorporates the Technical Corrigendum 1 (ISO/IEC 9899:2011/COR1:2012) which was published in 2012. It addressed defects and deficiencies in C11 without introducing new features, only corrections and clarifications. -Since there were no major changes in C17, the current standrad for +Since there were no major changes in C17, the current standard for Programming Language C, is still considered C11 \(em ISO/IEC 9899:2011, published 2011-12-08. .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104200838.13K8csEH059416>