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

Ngie Cooper ngie at FreeBSD.org
Thu Mar 2 06:02:18 UTC 2017


Author: ngie
Date: Thu Mar  2 06:02:17 2017
New Revision: 314542
URL: https://svnweb.freebsd.org/changeset/base/314542

Log:
  kern.cam.da.X.delete_method: add -width to .Bl macro call
  
  Now the section width is set appropriately per the BIO_DELETE
  parameter being described.
  
  Reported by:	make manlint
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

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

Modified: head/share/man/man4/da.4
==============================================================================
--- head/share/man/man4/da.4	Thu Mar  2 05:04:45 2017	(r314541)
+++ head/share/man/man4/da.4	Thu Mar  2 06:02:17 2017	(r314542)
@@ -156,7 +156,7 @@ Set to 1 to enable sorting, 0 to disable
 The default is sorting enabled for HDDs and disabled for SSDs.
 .It Va kern.cam.da. Ns Ar X Ns Va .delete_method
 This variable specifies method to handle BIO_DELETE requests:
-.Bl -tag
+.Bl -tag -width "ATA_TRIM"
 .It ATA_TRIM
 ATA TRIM via ATA COMMAND PASS THROUGH command,
 .It UNMAP


More information about the svn-src-all mailing list