From: Karl Berry Date: Thu, 27 Aug 2009 23:21:38 +0000 (-0700) Subject: -m(dup2): Texinfo typo X-Git-Tag: v0.1~5579 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ade4fb6ef4588f370c1bdbdb90665501140a608d;p=gnulib.git -m(dup2): Texinfo typo --- diff --git a/doc/posix-functions/dup2.texi b/doc/posix-functions/dup2.texi index a9b4c91fe..fd2cb0753 100644 --- a/doc/posix-functions/dup2.texi +++ b/doc/posix-functions/dup2.texi @@ -17,7 +17,7 @@ This function can hang when duplicating an fd to itself on some platforms: mingw. @item -This function returns 0 for @code(dup2 (1, 1)} on some platforms: +This function returns 0 for @code{dup2 (1, 1)} on some platforms: Cygwin 1.5.x. @item