svn commit: r237965 - stable/8/share/man/man4

Christian Brueffer brueffer at FreeBSD.org
Mon Jul 2 06:58:11 UTC 2012


Author: brueffer
Date: Mon Jul  2 06:58:10 2012
New Revision: 237965
URL: http://svn.freebsd.org/changeset/base/237965

Log:
  MFC: r233648 (by eadler), r237836
  
  Remove trailing whitespace per mdoc lint warning
  
  mps(4) is endian safe as of r237877.

Modified:
  stable/8/share/man/man4/mps.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/mps.4
==============================================================================
--- stable/8/share/man/man4/mps.4	Mon Jul  2 06:52:25 2012	(r237964)
+++ stable/8/share/man/man4/mps.4	Mon Jul  2 06:58:10 2012	(r237965)
@@ -1,7 +1,7 @@
-.\" 
+.\"
 .\" Copyright (c) 2010 Spectra Logic Corporation
 .\" All rights reserved.
-.\" 
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -13,7 +13,7 @@
 .\"    ("Disclaimer") and any redistribution must be conditioned upon
 .\"    including a substantially similar Disclaimer requirement for further
 .\"    binary redistribution.
-.\" 
+.\"
 .\" NO WARRANTY
 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -26,7 +26,7 @@
 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGES.
-.\" 
+.\"
 .\" mps driver man page.
 .\"
 .\" Author: Ken Merry <ken at FreeBSD.org>
@@ -34,7 +34,7 @@
 .\" $Id: //depot/SpectraBSD/head/share/man/man4/mps.4#6 $
 .\" $FreeBSD$
 .\"
-.Dd February 7, 2012
+.Dd June 30, 2012
 .Dt MPS 4
 .Os
 .Sh NAME
@@ -117,7 +117,7 @@ dev.mps.X.disable_msix=1
 .Ed
 .Pp
 To set the maximum number of DMA chains allocated for all adapters,
-set the following variable in 
+set the following variable in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
 hw.mps.max_chains=NNNN
@@ -205,9 +205,6 @@ This man page was written by
 This driver has a couple of known shortcomings:
 .Bl -bullet -compact
 .It
-Not endian safe.
-It only works on little endian machines (e.g. amd64 and i386).
-.It 
 No userland utility available (e.g.
 .Xr mptutil 8 ) .
 .It


More information about the svn-src-stable-8 mailing list