Date: Thu, 2 Mar 2017 06:22:05 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314544 - head/share/man/man4 Message-ID: <201703020622.v226M5Pe033807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Thu Mar 2 06:22:05 2017 New Revision: 314544 URL: https://svnweb.freebsd.org/changeset/base/314544 Log: Sort .Xr: ahci(4) comes before ahd(4) X-MFC with: r314110 Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man/man4/scsi.4 Modified: head/share/man/man4/scsi.4 ============================================================================== --- head/share/man/man4/scsi.4 Thu Mar 2 06:03:21 2017 (r314543) +++ head/share/man/man4/scsi.4 Thu Mar 2 06:22:05 2017 (r314544) @@ -256,8 +256,7 @@ There are currently seven debugging flag This flag enables general informational printfs for the device or devices in question. .It Dv CAM_DEBUG_TRACE -This flag enables function-level command flow tracing. -i.e.\& +This flag enables function-level command flow tracing i.e., kernel printfs will happen at the entrance and exit of various functions. .It Dv CAM_DEBUG_SUBTRACE This flag enables debugging output internal to various functions. @@ -316,8 +315,8 @@ for details. .Xr ada 4 , .Xr aha 4 , .Xr ahc 4 , -.Xr ahd 4 , .Xr ahci 4 , +.Xr ahd 4 , .Xr ata 4 , .Xr bt 4 , .Xr cd 4 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703020622.v226M5Pe033807>