diff options
author | phantom <phantom@FreeBSD.org> | 2002-02-13 18:18:13 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-02-13 18:18:13 +0000 |
commit | c34beebab28585cc95b625d661cf798297547504 (patch) | |
tree | b48c4453fd4796d36e1eb3bb4c7d8896bbf15500 | |
parent | 5c80afff62112d5e2fe5d89af73fea67dd0e6960 (diff) | |
download | FreeBSD-src-c34beebab28585cc95b625d661cf798297547504.zip FreeBSD-src-c34beebab28585cc95b625d661cf798297547504.tar.gz |
Correct comment: mklocale(1) and NLS are absolutely independent
-rw-r--r-- | share/mk/bsd.own.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 0ad1bbc..02256e5 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -114,7 +114,7 @@ # # # NLSDIR Base path for National Language Support files -# installation (see mklocale(1)). [${SHAREDIR}/nls] +# installation. [${SHAREDIR}/nls] # # NLSOWN National Language Support files owner. [${SHAREOWN}] # |