mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
Add efi.8 as a man page link to uefi.8
FreeBSD and industry has been inconsistent in the use of UEFI and EFI. They are essentially just different versions of the same specification and are often used interchangeably. Make it easier for users to find information by making efi(8) an alias for uefi(8). Reported by: imp, jhb
This commit is contained in:
parent
0774131e27
commit
88df3117b3
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ MLINKS= \
|
|||
.if ${MK_NIS} != "no"
|
||||
MAN+= yp.8
|
||||
|
||||
MLINKS+=yp.8 NIS.8 \
|
||||
MLINKS+=uefi.8 efi.8 \
|
||||
yp.8 NIS.8 \
|
||||
yp.8 nis.8 \
|
||||
yp.8 YP.8
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue