diff options
author | 2015-10-26 10:43:42 +0000 | |
---|---|---|
committer | 2015-10-26 10:43:42 +0000 | |
commit | b7b7932c1ddcd7ad2e78afedeb5724f089e85cab (patch) | |
tree | d8d6cfc66a8ee5d07ee585f083278bba086379fa /share/man/man5 | |
parent | remove libutil from dpadd too (diff) | |
download | wireguard-openbsd-b7b7932c1ddcd7ad2e78afedeb5724f089e85cab.tar.xz wireguard-openbsd-b7b7932c1ddcd7ad2e78afedeb5724f089e85cab.zip |
Nothing in base uses native language support anymore. Remove NLS
support from the makefiles.
OK naddy@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mk.conf.5 | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 7c7ce23f054..71544832225 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.29 2015/10/02 07:29:55 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.30 2015/10/26 10:43:42 bluhm Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 2 2015 $ +.Dd $Mdocdate: October 26 2015 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -144,18 +144,6 @@ Manual mode. .It Ev MANOWN Manual owner. .Bq root -.It Ev NLSDIR -Base path for National Language Support files installation. -.Bq Pa /usr/share/nls -.It Ev NLSGRP -National Language Support files group. -.Bq bin -.It Ev NLSMODE -National Language Support files mode. -.Bq Ev ${NONBINMODE} -.It Ev NLSOWN -National Language Support files owner. -.Bq root .It Ev NONBINMODE Mode for non-executable files. .Bq 444 |