svn commit: r223100 - stable/7/share/man/man4

Glen Barber gjb at FreeBSD.org
Tue Jun 14 22:37:10 UTC 2011


Author: gjb (doc committer)
Date: Tue Jun 14 22:37:09 2011
New Revision: 223100
URL: http://svn.freebsd.org/changeset/base/223100

Log:
  MFC 187066 by trhodes:
  
  Quote the "u" as it's the name of the union, this may prevent
  some confusion when reading the manual page.
  
  PR:		117798

Modified:
  stable/7/share/man/man4/sysmouse.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/sysmouse.4
==============================================================================
--- stable/7/share/man/man4/sysmouse.4	Tue Jun 14 21:37:25 2011	(r223099)
+++ stable/7/share/man/man4/sysmouse.4	Tue Jun 14 22:37:09 2011	(r223100)
@@ -385,7 +385,7 @@ They are intended to replace functions p
 .Dv MOUSE_ACTION
 alone.
 .Pp
-.It Dv u
+.It Dv Sq u
 This union is one of
 .Pp
 .Bl -tag -width data -compact


More information about the svn-src-all mailing list