-m(dup2): Texinfo typo
authorKarl Berry <karl@freefriends.org>
Thu, 27 Aug 2009 23:21:38 +0000 (16:21 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 27 Aug 2009 23:21:38 +0000 (16:21 -0700)
doc/posix-functions/dup2.texi

index a9b4c91..fd2cb07 100644 (file)
@@ -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