summaryrefslogtreecommitdiff
path: root/man8
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16accept.2, execve.2, futimesat.2, getresuid.2, getrlimit.2, madvise.2, ↵Michael Kerrisk1-1/+1
mq_getsetattr.2, msgctl.2, nice.2, open.2, poll.2, setresuid.2, shmctl.2, sigaction.2, times.2, utimensat.2, __setfpucw.3, atoi.3, endian.3, err.3, euidaccess.3, fenv.3, fopencookie.3, fpurge.3, getgrouplist.3, getutmp.3, j0.3, lgamma.3, netlink.3, pthread_attr_init.3, pthread_attr_setaffinity_np.3, pthread_cleanup_push_defer_np.3, pthread_getattr_np.3, pthread_kill_other_threads_np.3, pthread_setaffinity_np.3, pthread_tryjoin_np.3, pthread_yield.3, random_r.3, readdir.3, rtnetlink.3, scanf.3, setenv.3, significand.3, sigsetops.3, strerror.3, strstr.3, sysv_signal.3, termios.3, timegm.3, unlocked_stdio.3, y0.3, locale.5, bootparam.7, feature_test_macros.7, ip.7, locale.7, pthreads.7, rtld-audit.7, nscd.8: Global fix: s/non-standard/nonstandard/ The tendency in English, as prescribed in style guides like Chicago MoS, is towards removing hyphens after prefixes like "non-" etc. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16ldconfig.8: tstampMichael Kerrisk1-1/+1
2009-04-05ldconfig.8: /etc/ld.so.conf also include libraries found in /lib and /usr/libMichael Kerrisk1-2/+6
Reported-by: Roman Byshko <rbyshko@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18nscd.8: ffixSam Varshavchik1-2/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13dlopen.3, ld.so.8: SEE ALSO: add rtld-audit(7)Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-12ld.so.8: tstampMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-12ld.so.8: Document LD_POINTER_GUARDPetr Baudis1-12/+12
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-12ld.so.8: Document LD_AUDITPetr Baudis1-8/+24
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-06nscd.8: Correct NOTES section on reloading configuration filesPetr Baudis1-11/+26
It behaved this way at least since "Sun Oct 18 15:02:11 1998 +0000", some four months after including the nscd implementation in glibc. But there does seem to be a short window between glibc-2.1 and glibc-2.1.3 when nscd -i was not available, I don't think it's worth muddling the point of the page with that, though. Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29Removed trailing white space at end of linesMichael Kerrisk1-3/+3
2008-10-29ld.so.8: srcfix: Add FIXME: Document LD_POINTER_GUARDMichael Kerrisk1-0/+12
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: srcfix: Add FIXME (document LD_TRACE_PRELINKING)Michael Kerrisk1-0/+4
2008-10-29ld.so.8: --inhibit-rpath is ignored for setuid/setgid ld.soMichael Kerrisk1-1/+4
The --inhibit-rpath option is ignored if ld.so is setuid/setgid (not if the executable is setuid/setgid). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: Fix description of LD_PROFILE and LD_PROFILE_OUTPUTMichael Kerrisk1-4/+12
Clarify that LD_PROFILE is pathname or a soname, and identify name of profiling output file. Fix description of LD_PROFILE_OUTPUT, which wasn't even close to the truth. (But why did it remain unfixed for so many years?) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: srcfix: Added FIXME: Document LD_AUDITMichael Kerrisk1-0/+7
2008-10-29ld.so.8: Reorder lists of LD_* environment variables alphabeticallyMichael Kerrisk1-81/+81
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: Document LD_USE_LOAD_BIASMichael Kerrisk1-0/+19
Drawing heavily on Jakub Jelinek's description in http://sources.redhat.com/ml/libc-hacker/2003-11/msg00127.html (Subject: [PATCH] Support LD_USE_LOAD_BIAS) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: wfixMichael Kerrisk1-1/+1
2008-10-29ld.so.8: srcfix: Add comment on LD_ORIGIN_PATHMichael Kerrisk1-0/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: Since glibc 2.4, setuid/setgid programs ignore LD_ORIGIN_PATHMichael Kerrisk1-0/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: Since glibc 2.3.4, setuid/setgid programs ignore LD_DYNAMIC_WEAKMichael Kerrisk1-0/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: Since version 2.3.5, setuid/setgid programs ignore LD_SHOW_AUXVMichael Kerrisk1-0/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ld.so.8: Since glibc 2.3.4, setuid/setgid programs ignore LD_DEBUGMichael Kerrisk1-0/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-10grfixMichael Kerrisk1-1/+1
2008-09-07s/time zone/timezone/ for consistency across pages and with POSIX.1.Michael Kerrisk3-17/+17
2008-07-15Even when the CONFORMING TO section is just a list of standards,Michael Kerrisk1-1/+1
they should be terminated by a period.
2008-06-09s/\\'/\\(aq/Michael Kerrisk1-1/+1
2008-06-05Change use of quote characters to get better UTF-8 rendering.Michael Kerrisk1-1/+1
2008-04-18Various wording improvements.Michael Kerrisk1-13/+17
2008-03-19s/nonzero/non-zero/Michael Kerrisk1-1/+1
2008-03-19s/nonempty/non-empty/Michael Kerrisk1-4/+4
2008-03-19Use "run time" when non-attributive, "run-time" when attributive.Michael Kerrisk1-1/+1
2008-03-19s/command line/command-line/ when used attributively.Michael Kerrisk1-1/+1
2008-03-19s/filesystem/file system/Michael Kerrisk1-1/+1
2008-01-11tfixMichael Kerrisk1-1/+1
2007-12-25hyphenation fixesMichael Kerrisk2-5/+5
2007-10-23Some rewrites, plus new paragraph on exist staus values.Michael Kerrisk1-5/+19
2007-10-03grfixMichael Kerrisk1-1/+1
2007-09-20Fix redundant formatting macrosMichael Kerrisk2-5/+5
2007-09-20Change mtk's email addressMichael Kerrisk1-1/+1
2007-07-10ffixMichael Kerrisk1-2/+2
2007-06-23ffixMichael Kerrisk2-13/+13
2007-06-22ffixMichael Kerrisk2-7/+17
2007-06-21strip trailing white spaceMichael Kerrisk1-4/+4
2007-06-16Fix SEE ALSO headingMichael Kerrisk1-1/+1
2007-06-15Added SEE ALSO sectionMichael Kerrisk1-0/+3
2007-06-08Corrected minor spelling/wording mistakes (i.e., changesMichael Kerrisk1-1/+1
independent of fixes for American spelling).
2007-06-08Convert to American spelling conventionsMichael Kerrisk1-2/+2
2007-06-07spfixMichael Kerrisk1-1/+1
2007-06-02grfixMichael Kerrisk1-1/+1