Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/net/lib/libtap libtap: Improve comment



details:   https://anonhg.NetBSD.org/src/rev/bc94fc7d0033
branches:  trunk
changeset: 939996:bc94fc7d0033
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Sep 29 18:31:31 2020 +0000

description:
libtap: Improve comment

diffstat:

 sys/rump/net/lib/libtap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b881c2f19ecd -r bc94fc7d0033 sys/rump/net/lib/libtap/Makefile
--- a/sys/rump/net/lib/libtap/Makefile  Tue Sep 29 18:16:24 2020 +0000
+++ b/sys/rump/net/lib/libtap/Makefile  Tue Sep 29 18:31:31 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 2016/01/26 23:12:19 pooka Exp $
+#      $NetBSD: Makefile,v 1.6 2020/09/29 18:31:31 roy Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../net
 
 LIB=   rumpnet_tap
-COMMENT=/dev/tap virtual Ethernet interface
+COMMENT=/dev/tap Ethernet tunnel software network interface
 
 IOCONF=        TAP.ioconf
 SRCS=  if_tap.c



Home | Main Index | Thread Index | Old Index