aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexander Ziaee <concussious@runbox.com>2024-08-11 06:01:40 +0000
committerWarner Losh <imp@FreeBSD.org>2024-09-21 11:25:16 +0000
commit83e93d53f67448a7546c32cd44cb145eceb6c8fb (patch)
tree279cd0f94fd46619c0213d6ed7cae3adc3a1ff38 /share
parent6fdb07d5b7e9293a6851a23b7ecb26636cf1ec1e (diff)
downloadsrc-83e93d53f67448a7546c32cd44cb145eceb6c8fb.tar.gz
src-83e93d53f67448a7546c32cd44cb145eceb6c8fb.zip
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
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile2
-rw-r--r--share/man/man4/hv_netvsc.42
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index ad4bc47acfea..d8d90f092083 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -713,6 +713,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.