Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 13:41:34 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        Ed Maste <emaste@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r328378 - head/share/man/man8
Message-ID:  <201801242141.w0OLfYMd097126@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201801242139.w0OLdeU5078725@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
[ Charset UTF-8 unsupported, converting... ]
> Author: emaste
> Date: Wed Jan 24 21:39:40 2018
> New Revision: 328378
> URL: https://svnweb.freebsd.org/changeset/base/328378
> 
> Log:
>   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
> 
> Modified:
>   head/share/man/man8/Makefile
> 
> Modified: head/share/man/man8/Makefile
> ==============================================================================
> --- head/share/man/man8/Makefile	Wed Jan 24 21:33:18 2018	(r328377)
> +++ head/share/man/man8/Makefile	Wed Jan 24 21:39:40 2018	(r328378)
> @@ -29,7 +29,8 @@ MLINKS= \
>  .if ${MK_NIS} != "no"
>  MAN+=	yp.8
>  
> -MLINKS+=yp.8 NIS.8 \

Uh oh, you yp and NIS are very different that uefi and efi....


> +MLINKS+=uefi.8 efi.8 \
> +	yp.8 NIS.8 \
>  	yp.8 nis.8 \
>  	yp.8 YP.8
>  .endif

-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801242141.w0OLfYMd097126>