The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=239fd18c6ce457d854f8c0739734820d439f1350
commit 239fd18c6ce457d854f8c0739734820d439f1350 Author: John Baldwin <[email protected]> AuthorDate: 2025-02-20 15:39:50 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2026-01-29 15:14:41 +0000 ctladm: portlist -i lists target and initiator names rather than addresses Sponsored by: Chelsio Communications (cherry picked from commit 8206fcc5ef82a0e0518ed5e3a011ef38893b3eb6) --- 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 c8c013852246..b25e81f6aec9 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 @@ -703,7 +703,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 d20456ceae45..8943df5ab803 100644 --- a/usr.sbin/ctladm/ctladm.c +++ b/usr.sbin/ctladm/ctladm.c @@ -3958,7 +3958,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"
