diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-12 04:59:02 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-12 04:59:02 +0000 |
commit | 2eba69585290f4a548187da22fad0d7489893525 (patch) | |
tree | 54a00366e0c0093c1c457541f616eee01927b8eb | |
parent | 5d4af37df13f8d24f01a7a0629ee2de68502204a (diff) | |
download | FreeBSD-src-2eba69585290f4a548187da22fad0d7489893525.zip FreeBSD-src-2eba69585290f4a548187da22fad0d7489893525.tar.gz |
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.
-rw-r--r-- | share/man/man4/da.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/da.4 b/share/man/man4/da.4 index 464994a..eb1c09a 100644 --- a/share/man/man4/da.4 +++ b/share/man/man4/da.4 @@ -156,7 +156,7 @@ Set to 1 to enable sorting, 0 to disable, -1 to leave it as-is. 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 |