Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/locale.c

    r55b1efd r4c8f5e7  
    7979};
    8080
    81 /**
    82  * Set program locale.
     81/** Set program locale.
    8382 *
    8483 * @param category What category to set.
     
    9695}
    9796
    98 /**
    99  * Return locale-specific information.
     97/** Return locale-specific information.
    10098 *
    10199 * @return Information about the current locale.
     
    107105}
    108106
    109 /**
    110  * Duplicate locale object.
     107/** Duplicate locale object.
    111108 *
    112109 * @param locobj Object to duplicate.
     
    128125}
    129126
    130 /**
    131  * Free locale object.
     127/** Free locale object.
    132128 *
    133129 * @param locobj Object to free.
     
    140136}
    141137
    142 /**
    143  * Create or modify a locale object.
     138/** Create or modify a locale object.
    144139 *
    145140 * @param category_mask Mask of categories to be set or modified.
     
    168163}
    169164
    170 /**
    171  * Set locale for the current thread.
     165/** Set locale for the current thread.
    172166 *
    173167 * @param newloc Locale to use.
Note: See TracChangeset for help on using the changeset viewer.