git: d032508ef0aa - stable/14 - hv_netvsc.4: mlink to hn(4)/if_hn(4) + tag spdx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Oct 2024 22:11:28 UTC
The branch stable/14 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=d032508ef0aacdfd02c765182e6aa012509c54fd
commit d032508ef0aacdfd02c765182e6aa012509c54fd
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-08-11 06:01:40 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-10-11 22:10:22 +0000
hv_netvsc.4: mlink to hn(4)/if_hn(4) + tag spdx
dmesg for this device says:
> hn0: <Hyper-V Network Interface> on vmbus0
Add links so that `man hn` and `man if_hn` work.
MFC after: 3 days
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1377
(cherry picked from commit 83e93d53f67448a7546c32cd44cb145eceb6c8fb)
---
share/man/man4/Makefile | 2 ++
share/man/man4/hv_netvsc.4 | 2 ++
2 files changed, 4 insertions(+)
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index efe0625cc620..5f3d4b221465 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -687,6 +687,8 @@ MLINKS+=gpioths.4 dht11.4
MLINKS+=gpioths.4 dht22.4
MLINKS+=gre.4 if_gre.4
MLINKS+=hpet.4 acpi_hpet.4
+MLINKS+=hv_netvsc.4 hn.4 \
+ hv_netvsc.4 if_hn.4
MLINKS+=${_hptrr.4} ${_rr232x.4}
MLINKS+=${_attimer.4} ${_i8254.4}
MLINKS+=ip.4 rawip.4
diff --git a/share/man/man4/hv_netvsc.4 b/share/man/man4/hv_netvsc.4
index 226fa016f695..e5c7004713c5 100644
--- a/share/man/man4/hv_netvsc.4
+++ b/share/man/man4/hv_netvsc.4
@@ -1,3 +1,5 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2012 Microsoft Corp.
.\" All rights reserved.