Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 03:06:28 +0900 (JST)
From:      Hiroki Sato <hrs@eos.ocn.ne.jp>
To:        bmah@FreeBSD.org, ue@FreeBSD.org, gioria@FreeBSD.org
Cc:        doc@FreeBSD.ORG
Subject:   typo in src/UPDATING and RELENG_4 relnotes
Message-ID:  <20030115.030628.102515993.hrs@eos.ocn.ne.jp>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hi,

 I noticed there is a typo (s/stdio/stdin/) in
 src/UPDATING 1.73.2.76, and relnotes (en, de, fr) for RELENG_4 based on it.

 Could I commit the attached patch?

-- 
| Hiroki SATO  <hrs@eos.ocn.ne.jp>

[-- Attachment #2 --]
Index: src/UPDATING
===================================================================
RCS file: /home/ncvs/src/UPDATING,v
retrieving revision 1.73.2.76
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.73.2.76 UPDATING
--- src/UPDATING	20 Nov 2002 16:56:45 -0000	1.73.2.76
+++ src/UPDATING	14 Jan 2003 17:51:10 -0000
@@ -9,7 +9,7 @@
 -current prior to 4.0 Release.
 
 20021110:
-	The definitions of the standard file streams (stdio, stdout, and
+	The definitions of the standard file streams (stdin, stdout, and
 	stderr) have changed so that they are no longer compile-time 
 	constants.  Some older binaries may require updated 3.X 
 	compatability libraries (for example, by setting COMPAT3X=yes 
Index: src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml
===================================================================
RCS file: /home/ncvs/src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml,v
retrieving revision 1.1.2.18
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1.2.18 new.sgml
--- src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml	11 Jan 2003 18:23:18 -0000	1.1.2.18
+++ src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml	14 Jan 2003 17:51:56 -0000
@@ -270,7 +270,7 @@
 
 <!-- Above this line, order userland changes by manpage/variable name-->
 
-    <para>Die Definitionen von <varname>stdio</varname>,
+    <para>Die Definitionen von <varname>stdin</varname>,
       <varname>stdout</varname> und <varname>stderr</varname> wurden
       ge&auml;ndert, um die bisher f&uuml;r die Compilierung
       notwendigen Konstanten &uuml;berfl&uuml;ssig zu machen.  Einige
Index: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
===================================================================
RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v
retrieving revision 1.22.2.318
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.22.2.318 new.sgml
--- src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml	11 Jan 2003 16:01:16 -0000	1.22.2.318
+++ src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml	14 Jan 2003 17:51:28 -0000
@@ -240,7 +240,7 @@
 <!-- Above this line, order userland changes by manpage/variable name-->
 
     <para>The definitions of the standard file streams
-      (<varname>stdio</varname>, <varname>stdout</varname>, and
+      (<varname>stdin</varname>, <varname>stdout</varname>, and
       <varname>stderr</varname>) have changed so that they are no
       longer compile-time constants.  Some older binaries may require
       updated 3.X compatability libraries (for example, by setting
Index: src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml
===================================================================
RCS file: /home/ncvs/src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml,v
retrieving revision 1.1.2.23
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1.2.23 new.sgml
--- src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml	11 Dec 2002 17:38:51 -0000	1.1.2.23
+++ src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml	14 Jan 2003 17:51:42 -0000
@@ -256,7 +256,7 @@
     <!-- Above this line, order userland changes by manpage/variable name-->
 
     <para>La définition des flux systèmes standards
-      (<varname>stdio</varname>, <varname>stdout</varname>, et
+      (<varname>stdin</varname>, <varname>stdout</varname>, et
       <varname>stderr</varname>) a changé, ils ne sont donc plus des
       constantes lors de la compilation. Certains anciens binaires
       nécessitent une mise à jour des librairies de compatibilité 3.X
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030115.030628.102515993.hrs>