diff options
author | 2015-11-05 23:38:07 +0000 | |
---|---|---|
committer | 2015-11-05 23:38:07 +0000 | |
commit | 9eb35f143cc942372a2224d8bc18d6f3c8516cad (patch) | |
tree | 367deee677df18c85e99bf7c56960e3f9548c5ad /share/man/man7 | |
parent | Same bug as last commit, but in the other copy of the loop in this file... (diff) | |
download | wireguard-openbsd-9eb35f143cc942372a2224d8bc18d6f3c8516cad.tar.xz wireguard-openbsd-9eb35f143cc942372a2224d8bc18d6f3c8516cad.zip |
After removing National Language Support (NLS) from base, stop
creating the directory /usr/share/nls. Having a non-existing default
path in catopen(3) does not make sense, so remove it. If the user
does not specify a NLS path, better fail early than fail because
of an empty directory. Remove path form hier(7).
OK stsp@ schwarze@ jmc@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/hier.7 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index fbda027d427..f2631df23fe 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.144 2015/08/24 11:16:41 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.145 2015/11/05 23:38:07 bluhm Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: August 24 2015 $ +.Dd $Mdocdate: November 5 2015 $ .Dt HIER 7 .Os .Sh NAME @@ -421,8 +421,6 @@ Additional i386 console fonts. .It mk/ Templates for .Xr make 1 . -.It nls/ -National Language Support (NLS) catalogs. .It snmp/ Data files for .Xr snmpd 8 . |