Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2026 08:07:45 +0000
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f69eab727edb - main - me.4: note that it is a point-to-point interface
Message-ID:  <69a7e851.25881.56a3d263@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eugen:

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

commit f69eab727edbab1385e5ffc8b3f6cb5a233f62c0
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2026-03-04 08:06:05 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2026-03-04 08:06:05 +0000

    me.4: note that it is a point-to-point interface
    
    Add explicit note that me(4) works as a point-to-point pseudo device.
    
    MFC after:      1 week
---
 share/man/man4/me.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/me.4 b/share/man/man4/me.4
index f10891c2fa8f..9c8795b58e4b 100644
--- a/share/man/man4/me.4
+++ b/share/man/man4/me.4
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 7, 2014
+.Dd March 4, 2026
 .Dt ME 4
 .Os
 .Sh NAME
@@ -45,7 +45,7 @@ if_me_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
-network interface pseudo device encapsulates datagrams
+network interface is a point-to-point pseudo device encapsulating datagrams
 into IP.
 These encapsulated datagrams are routed to a destination host,
 where they are decapsulated and further routed to their final destination.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a7e851.25881.56a3d263>