summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/setlocale.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warn against using any categories but LC_CTYPE in setlocale(3) andschwarze2019-01-131-3/+122
| | | | | | | list many (hopefully the most important) functions affected by the locale, such that the CAVEATS sections in individual manual pages can be kept shorter in the future; basic idea from millert@; feedback and OK jmc@; OK deraadt@.
* add SEE ALSOschwarze2018-04-041-1/+6
|
* Split the useless localeconv(3) function out of the importantschwarze2018-04-041-143/+5
| | | | | setlocale(3) manual page, such that the latter becomes easier to read. No text change.
* Rewrite, since Karl Williamson <public at khwilliamson dot com>schwarze2018-03-221-153/+142
| | | | | | | | | | | | | noticed that this was no good. * More relevant one line description. * Generally more precision, less handwaving. * Delete details regarding features we deliberate do not support. * Write a real RETURN VALUES section. * Delete pointless SEE ALSO section. * Add two useful EXAMPLES. * Do not talk about BUGS we don't have because we avoid the facilities. Using several suggestions from martijn@ and one from stsp@, OK jmc@ stsp@ martijn@ on earlier versions.
* Prefer Xr over Fn for interpage references and delete reference toguenther2015-09-211-10/+11
| | | | | | setrunelocale() which is not exported from libc ok jmc@ stsp@
* Mention LC_MESSAGES.zhuk2015-08-121-2/+7
| | | | Input & okay (pre-lock) from jmc@, sobrado@ and stsp@.
* Fix previous:schwarze2014-12-111-5/+6
| | | | | | As pointed out by stsp@, LC_CTYPE *does* affect the ctype.h functions. Use a wording similar to a suggestion by deraadt@. Feedback and OK jmc@, OK stsp@.
* LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@schwarze2014-12-091-3/+3
|
* international currency locale rules as per POSIX.1-2008pelikan2014-07-141-2/+32
| | | | | | required for libc++ ok guenther afresh1
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Stilistic improvement: use clean mdoc(7) .Qq enclosures rather thanschwarze2011-03-091-8/+8
| | | | | | | | | | | (correct, but ugly) low-level roff(7) quoting of quote characters. As a side effect, this avoids ugly formatting caused by a nasty mandoc(1) bug with roff(7) quoting in mdoc(7) documents. Of course, that bug will ultimately get fixed as well, but that can't be done quickly. Reported by Tim van der Molen <tbvdm at xs4all dot nl> ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - add SEE ALSO section w/ xref for mklocale(1): from xsa@jmc2005-08-121-4/+5
| | | | - whilst here, uncomment entries for other SEE ALSO pages
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+1
|
* more display/list fixes, and a little whitespace;jmc2004-04-161-2/+0
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-2/+2
|
* formatting nitsaaron1999-07-051-8/+11
|
* fix some old macros that didn't get converted from man to mdocaaron1999-06-291-1/+1
|
* "SEE ALSO" -> SEE ALSO, missed these files beforeaaron1999-05-281-1/+1
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-1/+1
| | | | is used instead; kwesterback@home.com
* s/NetBSD/OpenBSDkstailey1998-08-261-1/+1
|
* add man page from netbsdmickey1997-07-251-0/+315