git: 15a8e7d51c15 - main - isp(4): Correct nomenclature for L_Port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Dec 2024 20:27:48 UTC
The branch main has been updated by otis:
URL: https://cgit.FreeBSD.org/src/commit/?id=15a8e7d51c156cba47742d7be1be52a327867955
commit 15a8e7d51c156cba47742d7be1be52a327867955
Author: Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-12-10 09:31:43 +0000
Commit: Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-12-10 20:27:18 +0000
isp(4): Correct nomenclature for L_Port
L_Port is "Arbitrated loop" port type, not "Loopback", correct
this in the manual page.
Reviewed by: mav
Approved by: mav
Differential Revision: https://reviews.freebsd.org/D48014
---
share/man/man4/isp.4 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4
index dc6a6dbd5d2b..17c83a2e46d9 100644
--- a/share/man/man4/isp.4
+++ b/share/man/man4/isp.4
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 24, 2024
+.Dd December 10, 2024
.Dt ISP 4
.Os
.Sh NAME
@@ -167,11 +167,11 @@ Supported values are:
.Pp
.Bl -tag -width ".Li lport-only" -compact
.It Li lport
-Prefer loopback and fallback to point to point.
+Prefer arbitrated loop and fallback to point to point.
.It Li nport
-Prefer point to point and fallback to loopback.
+Prefer point to point and fallback to arbitrated loop.
.It Li lport-only
-Loopback only.
+Arbitrated loop only.
.It Li nport-only
Point to point only.
.El