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

Marius Strobl marius at FreeBSD.org
Mon Jun 18 19:11:07 UTC 2012


Author: marius
Date: Mon Jun 18 19:11:07 2012
New Revision: 237234
URL: http://svn.freebsd.org/changeset/base/237234

Log:
  Avoid hard sentence break.
  
  MFC after:	3 days

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

Modified: head/share/man/man4/ahci.4
==============================================================================
--- head/share/man/man4/ahci.4	Mon Jun 18 18:25:57 2012	(r237233)
+++ head/share/man/man4/ahci.4	Mon Jun 18 19:11:07 2012	(r237234)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 6, 2011
+.Dd June 18, 2012
 .Dt AHCI 4
 .Os
 .Sh NAME
@@ -101,7 +101,8 @@ setting to nonzero value limits maximum 
 Values 1, 2 and 3 are respectively 1.5, 3 and 6Gbps.
 .It Va hw.ahci.force
 setting to nonzero value forces driver attach to some known AHCI-capable
-chips even if they are configured for legacy IDE emulation. Default is 1.
+chips even if they are configured for legacy IDE emulation.
+Default is 1.
 .El
 .Sh DESCRIPTION
 This driver provides the


More information about the svn-src-all mailing list