svn commit: r268396 - stable/10/lib/libc/stdlib

Sergey Kandaurov pluknet at FreeBSD.org
Tue Jul 8 13:16:04 UTC 2014


Author: pluknet
Date: Tue Jul  8 13:16:03 2014
New Revision: 268396
URL: http://svnweb.freebsd.org/changeset/base/268396

Log:
  MFC r268393: [mdoc] Fix previous.

Modified:
  stable/10/lib/libc/stdlib/getopt.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/stdlib/getopt.3
==============================================================================
--- stable/10/lib/libc/stdlib/getopt.3	Tue Jul  8 13:01:36 2014	(r268395)
+++ stable/10/lib/libc/stdlib/getopt.3	Tue Jul  8 13:16:03 2014	(r268396)
@@ -74,7 +74,7 @@ word, or
 .Dv NULL
 if there were no more characters in the current word.
 This is a
-.It Tn GNU
+.Tn GNU
 extension.
 For example, an option string
 .Li \&"x"


More information about the svn-src-all mailing list