aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Kiyanovski <akiyano@amazon.com>2022-12-13 12:34:08 +0000
committerMarcin Wojtas <mw@FreeBSD.org>2023-01-31 12:46:50 +0000
commit235f2ddf9dff5e2377589814927df9bf5a50b4aa (patch)
tree905836eec40d269d17c167b38b5edc5f63f0aacc
parentb1f4275bfe866345091d8e62a744d01295141370 (diff)
ena: Switch driver owners from semihalf to amazon in man file
1. Update ena.4 manual file to include amazon owner emails. 2. State that the driver is developed by amazon but leave that it was originally written by Semihalf, similarly to other drivers in the /share/man/ directory of the FreeBSD source code. 3. Advance year in copyright notice to 2022. MFC after: 2 weeks Sponsored by: Amazon, Inc. (cherry picked from commit fb47286c38a5315bdd93389b0547b8ccccdc7327)
-rw-r--r--share/man/man4/ena.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ena.4 b/share/man/man4/ena.4
index 6b41a50cf41d..80d82a639a8c 100644
--- a/share/man/man4/ena.4
+++ b/share/man/man4/ena.4
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
-.\" Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates.
+.\" Copyright (c) 2015-2022 Amazon.com, Inc. or its affiliates.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -519,10 +519,10 @@ for more details.
.Sh SUPPORT
If an issue is identified with the released source code with a supported
adapter, please email the specific information related to the issue to
-.Aq Mt mk@semihalf.com ,
-.Aq Mt dgr@semihalf.com
+.Aq Mt akiyano@amazon.com ,
+.Aq Mt osamaabb@amazon.com
and
-.Aq Mt mw@semihalf.com .
+.Aq Mt darinzon@amazon.com .
.Sh SEE ALSO
.Xr netmap 4 ,
.Xr vlan 4 ,
@@ -535,5 +535,5 @@ driver first appeared in
.Sh AUTHORS
The
.Nm
-driver was written by
+driver was developed by Amazon and originally written by
.An Semihalf.