svn commit: r333680 - head/share/man/man9

Marko Zec zec at FreeBSD.org
Wed May 16 16:57:12 UTC 2018


Author: zec
Date: Wed May 16 16:57:11 2018
New Revision: 333680
URL: https://svnweb.freebsd.org/changeset/base/333680

Log:
  A belated note crediting the FreeBSD Foundation for sponsoring
  technical work circa ten years ago...
  
  MFC after:	3 days

Modified:
  head/share/man/man9/vnet.9

Modified: head/share/man/man9/vnet.9
==============================================================================
--- head/share/man/man9/vnet.9	Wed May 16 16:56:35 2018	(r333679)
+++ head/share/man/man9/vnet.9	Wed May 16 16:57:11 2018	(r333680)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 20, 2014
+.Dd May 16, 2018
 .Dt VNET 9
 .Os
 .Sh NAME
@@ -488,10 +488,24 @@ context of the caller.
 .Xr KASSERT 9 ,
 .Xr sysctl 9
 .\" .Xr SYSINIT 9
+.Pp
+Marko Zec, Implementing a Clonable Network Stack in the FreeBSD Kernel,
+USENIX ATC'03, June 2003, Boston
 .Sh HISTORY
 The virtual network stack implementation first appeared in
 .Fx 8.0 .
 .Sh AUTHORS
+.An -nosplit
+The
+.Nm
+framework has been designed and implemented at the University of Zagreb by
+.An Marko Zec ,
+and later extended and refined by
+.An Bjoern A. Zeeb
+and
+.An Robert Watson ,
+under contract to the FreeBSD Foundation.
+.Pp
 This manual page was written by
 .An Bjoern A. Zeeb, CK Software GmbH,
 under sponsorship from the FreeBSD Foundation.


More information about the svn-src-all mailing list