Date: Thu, 18 Jan 2024 22:43:50 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0827fecb4ae5 - stable/13 - cltadm.8: Correct documentation of -r arg to port command Message-ID: <202401182243.40IMho9X025302@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=0827fecb4ae56a6ad6fa054ef87e5a512011f426 commit 0827fecb4ae56a6ad6fa054ef87e5a512011f426 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-12-27 18:10:05 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2024-01-18 22:41:13 +0000 cltadm.8: Correct documentation of -r arg to port command -r does not take a target port argument Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D42932 (cherry picked from commit f12d378f4f3f3b06597d6f11eaf320d26d8318b2) --- usr.sbin/ctladm/ctladm.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8 index 66d0271403fb..ba2712cb278c 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 March 9, 2021 +.Dd December 27, 2023 .Dt CTLADM 8 .Os .Sh NAME @@ -167,7 +167,7 @@ .Op Fl W Ar wwnn .Op Fl O Ar pp|vp .Op Fl p Ar targ_port -.Op Fl r Ar targ_port +.Op Fl r .Op Fl t Ar fe_type .Nm .Ic portlist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401182243.40IMho9X025302>