Module Name: src
Committed By: dholland
Date: Wed Dec 1 11:23:40 UTC 2010
Modified Files:
src/share/man/man7: c.7
Log Message:
Minor grammar patrol.
XXX: if this is going to mention the c89 TC's, it should really
XXX: mention the c99 TC's too.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man7/c.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/c.7
diff -u src/share/man/man7/c.7:1.2 src/share/man/man7/c.7:1.3
--- src/share/man/man7/c.7:1.2 Tue Nov 30 20:59:59 2010
+++ src/share/man/man7/c.7 Wed Dec 1 11:23:39 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.2 2010/11/30 20:59:59 jruoho Exp $
+.\" $NetBSD: c.7,v 1.3 2010/12/01 11:23:39 dholland Exp $
.\"
.\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved.
.\"
@@ -112,7 +112,7 @@
standard, which contains the new features and fixes the known defects and
deficiencies of the language.
As a result, ISO/IEC 9899:1999 was born in 1999.
-Similarly to the other standards, this is referred after the
+Similarly to the other standards, this is referred to after the
publication year as C99.
The improvements include the following:
.Bl -bullet -offset indent
@@ -141,7 +141,7 @@
New and useful features have been showed up in the most famous
C compiler: GNU C.
Most of the UNIX-like operating systems use GNU C as a system compiler,
-but those addition in GNU C should not be considered as
+but the various extensions to GNU C should not be considered
standard features.
.Sh SEE ALSO
.Xr cc 1 ,