svn commit: r264394 - head/share/man/man4

Glen Barber gjb at FreeBSD.org
Sun Apr 13 02:03:15 UTC 2014


Author: gjb
Date: Sun Apr 13 02:03:14 2014
New Revision: 264394
URL: http://svnweb.freebsd.org/changeset/base/264394

Log:
  Clean trailing whitespace.
  Add missing .El to fix formatting.
  
  Found with:	mandoc(1)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man4/uftdi.4

Modified: head/share/man/man4/uftdi.4
==============================================================================
--- head/share/man/man4/uftdi.4	Sun Apr 13 01:47:15 2014	(r264393)
+++ head/share/man/man4/uftdi.4	Sun Apr 13 02:03:14 2014	(r264394)
@@ -136,7 +136,7 @@ the desired mode, then you
 .Xr read 2
 and
 .Xr write 2
-data which either reflects pin state or is interpreted 
+data which either reflects pin state or is interpreted
 as MPSSE commands and parameters, depending on the mode.
 .It Dv UFTDIIOC_GET_BITMODE Pq Vt "struct uftdi_bitmode"
 Return the state of the bitbang pins at the time of the call in the
@@ -149,7 +149,7 @@ member is unused.
 Set the character which is inserted into the buffer to mark
 the point of an error such as FIFO overflow.
 .It Dv UFTDIIOC_SET_EVENT_CHAR Pq Vt int
-Set the character which causes a partial FIFO full of data 
+Set the character which causes a partial FIFO full of data
 to be returned immediately even if the FIFO is not full.
 .It Dv UFTDIIOC_SET_LATENCY Pq Vt int
 Set the amount of time to wait for a full FIFO,
@@ -164,6 +164,7 @@ This is the
 .Va bcdDevice
 value from the
 .Va usb_device_descriptor .
+.El
 .Sh HARDWARE
 The
 .Nm


More information about the svn-src-all mailing list