Date: Sun, 12 Mar 2017 04:59:02 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r315130 - stable/11/share/man/man4 Message-ID: <201703120459.v2C4x2AA055169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Mar 12 04:59:02 2017 New Revision: 315130 URL: https://svnweb.freebsd.org/changeset/base/315130 Log: MFC r314542: 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. Modified: stable/11/share/man/man4/da.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man4/da.4 ============================================================================== --- stable/11/share/man/man4/da.4 Sun Mar 12 04:58:57 2017 (r315129) +++ stable/11/share/man/man4/da.4 Sun Mar 12 04:59:02 2017 (r315130) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703120459.v2C4x2AA055169>