]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
10 years agolocaledef.1: Align with recent charmap(5) / repertoiremap(5) changes
Marko Myllynen [Wed, 4 Jun 2014 05:58:53 +0000 (08:58 +0300)] 
localedef.1: Align with recent charmap(5) / repertoiremap(5) changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharmap.5: Update to match current glibc
Marko Myllynen [Wed, 4 Jun 2014 05:53:18 +0000 (08:53 +0300)] 
charmap.5: Update to match current glibc

charmap(5) was outdated, bring it to closer to reality by fixing
syntax descriptions to match current glibc code and practices,
adding missing options, removing obsolete comments and references,
and removing now incorrect examples.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agorepertoiremap.5: New page for repertoiremap(5)
Marko Myllynen [Wed, 4 Jun 2014 05:51:58 +0000 (08:51 +0300)] 
repertoiremap.5: New page for repertoiremap(5)

Rather obsolete feature but localedef(1) refers to repertoiremaps.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: Minor tweaks
Michael Kerrisk [Thu, 5 Jun 2014 12:25:56 +0000 (14:25 +0200)] 
charsets.7: Minor tweaks

And restore a piece about Biblical Hebrew that was
inadvertently deleted by Marko Myllynen's patch.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: Update to reflect past developments
Marko Myllynen [Thu, 5 Jun 2014 09:00:14 +0000 (12:00 +0300)] 
charsets.7: Update to reflect past developments

Rewrite the introduction to make Unicode's prominence more obvious.
Reformulate parts of the text to reflect current Unicode world.
Minor clarification for ASCII/ISO sections, some other minor fixes.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomq_send.3: ATTRIBUTES: Note functions that are thread-safe
Peng Haitao [Tue, 3 Jun 2014 09:12:08 +0000 (17:12 +0800)] 
mq_send.3: ATTRIBUTES: Note functions that are thread-safe

The functions mq_send() and mq_timedsend() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomq_receive.3: ATTRIBUTES: Note functions that are thread-safe
Peng Haitao [Tue, 3 Jun 2014 07:33:12 +0000 (15:33 +0800)] 
mq_receive.3: ATTRIBUTES: Note functions that are thread-safe

The functions mq_receive() and mq_timedreceive() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomq_open.3: ATTRIBUTES: Note function that is thread-safe
Peng Haitao [Tue, 3 Jun 2014 05:24:51 +0000 (13:24 +0800)] 
mq_open.3: ATTRIBUTES: Note function that is thread-safe

The function mq_open() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoposix_openpt.3: ATTRIBUTES: Note function that is thread-safe
Peng Haitao [Tue, 3 Jun 2014 03:22:21 +0000 (11:22 +0800)] 
posix_openpt.3: ATTRIBUTES: Note function that is thread-safe

The function posix_openpt() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoposix_fallocate.3: ATTRIBUTES: Note function that is thread-safe
Peng Haitao [Tue, 3 Jun 2014 02:03:09 +0000 (10:03 +0800)] 
posix_fallocate.3: ATTRIBUTES: Note function that is thread-safe

The function posix_fallocate() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Clarify AM/PM settings a bit
Marko Myllynen [Wed, 4 Jun 2014 06:01:42 +0000 (09:01 +0300)] 
locale.5: Clarify AM/PM settings a bit

localedef(1) complains if really undefined, should be empty instead.
Also: add some SEE ALSO references.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.1: Add FILES section, add charmap(5) reference
Marko Myllynen [Mon, 2 Jun 2014 13:38:20 +0000 (16:38 +0300)] 
locale.1: Add FILES section, add charmap(5) reference

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: Add some SEE ALSO references
Marko Myllynen [Wed, 4 Jun 2014 06:02:34 +0000 (09:02 +0300)] 
locale.7: Add some SEE ALSO references

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomalloc_get_state.3: SYNOPSIS: use correct header
Rasmus Villemoes [Wed, 4 Jun 2014 14:38:37 +0000 (16:38 +0200)] 
malloc_get_state.3: SYNOPSIS: use correct header

The nonstandard functions malloc_set_state() and
malloc_get_state() are provided by <malloc.h> not <stdlib.h>.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosendmmsg.2: Add reference to feature_test_macros(7)
Rasmus Villemoes [Wed, 4 Jun 2014 16:33:28 +0000 (18:33 +0200)] 
sendmmsg.2: Add reference to feature_test_macros(7)

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agorecvmmsg.2: Add reference to feature_test_macros(7)
Rasmus Villemoes [Wed, 4 Jun 2014 16:33:27 +0000 (18:33 +0200)] 
recvmmsg.2: Add reference to feature_test_macros(7)

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen_by_handle_at.2: Add reference to feature_test_macros(7)
Rasmus Villemoes [Wed, 4 Jun 2014 16:33:26 +0000 (18:33 +0200)] 
open_by_handle_at.2: Add reference to feature_test_macros(7)

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agogetdate.3: Use blank definition of _GNU_SOURCE
Rasmus Villemoes [Wed, 4 Jun 2014 16:33:25 +0000 (18:33 +0200)] 
getdate.3: Use blank definition of _GNU_SOURCE

Only the definedness of _GNU_SOURCE matters, so eliminate a possible
source of confusion by not using a specific replacement text in the
example program.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoproc.5: srcfix: Remove obsolete FIXMEs
Michael Kerrisk [Sat, 31 May 2014 04:34:58 +0000 (06:34 +0200)] 
proc.5: srcfix: Remove obsolete FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges.old: Fix to 3.41 changelog
Michael Kerrisk [Fri, 30 May 2014 06:40:38 +0000 (08:40 +0200)] 
Changes.old: Fix to 3.41 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agobootparam.7: Minor tweaks to Petr Gajdos's patch
Michael Kerrisk [Thu, 29 May 2014 06:17:06 +0000 (08:17 +0200)] 
bootparam.7: Minor tweaks to Petr Gajdos's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agobootparam.7: Describe 'rootflags' and 'rootdelay' kernel parameters
Petr Gajdos [Thu, 29 May 2014 06:00:22 +0000 (08:00 +0200)] 
bootparam.7: Describe 'rootflags' and 'rootdelay' kernel parameters

Patch based on text from Documentation/kernel-parameters.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoman-pages.7: Note that .TH 'date' field is nowadays automatically updated by scripts
Michael Kerrisk [Wed, 28 May 2014 13:57:39 +0000 (15:57 +0200)] 
man-pages.7: Note that .TH 'date' field is nowadays automatically updated by scripts

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosignal.7: Clarify text describing EINTR semantics for socket interfaces
Michael Kerrisk [Tue, 27 May 2014 16:32:16 +0000 (18:32 +0200)] 
signal.7: Clarify text describing EINTR semantics for socket interfaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosignal.7: srcfix: Add FIXMEs
Michael Kerrisk [Tue, 27 May 2014 16:22:05 +0000 (18:22 +0200)] 
signal.7: srcfix: Add FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosignal.7: Describe EINTR semantics for recvmmsg(2)
Michael Kerrisk [Tue, 27 May 2014 16:20:32 +0000 (18:20 +0200)] 
signal.7: Describe EINTR semantics for recvmmsg(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Minor NOTES clarification
Marko Myllynen [Wed, 28 May 2014 15:15:24 +0000 (18:15 +0300)] 
locale.5: Minor NOTES clarification

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoexecve.2: RLIMIT_NPROC is checked only if preceded by set*uid()
Michael Kerrisk [Tue, 27 May 2014 04:51:02 +0000 (06:51 +0200)] 
execve.2: RLIMIT_NPROC is checked only if preceded by set*uid()

Reported-by: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoexecve.2: Before kernel 2.6.0, RLIMIT_NPROC had no effect for set*uid()
Michael Kerrisk [Thu, 22 May 2014 13:24:55 +0000 (15:24 +0200)] 
execve.2: Before kernel 2.6.0, RLIMIT_NPROC had no effect for set*uid()

Reported-by: NeilBrown <neilb@suse.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoexecve.2: Document EAGAIN error
Michael Kerrisk [Wed, 14 May 2014 14:05:34 +0000 (16:05 +0200)] 
execve.2: Document EAGAIN error

See also https://bugzilla.kernel.org/show_bug.cgi?id=42704

Reviewed-by: Vasiliy Kulikov <segoon@openwall.com>
Reviewed-by: NeilBrown <neilb@suse.de>
Reported-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetreuid.2: Error checking should always be performed, even when caller is UID 0
Michael Kerrisk [Wed, 14 May 2014 12:17:55 +0000 (14:17 +0200)] 
setreuid.2: Error checking should always be performed, even when caller is UID 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetresuid.2: Error checking should always be performed, even when caller is UID 0
Michael Kerrisk [Wed, 14 May 2014 12:17:36 +0000 (14:17 +0200)] 
setresuid.2: Error checking should always be performed, even when caller is UID 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoseteuid.2: Error checking should always be performed, even when caller is UID 0
Michael Kerrisk [Wed, 14 May 2014 12:17:05 +0000 (14:17 +0200)] 
seteuid.2: Error checking should always be performed, even when caller is UID 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetuid.2: Error checking should always be performed, even when caller is UID 0
Michael Kerrisk [Wed, 14 May 2014 12:15:56 +0000 (14:15 +0200)] 
setuid.2: Error checking should always be performed, even when caller is UID 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetuid.2: Since Linux 3.1, the EAGAIN case for RLIMIT_NPROC no longer occurs
Michael Kerrisk [Wed, 14 May 2014 12:04:09 +0000 (14:04 +0200)] 
setuid.2: Since Linux 3.1, the EAGAIN case for RLIMIT_NPROC no longer occurs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetreuid.2: Since Linux 3.1, the EAGAIN case for RLIMIT_NPROC no longer occurs
Michael Kerrisk [Wed, 14 May 2014 12:04:05 +0000 (14:04 +0200)] 
setreuid.2: Since Linux 3.1, the EAGAIN case for RLIMIT_NPROC no longer occurs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetresuid.2: Since Linux 3.1, the EAGAIN case for RLIMIT_NPROC no longer occurs
Michael Kerrisk [Wed, 14 May 2014 12:03:19 +0000 (14:03 +0200)] 
setresuid.2: Since Linux 3.1, the EAGAIN case for RLIMIT_NPROC no longer occurs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetuid.2: Document EAGAIN error that can occur after kernel alloc_uid() failure
Michael Kerrisk [Wed, 14 May 2014 11:11:39 +0000 (13:11 +0200)] 
setuid.2: Document EAGAIN error that can occur after kernel alloc_uid() failure

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetreuid.2: Document EAGAIN error that can occur after kernel alloc_uid() failure
Michael Kerrisk [Wed, 14 May 2014 11:11:33 +0000 (13:11 +0200)] 
setreuid.2: Document EAGAIN error that can occur after kernel alloc_uid() failure

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetresuid.2: Document EAGAIN error that can occur after kernel alloc_uid() failure
Michael Kerrisk [Wed, 14 May 2014 11:10:53 +0000 (13:10 +0200)] 
setresuid.2: Document EAGAIN error that can occur after kernel alloc_uid() failure

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetreuid.2: Add EAGAIN error for hitting RLIMIT_NPROC limit
Michael Kerrisk [Wed, 14 May 2014 10:59:56 +0000 (12:59 +0200)] 
setreuid.2: Add EAGAIN error for hitting RLIMIT_NPROC limit

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetuid.2: Correct the description of the EAGAIN error
Michael Kerrisk [Wed, 14 May 2014 10:57:28 +0000 (12:57 +0200)] 
setuid.2: Correct the description of the EAGAIN error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetresuid.2: Correct the description of the EAGAIN error
Michael Kerrisk [Wed, 14 May 2014 10:55:53 +0000 (12:55 +0200)] 
setresuid.2: Correct the description of the EAGAIN error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoseteuid.2: seteuid() and setegid() are implemented as library functions
Michael Kerrisk [Wed, 14 May 2014 09:22:44 +0000 (11:22 +0200)] 
seteuid.2: seteuid() and setegid() are implemented as library functions

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocredentials.7: Minor layout fixes to make list format more consistent
Michael Kerrisk [Wed, 14 May 2014 07:11:37 +0000 (09:11 +0200)] 
credentials.7: Minor layout fixes to make list format more consistent

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: ffix
Michael Kerrisk [Wed, 28 May 2014 15:01:33 +0000 (17:01 +0200)] 
locale.5: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Drop a garbled sentence
Michael Kerrisk [Wed, 28 May 2014 15:00:40 +0000 (17:00 +0200)] 
locale.5: Drop a garbled sentence

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: srcfix
Michael Kerrisk [Wed, 28 May 2014 11:50:31 +0000 (13:50 +0200)] 
locale.5: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Document glibc conventions regarding days and week
Marko Myllynen [Mon, 26 May 2014 05:51:06 +0000 (08:51 +0300)] 
locale.5: Document glibc conventions regarding days and week

Based on existing practice and glibc community wiki page at
https://sourceware.org/glibc/wiki/Locales

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges.old: tfix in 3.68 changelog
Michael Kerrisk [Wed, 28 May 2014 14:37:08 +0000 (16:37 +0200)] 
Changes.old: tfix in 3.68 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges.old: Fix to 3.68 changelog
Michael Kerrisk [Wed, 28 May 2014 14:21:00 +0000 (16:21 +0200)] 
Changes.old: Fix to 3.68 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges.old: Fixes to 3.68 changelog
Michael Kerrisk [Wed, 28 May 2014 14:08:05 +0000 (16:08 +0200)] 
Changes.old: Fixes to 3.68 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoStart of man-pages-3.69: updating Changes and Changes.old
Michael Kerrisk [Wed, 28 May 2014 14:03:02 +0000 (16:03 +0200)] 
Start of man-pages-3.69: updating Changes and Changes.old

10 years agoStart of man-pages-3.69: updating .Announce and .lsm files
Michael Kerrisk [Wed, 28 May 2014 14:03:02 +0000 (16:03 +0200)] 
Start of man-pages-3.69: updating .Announce and .lsm files

10 years agoStart of man-pages-3.69: renaming .Announce and .lsm files
Michael Kerrisk [Wed, 28 May 2014 14:03:02 +0000 (16:03 +0200)] 
Start of man-pages-3.69: renaming .Announce and .lsm files

10 years agoReady for 3.68 man-pages-3.68
Michael Kerrisk [Wed, 28 May 2014 14:00:58 +0000 (16:00 +0200)] 
Ready for 3.68

10 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Wed, 28 May 2014 14:00:50 +0000 (16:00 +0200)] 
Removed trailing white space at end of lines

10 years agoChanges: Ready for 3.68
Michael Kerrisk [Wed, 28 May 2014 13:59:54 +0000 (15:59 +0200)] 
Changes: Ready for 3.68

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.1, adjtimex.2, clone.2, fork.2, getrlimit.2, remap_file_pages.2, set_mempolicy...
Michael Kerrisk [Wed, 28 May 2014 13:42:25 +0000 (15:42 +0200)] 
locale.1, adjtimex.2, clone.2, fork.2, getrlimit.2, remap_file_pages.2, set_mempolicy.2, swapon.2, a64l.3, adjtime.3, argz_add.3, bstring.3, envz_add.3, fpathconf.3, fseek.3, gcvt.3, getaddrinfo_a.3, getauxval.3, getnameinfo.3, getrpcent.3, getrpcport.3, getspnam.3, getutent.3, inet.3, inet_net_pton.3, key_setsecret.3, makecontext.3, makedev.3, malloc_trim.3, mq_getattr.3, newlocale.3, nl_langinfo.3, perror.3, pthread_attr_setaffinity_np.3, pthread_attr_setdetachstate.3, pthread_attr_setguardsize.3, pthread_attr_setscope.3, pthread_attr_setstack.3, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, pthread_cleanup_push_defer_np.3, pthread_create.3, pthread_setname_np.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_sigqueue.3, rcmd.3, re_comp.3, resolver.3, rexec.3, rtime.3, scandir.3, setlocale.3, setnetgrent.3, sigvec.3, tsearch.3, core.5, proc.5, charsets.7, locale.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: wfix
Marko Myllynen [Wed, 28 May 2014 13:24:49 +0000 (15:24 +0200)] 
locale.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Note default value for 'first_workday'.
Michael Kerrisk [Wed, 28 May 2014 11:41:25 +0000 (13:41 +0200)] 
locale.5: Note default value for 'first_workday'.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Correct the FILES section
Marko Myllynen [Wed, 28 May 2014 11:08:53 +0000 (13:08 +0200)] 
locale.5: Correct the FILES section

10 years agolocale.5: t_fmt_ampm is needed only for locales that employ AM/PM convention
Michael Kerrisk [Wed, 28 May 2014 10:38:31 +0000 (12:38 +0200)] 
locale.5: t_fmt_ampm is needed only for locales that employ AM/PM convention

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Minor fix in CONFORMING TO
Michael Kerrisk [Wed, 28 May 2014 10:36:45 +0000 (12:36 +0200)] 
locale.5: Minor fix in CONFORMING TO

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: tfix
Michael Kerrisk [Wed, 28 May 2014 10:34:11 +0000 (12:34 +0200)] 
locale.5: tfix

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Add brief descriptions of collating-element and collating-symbol
Michael Kerrisk [Wed, 28 May 2014 10:29:12 +0000 (12:29 +0200)] 
locale.5: Add brief descriptions of collating-element and collating-symbol

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Remove crufty reference to /usr/lib/nls/src
Michael Kerrisk [Wed, 28 May 2014 10:18:37 +0000 (12:18 +0200)] 
locale.5: Remove crufty reference to /usr/lib/nls/src

That file is nowhere to be found

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonewlocale.3: Add LC_ALL_MASK description
Michael Kerrisk [Wed, 28 May 2014 10:04:18 +0000 (12:04 +0200)] 
newlocale.3: Add LC_ALL_MASK description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonewlocale.3: List all available category masks
Marko Myllynen [Wed, 28 May 2014 07:19:59 +0000 (10:19 +0300)] 
newlocale.3: List all available category masks

Patch edited slightly by mtk.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: tfix
Marko Myllynen [Wed, 28 May 2014 07:17:30 +0000 (10:17 +0300)] 
locale.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: Remove ancient paragraph on charsets supported in glibc 2.3.2
Michael Kerrisk [Wed, 28 May 2014 09:43:12 +0000 (11:43 +0200)] 
charsets.7: Remove ancient paragraph on charsets supported in glibc 2.3.2

That test is rather ancient, and probably of little use.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: srcfix: Add FIXME
Michael Kerrisk [Wed, 28 May 2014 09:42:47 +0000 (11:42 +0200)] 
charsets.7: srcfix: Add FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: Remove crufty statement that Romanian may be switching to ISO 8859-16
Michael Kerrisk [Wed, 28 May 2014 08:35:26 +0000 (10:35 +0200)] 
charsets.7: Remove crufty statement that Romanian may be switching to ISO 8859-16

It certainly seems like that change happened some time ago.

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: spfix
Michael Kerrisk [Wed, 28 May 2014 08:03:43 +0000 (10:03 +0200)] 
charsets.7: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocpuset.7: tfix
Michael Kerrisk [Wed, 28 May 2014 07:43:56 +0000 (09:43 +0200)] 
cpuset.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocharsets.7: tfix
Michael Kerrisk [Wed, 28 May 2014 07:42:46 +0000 (09:42 +0200)] 
charsets.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: srcfix: Add/update FIXMEs
Michael Kerrisk [Wed, 28 May 2014 07:38:26 +0000 (09:38 +0200)] 
locale.5: srcfix: Add/update FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocaledef.1: srcfix: Clean up trailing white space
Michael Kerrisk [Tue, 27 May 2014 08:05:30 +0000 (10:05 +0200)] 
localedef.1: srcfix: Clean up trailing white space

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocaledef.1: Minor fixes to new page
Michael Kerrisk [Tue, 27 May 2014 08:05:05 +0000 (10:05 +0200)] 
localedef.1: Minor fixes to new page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocaledef.1: Replace reference to locale(7) with names of a few relevant functions
Michael Kerrisk [Tue, 27 May 2014 07:39:55 +0000 (09:39 +0200)] 
localedef.1: Replace reference to locale(7) with names of a few relevant functions

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocaledef.1: New page for localedef(1)
Marko Myllynen [Mon, 26 May 2014 17:01:45 +0000 (20:01 +0300)] 
localedef.1: New page for localedef(1)

Add new page based on Debian localedef(1) page.

Cowritten-by: Richard Braakman <richard.braakman@jollamobile.com>
Cowritten-by: Alastair McKinstry <mckinstry@computer.org>
Cowritten-by: Lars Wirzenius <liw@iki.fi>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.1: Use LC_TELEPHONE instead of LC_MESSAGES in the example
Marko Myllynen [Mon, 26 May 2014 14:24:32 +0000 (17:24 +0300)] 
locale.1: Use LC_TELEPHONE instead of LC_MESSAGES in the example

yesstr/nostr in LC_MESSAGES are planned to be changed at some
point [1], so it's better to provide an example which won't
be obsoleted by that change.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=16975

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.1: Provide a step-by-step example of how to use a custom locale
Marko Myllynen [Mon, 26 May 2014 08:28:34 +0000 (10:28 +0200)] 
locale.1: Provide a step-by-step example of how to use a custom locale

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: Clarify that LOCPATH is used by setlocale(3) and newlocale(3)
Michael Kerrisk [Mon, 26 May 2014 08:13:27 +0000 (10:13 +0200)] 
locale.7: Clarify that LOCPATH is used by setlocale(3) and newlocale(3)

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: further details of LOCPATH
Marko Myllynen [Mon, 26 May 2014 08:08:01 +0000 (10:08 +0200)] 
locale.7: further details of LOCPATH

Helpful for three purposes, 1) shows the expected naming scheme,
2) shows where to point LOCPATH to, and 3) gives an idea to the
attentive how to use a more generic, location independent
directory with location dependent, more specific ones.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Minor tweaks to 's patch
Michael Kerrisk [Mon, 26 May 2014 06:13:50 +0000 (08:13 +0200)] 
locale.5: Minor tweaks to 's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Document mon_grouping and grouping properly
Marko Myllynen [Mon, 26 May 2014 05:32:21 +0000 (08:32 +0300)] 
locale.5: Document mon_grouping and grouping properly

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoREADME: Explain usage of prefix when installing
Heinrich Schuchardt [Mon, 26 May 2014 01:36:52 +0000 (03:36 +0200)] 
README: Explain usage of prefix when installing

Installing the man pages to /usr may not be the preferred option
when working on a system with a packaging system like apt or yum,
where /usr is reserved for packages and /usr/local or /opt is used
for user addons.

README should explain how to install to a path different to /usr.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoinotify.7: munmap() does not generate inotify events
Heinrich Schuchardt [Sat, 24 May 2014 20:23:47 +0000 (22:23 +0200)] 
inotify.7: munmap() does not generate inotify events

mmap() and msync() were already described as not leading to
inotify events. This patch adds munmap(). I created and executed
a test to verify this.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoinotify.7: Minor changes to Heinrich Schuechardt's example program
Michael Kerrisk [Sat, 24 May 2014 21:07:08 +0000 (23:07 +0200)] 
inotify.7: Minor changes to Heinrich Schuechardt's example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoinotify.7: Add example program
Heinrich Schuchardt [Sat, 24 May 2014 20:02:13 +0000 (22:02 +0200)] 
inotify.7: Add example program

This example of the usage of the inotify API shows the
usage of inotify_init1(2) and inotify_add_watch(2) as well
as polling and reading from the inotify file descriptor.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: Tweaks to Marko Myllynen's patch
Michael Kerrisk [Sat, 24 May 2014 18:39:43 +0000 (20:39 +0200)] 
locale.7: Tweaks to Marko Myllynen's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: Document LOCPATH
Marko Myllynen [Sat, 24 May 2014 18:36:13 +0000 (20:36 +0200)] 
locale.7: Document LOCPATH

Example from https://sourceware.org/glibc/wiki/Locales

After modifying a locale, make sure it compiles, and install it to a
temporary directory for testing:

  unset LC_ALL
  LOCALE=fi_FI
  export I18NPATH=$HOME/locale-test/
  export LOCPATH=$HOME/locale-test/
  mkdir -p $LOCPATH
  localedef --no-archive -f localedata/charmaps/UTF-8 -i localedata/locales/$LOCALE $I18NPATH/$LOCALE.UTF-8
  LC_TIME=$LOCALE.UTF-8 locale -ck LC_TIME
  LC_TIME=$LOCALE.UTF-8 locale -ck date_fmt
  LC_TIME=$LOCALE.UTF-8 date
  LC_CTYPE=$LOCALE.UTF-8 iconv -f UTF-8 -t ASCII//TRANSLIT < translit-test-input.txt
  LC_COLLATE=$LOCALE.UTF-8 sort < sorting-test-input.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonl_langinfo.3: expand the example code a bit
Marko Myllynen [Fri, 23 May 2014 09:35:53 +0000 (12:35 +0300)] 
nl_langinfo.3: expand the example code a bit

Better illustrate querying elements from different categories.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Minor rewordings
Michael Kerrisk [Fri, 23 May 2014 09:44:00 +0000 (11:44 +0200)] 
locale.5: Minor rewordings

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Tweaks to Marko Myllynen's patch
Michael Kerrisk [Fri, 23 May 2014 04:32:13 +0000 (06:32 +0200)] 
locale.5: Tweaks to Marko Myllynen's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.5: Clarify LC_TIME/am_pm and LC_NAME keywords usage
Marko Myllynen [Thu, 22 May 2014 15:16:15 +0000 (18:16 +0300)] 
locale.5: Clarify LC_TIME/am_pm and LC_NAME keywords usage

am_pm should be defined only if AM/PM convention is used to signal
applications they should not try to print them when using them in
unwanted.

Same for all LC_NAME keywords expect for name_fmt which should be
always defined.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolocale.7: Add further details on various categories
Michael Kerrisk [Thu, 22 May 2014 13:14:52 +0000 (15:14 +0200)] 
locale.7: Add further details on various categories

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetlocale.3: Simply locale category listing and add GNU-specific locale categories
Michael Kerrisk [Thu, 22 May 2014 13:07:48 +0000 (15:07 +0200)] 
setlocale.3: Simply locale category listing and add GNU-specific locale categories

Some information that was here will move to locale(7).

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetlocale.3: wfix
Michael Kerrisk [Thu, 22 May 2014 11:25:53 +0000 (13:25 +0200)] 
setlocale.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>