git: 8206fcc5ef82 - main - ctladm: portlist -i lists target and initiator names rather than addresses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 15:40:44 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=8206fcc5ef82a0e0518ed5e3a011ef38893b3eb6
commit 8206fcc5ef82a0e0518ed5e3a011ef38893b3eb6
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-02-20 15:39:50 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-02-20 15:39:50 +0000
ctladm: portlist -i lists target and initiator names rather than addresses
Sponsored by: Chelsio Communications
---
usr.sbin/ctladm/ctladm.8 | 4 ++--
usr.sbin/ctladm/ctladm.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8
index 3da9713accac..64b507404359 100644
--- a/usr.sbin/ctladm/ctladm.8
+++ b/usr.sbin/ctladm/ctladm.8
@@ -35,7 +35,7 @@
.\"
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
.\"
-.Dd June 6, 2024
+.Dd February 20, 2025
.Dt CTLADM 8
.Os
.Sh NAME
@@ -710,7 +710,7 @@ List CTL frontend ports.
.It Fl f Ar frontend
Specify the frontend type.
.It Fl i
-Report target and connected initiators addresses.
+Report target and connected initiator names.
.It Fl l
Report LUN mapping.
.It Fl p Ar targ_port
diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c
index 593d3259125f..d93334a6722d 100644
--- a/usr.sbin/ctladm/ctladm.c
+++ b/usr.sbin/ctladm/ctladm.c
@@ -4289,7 +4289,7 @@ usage(int error)
"-r : remove frontend port\n"
"portlist options:\n"
"-f frontend : specify frontend type\n"
-"-i : report target and initiators addresses\n"
+"-i : report target and connected initiator names\n"
"-l : report LUN mapping\n"
"-p targ_port : specify target port number\n"
"-q : omit header in list output\n"