This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 185153 - Display man pages on other languages (non-English)
Summary: Display man pages on other languages (non-English)
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: igor_nikiforov
URL:
Keywords:
Depends on:
Blocks: 212375
  Show dependency tree
 
Reported: 2010-04-28 07:45 UTC by soldatov
Modified: 2012-05-14 14:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2010-04-28 07:45:29 UTC
Why I see man pages in English? In console "man acos" returns text in Russian. Can I fix it?

ACOS(3)            Linux Programmer’s Manual            ACOS(3)

NAME
       acos, acosf, acosl - arc cosine function

SYNOPSIS
       #include <math.h>

       double acos(double x);
       float acosf(float x);
       long double acosl(long double x);

       Link with -lm.

P.S.
tester@Tribeca-desktop:~$ ls /usr/share/man/ru/
man1  man2  man3  man4  man5  man6  man7  man8
tester@Tribeca-desktop:~$ ls /usr/share/man/ru/man3/
abs.3.gz     cos.3.gz      j1.3.gz       sqrt.3.gz         strncpy.3.gz
acos.3.gz    cosh.3.gz     jn.3.gz       strcasecmp.3.gz   strpbrk.3.gz
acosh.3.gz   erf.3.gz      labs.3.gz     strcat.3.gz       strrchr.3.gz
asin.3.gz    erfc.3.gz     ldexp.3.gz    strchr.3.gz       strsep.3.gz
asinh.3.gz   exp.3.gz      lgamma.3.gz   strcmp.3.gz       strspn.3.gz
atan2.3.gz   fabs.3.gz     llab.3.gz     strcoll.3.gz      strstr.3.gz
atan.3.gz    floor.3.gz    log10.3.gz    strcpy.3.gz       strtok.3.gz
atanh.3.gz   fmod.3.gz     log.3.gz      strcspn.3.gz      strtok_r.3.gz
atof.3.gz    free.3.gz     malloc.3.gz   strdup.3.gz       strxfrm.3.gz
atoi.3.gz    frexp.3.gz    modf.3.gz     strfry.3.gz       tan.3.gz
atol.3.gz    hypot.3.gz    pow.3.gz      string.3.gz       tanh.3.gz
atoll.3.gz   imaxabs.3.gz  realloc.3.gz  strlen.3.gz       y0.3.gz
atoq.3.gz    index.3.gz    rindex.3.gz   strncasecmp.3.gz  y1.3.gz
calloc.3.gz  intro.3.gz    sin.3.gz      strncat.3.gz      yn.3.gz
ceil.3.gz    j0.3.gz       sinh.3.gz     strncmp.3.gz
Comment 1 Vladimir Voskresensky 2010-04-28 07:49:06 UTC
I think this issue is dup of issue #183178
Comment 2 soldatov 2010-04-28 08:17:36 UTC
tester@Tribeca-desktop:~$ man -k acosh
acosh (3)            - вычисление обратного гипербо...
acosh (3posix)       - inverse hyperbolic cosine functions
acoshf (3)           - inverse hyperbolic cosine function
acoshf (3posix)      - inverse hyperbolic cosine functions
acoshl (3)           - inverse hyperbolic cosine function
acoshl (3posix)      - inverse hyperbolic cosine functions
cacosh (3)           - complex arc hyperbolic cosine
cacosh (3posix)      - complex arc hyperbolic cosine functions
cacoshf (3)          - complex arc hyperbolic cosine
cacoshf (3posix)     - complex arc hyperbolic cosine functions
cacoshl (3)          - complex arc hyperbolic cosine
cacoshl (3posix)     - complex arc hyperbolic cosine functions

"man 3 acosh" or "man -s3 acosh" commands in console returns text in Russian also
Comment 3 igor_nikiforov 2011-09-08 11:09:45 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/844333a22f17