]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/iostream
re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)
[thirdparty/gcc.git] / libstdc++-v3 / include / std / iostream
index e14c4f366328da3443ce9ba4f41c12a19b31bb26..9212ea82846f3bc0fd5085a22aeb7abd9bafbe50 100644 (file)
@@ -1,6 +1,6 @@
 // Standard iostream objects -*- C++ -*-
 
-// Copyright (C) 1997, 1998, 1999, 2001, 2002, 2005, 2008, 2009
+// Copyright (C) 1997, 1998, 1999, 2001, 2002, 2005, 2008, 2009, 2010
 // Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
@@ -50,9 +50,10 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
    *  http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch24.html
    *  and the @link iosfwd I/O forward declarations @endlink
    *
-   *  They are required by default to cooperate with the global C library's
-   *  @c FILE streams, and to be available during program startup and
-   *  termination.  For more information, see the HOWTO linked to above.
+   *  They are required by default to cooperate with the global C
+   *  library's @c FILE streams, and to be available during program
+   *  startup and termination. For more information, see the HOWTO
+   *  linked to above.
   */
   //@{
   extern istream cin;          ///< Linked to standard input