mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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 a2f53837f0)
This commit is contained in:
parent
3ee3a5a768
commit
fcfb9a7a03
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue