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>

next in thread | raw e-mail | index | archive | help
----Next_Part(Wed_Jan_15_03:06:28_2003_628)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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>

----Next_Part(Wed_Jan_15_03:06:28_2003_628)--
Content-Type: Text/Plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; filename="stdio_stdin.diff"

Index: src/UPDATING
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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 UPDATI=
NG
--- 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=3Dyes =

Index: src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/release/doc/de_DE.ISO8859-1/relnotes/common/ne=
w.sgml,v
retrieving revision 1.1.2.18
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1.2.18 new.sgm=
l
--- src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml	11 Jan 200=
3 18:23:18 -0000	1.1.2.18
+++ src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml	14 Jan 200=
3 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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/relnotes/common/ne=
w.sgml,v
retrieving revision 1.22.2.318
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.22.2.318 new.s=
gml
--- src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml	11 Jan 200=
3 16:01:16 -0000	1.22.2.318
+++ src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml	14 Jan 200=
3 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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/release/doc/fr_FR.ISO8859-1/relnotes/common/ne=
w.sgml,v
retrieving revision 1.1.2.23
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1.2.23 new.sgm=
l
--- src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml	11 Dec 200=
2 17:38:51 -0000	1.1.2.23
+++ src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml	14 Jan 200=
3 17:51:42 -0000
@@ -256,7 +256,7 @@
     <!-- Above this line, order userland changes by manpage/variable n=
ame-->
 =

     <para>La d=E9finition des flux syst=E8mes standards
-      (<varname>stdio</varname>, <varname>stdout</varname>, et
+      (<varname>stdin</varname>, <varname>stdout</varname>, et
       <varname>stderr</varname>) a chang=E9, ils ne sont donc plus des=

       constantes lors de la compilation. Certains anciens binaires
       n=E9cessitent une mise =E0 jour des librairies de compatibilit=E9=
 3.X

----Next_Part(Wed_Jan_15_03:06:28_2003_628)----

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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