Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / gettext-tools / libgettextpo / fwriteerror.c
index c2eab1b..bb881a5 100644 (file)
@@ -1,5 +1,5 @@
 /* Detect write error on a stream.
-   Copyright (C) 2003-2006, 2008-2010 Free Software Foundation, Inc.
+   Copyright (C) 2003-2006, 2008-2013 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software: you can redistribute it and/or modify
@@ -42,7 +42,7 @@ do_fwriteerror (FILE *fp, bool ignore_ebadf)
      or if fclose failed, with two exceptions:
        - Ignore an fclose failure if there was no previous error, no data
          remains to be flushed, and fclose failed with EBADF.  That can
-         happen when a program like cp is invoked like this `cp a b >&-'
+         happen when a program like cp is invoked like this 'cp a b >&-'
          (i.e., with standard output closed) and doesn't generate any
          output (hence no previous error and nothing to be flushed).
        - Ignore an fclose failure due to EPIPE.  That can happen when a