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

Eitan Adler eadler at FreeBSD.org
Sun Jun 17 03:54:11 UTC 2012


Author: eadler
Date: Sun Jun 17 03:54:10 2012
New Revision: 237180
URL: http://svn.freebsd.org/changeset/base/237180

Log:
  Fix mdoc style nits
  
  PR:		kern/168910
  Submitted by:	gjb
  Approved by:	gjb
  MFC after:	3 days
  X-MFC-With:	r237178

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

Modified: head/share/man/man4/hptrr.4
==============================================================================
--- head/share/man/man4/hptrr.4	Sun Jun 17 03:08:33 2012	(r237179)
+++ head/share/man/man4/hptrr.4	Sun Jun 17 03:54:10 2012	(r237180)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 8, 2009
+.Dd June 6, 2012
 .Dt HPTRR 4
 .Os
 .Sh NAME
@@ -51,7 +51,10 @@ The following tunables are settable from
 .Bl -ohang
 .It Va hw.hptrr.attach_generic
 set to 1 to permit driver attach to chips with generic Marvell (non-HighPoint)
-PCI identification. These chips are also supported by ata(4) and mvs(4).
+PCI identification. These chips are also supported by
+.Xr ata 4
+and
+.Xr mvs 4 .
 Some vendors are using same chips, but without providing RAID BIOS.
 .El
 .Sh DESCRIPTION
@@ -112,8 +115,8 @@ This driver supersedes the older rr232x 
 .Xr ata 4 ,
 .Xr cam 4 ,
 .Xr hptmv 4 ,
-.Xr loader 8 ,
-.Xr mvs 4
+.Xr mvs 4 ,
+.Xr loader 8
 .Sh HISTORY
 The
 .Nm


More information about the svn-src-head mailing list