Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Minor grammar patrol.



details:   https://anonhg.NetBSD.org/src/rev/a961bf9bbf67
branches:  trunk
changeset: 759193:a961bf9bbf67
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Dec 01 11:23:39 2010 +0000

description:
Minor grammar patrol.

XXX: if this is going to mention the c89 TC's, it should really
XXX: mention the c99 TC's too.

diffstat:

 share/man/man7/c.7 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 216ce22c9c02 -r a961bf9bbf67 share/man/man7/c.7
--- a/share/man/man7/c.7        Wed Dec 01 11:19:18 2010 +0000
+++ b/share/man/man7/c.7        Wed Dec 01 11:23:39 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index