Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2024 15:56:38 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fcfb9a7a0333 - stable/14 - valectl(8): explicitly mention network switches
Message-ID:  <202411041556.4A4Fuc0d072107@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=fcfb9a7a033388d077c29e80db5fa3f6a9cf13f8

commit fcfb9a7a033388d077c29e80db5fa3f6a9cf13f8
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2024-08-06 16:44:00 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-11-04 15:56:24 +0000

    valectl(8): explicitly mention network switches
    
    Use the term "network switch" instead of the ambiguous term "switch".
    
    Signed-off-by:  Tom Hukins <tom@FreeBSD.org>
    Reviewed by:    imp, mhorne
    MFC after:      3 days
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1369
    
    (cherry picked from commit a2f53837f0a8934cfcf7ba3c1fdfc93f217d3703)
---
 usr.sbin/valectl/valectl.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/valectl/valectl.8 b/usr.sbin/valectl/valectl.8
index deb660bb0e4a..805d785f52cf 100644
--- a/usr.sbin/valectl/valectl.8
+++ b/usr.sbin/valectl/valectl.8
@@ -22,12 +22,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 2, 2021
+.Dd August 30, 2024
 .Dt VALECTL 8
 .Os
 .Sh NAME
 .Nm valectl
-.Nd manage VALE switches provided by netmap
+.Nd manage VALE network switches provided by netmap
 .Sh SYNOPSIS
 .Bk -words
 .Bl -tag -width "valectl"
@@ -50,7 +50,7 @@
 .Nm
 manages and inspects
 .Xr vale 4
-switches, for instance attaching and detaching interfaces, creating
+network switches, for instance attaching and detaching interfaces, creating
 and deleting persistent VALE ports, or listing the existing switches
 and their ports.
 In the following,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411041556.4A4Fuc0d072107>