summaryrefslogtreecommitdiff
path: root/doc/gnulib-tool.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-12-27 01:16:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-27 01:24:17 -0800
commit72fa964ff7b6a1e8359c83e34765af885fc60ebe (patch)
treebd9d8d9a9342ff7343ca91bffc93b4e18e1214f7 /doc/gnulib-tool.texi
parent200969d8ebed76c9b82837406a87cc767fafac1b (diff)
downloadgnulib-72fa964ff7b6a1e8359c83e34765af885fc60ebe.tar.gz
Hyphen and dash fixes.
Diffstat (limited to 'doc/gnulib-tool.texi')
-rw-r--r--doc/gnulib-tool.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi
index 8d0e6835ba..985a5835f4 100644
--- a/doc/gnulib-tool.texi
+++ b/doc/gnulib-tool.texi
@@ -577,8 +577,8 @@ When you use these options, the functions in Gnulib are built
in such a way that they will always use this domain regardless of the
default domain set by @code{textdomain}.
-In order to use this method, you must -- in each program that might use
-Gnulib code -- add an extra line to the part of the program that
+In order to use this method, you must---in each program that might use
+Gnulib code---add an extra line to the part of the program that
initializes locale-dependent behavior. Where you would normally write
something like:
@@ -780,7 +780,7 @@ where the system's @code{timegm} function is missing or buggy, a replacement
that is based on a function @code{mktime_internal}. The module
@code{mktime-internal} that provides this function provides it on all
platforms. So, by default, the file @file{mktime-internal.c} will be
-compiled on all platforms --- even on glibc and BSD systems which have a
+compiled on all platforms, even on glibc and BSD systems which have a
working @code{timegm} function. When the option
@samp{--conditional-dependencies} is given, on the other hand, and if
@code{mktime-internal} was not explicitly required on the command line,