doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / lib-symbol-visibility.texi
index cbffaa8..8bf5c9d 100644 (file)
@@ -3,7 +3,7 @@
 
 @c Documentation of gnulib module 'lib-symbol-visibility'.
 
-@c Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc.
+@c Copyright (C) 2005-2006, 2009-2014 Free Software Foundation, Inc.
 
 @c Permission is granted to copy, distribute and/or modify this document
 @c under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -93,10 +93,10 @@ was already supported in GCC 3.4, but without the command line option,
 introduced in GCC 4.0, the third approach could not be used.)
 
 More explanations on this subject can be found in
-@url{http://gcc.gnu.org/wiki/Visibility} - which contains more details
-on the GCC features and additional advice for C++ libraries - and in
-Ulrich Drepper's paper @url{http://people.redhat.com/drepper/dsohowto.pdf}
-which also explains other tricks for reducing the startup time impact
+@url{http://gcc.gnu.org/wiki/Visibility}, which contains more details
+on the GCC features and additional advice for C++ libraries, and in
+Ulrich Drepper's paper @url{http://people.redhat.com/drepper/dsohowto.pdf},
+which also explains other tricks for reducing the startup time impact
 of shared libraries.
 
 The gnulib autoconf macro @code{gl_VISIBILITY} tests for GCC 4.0 or newer.