diff options
author | ache <ache@FreeBSD.org> | 1997-02-06 09:29:02 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-06 09:29:02 +0000 |
commit | a6b4cd1cf1f046074b2401e4b82f0c18a2d80eb8 (patch) | |
tree | f8dd6631028339cbaa3cc33aa96c8247195b8271 /lib | |
parent | 1fbffa765c7c52ab4eb89108096c207c562589d6 (diff) | |
download | FreeBSD-src-a6b4cd1cf1f046074b2401e4b82f0c18a2d80eb8.zip FreeBSD-src-a6b4cd1cf1f046074b2401e4b82f0c18a2d80eb8.tar.gz |
Comment out PATH_LOCALE reference
Should go into 2.2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/rune.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/setlocale.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/rune.3 b/lib/libc/locale/rune.3 index d36dd3a..cab767d 100644 --- a/lib/libc/locale/rune.3 +++ b/lib/libc/locale/rune.3 @@ -233,7 +233,7 @@ function returns the number of bytes needed to store as a multibyte string. .Sh FILES .Bl -tag -width /usr/share/locale/locale/LC_CTYPE -compact -.It Pa $PATH_LOCALE/ Ns Em locale Ns /LC_CTYPE +.\" .It Pa $PATH_LOCALE/ Ns Em locale Ns /LC_CTYPE .It Pa /usr/share/locale/ Ns Em locale Ns /LC_CTYPE binary LC_CTYPE file for the locale .Em locale . diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 18ee80b..695112d 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -271,7 +271,7 @@ or .Fn localeconv . .Sh FILES .Bl -tag -width /usr/share/locale/locale/category -compact -.It Pa $PATH_LOCALE/ Ns Em locale/category +.\" .It Pa $PATH_LOCALE/ Ns Em locale/category .It Pa /usr/share/locale/ Ns Em locale/category locale file for the locale .Em locale |