Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 18:55:22 +0000 (UTC)
From:      Vincenzo Maffione <vmaffione@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r359609 - stable/12/usr.sbin/valectl
Message-ID:  <202004031855.033ItMlk082439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vmaffione
Date: Fri Apr  3 18:55:22 2020
New Revision: 359609
URL: https://svnweb.freebsd.org/changeset/base/359609

Log:
  MFC r359489
  
  valectl: fix typo in man page
  
  Submitted by:   Jose Luis Duran
  MFC after:      3 days

Modified:
  stable/12/usr.sbin/valectl/valectl.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/valectl/valectl.8
==============================================================================
--- stable/12/usr.sbin/valectl/valectl.8	Fri Apr  3 17:17:17 2020	(r359608)
+++ stable/12/usr.sbin/valectl/valectl.8	Fri Apr  3 18:55:22 2020	(r359609)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 26, 2019
+.Dd March 31, 2020
 .Dt VALECTL 8
 .Os
 .Sh NAME
@@ -95,7 +95,7 @@ Create a new persistent VALE port with name
 .Ar interface .
 The name must be different from any other network interface
 already present in the system.
-.It Fl d Ar interface
+.It Fl r Ar interface
 Destroy the persistent VALE port with name
 .Ar inteface .
 .It Fl l Ar valeSSS:PPP



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