diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-01-24 21:39:40 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-01-24 21:39:40 +0000 |
commit | 88df3117b32dab073605f0594dea0aa0591f495f (patch) | |
tree | a18f111e7bd3f1dbb1c8659d552c8340b447d280 /share | |
parent | 0774131e27d6764f90967f6e2571ca84e8e6590f (diff) | |
download | src-88df3117b32dab073605f0594dea0aa0591f495f.tar.gz src-88df3117b32dab073605f0594dea0aa0591f495f.zip |
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
Notes
Notes:
svn path=/head/; revision=328378
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index ab135e1bafd0..64fa40d0e6b6 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -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 |