Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-27 | getaddrinfo.3: Add SEE ALSO reference to new getaddrinfo_a.3 page | Michael Kerrisk | 1 | -1/+2 | |
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2010-09-22 | getaddrinfo.3: ffix | Michael Kerrisk | 1 | -0/+2 | |
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2010-09-04 | getaddrinfo.3, getipnodebyname.3, initrd.4, st.4: minor: update timestamps | Michael Kerrisk | 1 | -1/+1 | |
Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)> | |||||
2010-06-26 | getaddrinfo.3: s/logical O/bitwise OR/ | Michael Kerrisk | 1 | -1/+1 | |
Reported-by: Scott Walls <sawalls@umich.edu> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2010-06-16 | getaddrinfo.3: Fix a field name mixup: s/ai_family/ai_flags/ | Christian Franke | 1 | -2/+2 | |
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2010-01-16 | getaddrinfo.3, setlocale.3, strchr.3, wctob.3, st.4, glob.7, locale.7, ↵ | Michael Kerrisk | 1 | -1/+1 | |
regex.7, standards.7, unicode.7, utf-8.7: Global fix: s/multi-/multi/ The tendency in English, as prescribed in style guides like Chicago MoS, is towards removing hyphens after prefixes like "multi-" etc. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2010-01-16 | intro.1, time.1, adjtimex.2, capget.2, eventfd.2, fcntl.2, getrlimit.2, ↵ | Michael Kerrisk | 1 | -1/+1 | |
getsockopt.2, gettimeofday.2, intro.2, ioctl_list.2, ioperm.2, mlock.2, pivot_root.2, poll.2, prctl.2, ptrace.2, sched_setscheduler.2, select_tut.2, semget.2, sigaltstack.2, signalfd.2, sysctl.2, timer_settime.2, timerfd_create.2, wait.2, CPU_SET.3, argz_add.3, assert_perror.3, atexit.3, backtrace.3, bcmp.3, clearenv.3, ctime.3, dl_iterate_phdr.3, dlopen.3, ecvt.3, errno.3, error.3, ether_aton.3, exit.3, fenv.3, ferror.3, finite.3, flockfile.3, fnmatch.3, fpathconf.3, fpclassify.3, ftime.3, ftok.3, ftw.3, fwide.3, getaddrinfo.3, gethostbyname.3, getlogin.3, getnameinfo.3, getnetent.3, getopt.3, getprotoent.3, getrpcent.3, getservent.3, glob.3, hsearch.3, inet.3, isalpha.3, iswalnum.3, iswalpha.3, iswblank.3, iswcntrl.3, iswctype.3, iswdigit.3, iswgraph.3, iswlower.3, iswprint.3, iswpunct.3, iswspace.3, iswupper.3, iswxdigit.3, longjmp.3, lsearch.3, malloc.3, matherr.3, mblen.3, mbsinit.3, mbtowc.3, on_exit.3, printf.3, pthread_attr_init.3, pthread_attr_setaffinity_np.3, pthread_attr_setdetachstate.3, pthread_attr_setguardsize.3, pthread_attr_setinheritsched.3, pthread_attr_setschedparam.3, pthread_attr_setschedpolicy.3, pthread_attr_setscope.3, pthread_attr_setstack.3, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, pthread_cancel.3, pthread_cleanup_push.3, pthread_equal.3, pthread_getattr_np.3, pthread_getcpuclockid.3, pthread_setaffinity_np.3, pthread_setcancelstate.3, pthread_setconcurrency.3, pthread_setschedparam.3, pthread_setschedprio.3, ptsname.3, putenv.3, putgrent.3, raise.3, rcmd.3, regex.3, rexec.3, rpc.3, rpmatch.3, rtnetlink.3, scandir.3, sem_init.3, setaliasent.3, setbuf.3, setenv.3, setjmp.3, signbit.3, stdio_ext.3, strtod.3, strtol.3, strtoul.3, system.3, termios.3, timeradd.3, tzset.3, ualarm.3, wctomb.3, xdr.3, st.4, tty_ioctl.4, core.5, elf.5, proc.5, bootparam.7, capabilities.7, icmp.7, ip.7, ipv6.7, math_error.7, mdoc.samples.7, mq_overview.7, pthreads.7, raw.7, regex.7, socket.7, tcp.7, tzselect.8: Global fix: s/non-zero/nonzero/ 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-12-03 | getaddrinfo.3: ffix | Yuri Kozlov | 1 | -1/+1 | |
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2009-09-30 | Removed trailing white space at end of lines | Michael Kerrisk | 1 | -1/+1 | |
2009-09-28 | getaddrinfo.3: wfix: s/result/res/ in text describing argument | Michael Kerrisk | 1 | -3/+3 | |
Reported-by: rui rlex <rui.rlex@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2009-09-28 | getaddrinfo.3: spfix | Michael Kerrisk | 1 | -1/+1 | |
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2009-09-28 | getaddrinfo.3: Note nonstandard assumed hints.ai_flags value when hints is NULL | Michael Kerrisk | 1 | -1/+11 | |
When hints is NULL, glibc assumes hints.ai_flags is AI_V4MAPPED|AI_ADDRCONFIG whereas POSIX says 0. According to Ulrich Drepper, glibc's behavior is better. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2008-12-05 | Removed trailing white space at end of lines | Michael Kerrisk | 1 | -1/+1 | |
2008-12-05 | getaddrinfo.3: Document results ordering and /etc/gai.conf | Petr Baudis | 1 | -3/+20 | |
This patch documents the order of the getaddrinfo(3) results (RFC 3484), how should the application deal with that, mentions the extremely common cause of having multiple results per query (both IPv4 and IPv6 addresses available) and mentions /etc/gai.conf. (mtk: Minor tweaks, and note glibc version for /etc/gai.conf) Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2008-11-04 | eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, ↵ | Michael Kerrisk | 1 | -1/+1 | |
backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, frexp.3, getaddrinfo.3, getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3, matherr.3, offsetof.3, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, sem_wait.3, strftime.3, strtok.3, strtol.3, core.5: srcfix s/\.R " "/\\\&/ as a way of getting a blank line after a .SS heading. (Suggested by Sam Varshavchik <mrsam@courier-mta.com>) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2008-10-29 | Removed trailing white space at end of lines | Michael Kerrisk | 1 | -1/+1 | |
2008-10-29 | getaddrinfo.3: Clarify error descriptions with some examples | Michael Kerrisk | 1 | -3/+35 | |
Clarify the description of some errors by giving examples that produce the errors. (Text added for EAI_SERVICE and EAI_SOCKTYPE.) Also, add an error case for EAI_BADFLAGS. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: J.H.M. Dassen (Ray) <fsmla@xinara.org> | |||||
2008-10-29 | getaddrinfo.3: minor: Add subheadings to EXAMPLE programs | Michael Kerrisk | 1 | -10/+4 | |
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> | |||||
2008-10-29 | getaddrinfo.3: srcfix: add FIXME | Michael Kerrisk | 1 | -0/+2 | |
2008-08-29 | Add/fix feature test macro requirements. | Michael Kerrisk | 1 | -1/+13 | |
2008-07-18 | tfix | Michael Kerrisk | 1 | -1/+1 | |
2008-06-30 | grfix | Michael Kerrisk | 1 | -1/+1 | |
2008-06-30 | ffix | Michael Kerrisk | 1 | -1/+1 | |
2008-06-27 | s/host name/hostname/ | Michael Kerrisk | 1 | -2/+2 | |
2008-06-26 | getaddrinfo() supports specifying IPv6 scope-IDs. | Michael Kerrisk | 1 | -0/+5 | |
2008-06-13 | Improve description or 'hints' and 'res' arguments. | Michael Kerrisk | 1 | -120/+204 | |
Add details on numeric strings that can be specified for 'node'. Other fairly major restructrings and rewrites to improve logical structure and clarity of the page. | |||||
2008-06-11 | SEE ALSO: Add hostname (7) | Michael Kerrisk | 1 | -1/+2 | |
2008-03-19 | s/nonzero/non-zero/ | Michael Kerrisk | 1 | -1/+1 | |
2008-02-26 | clarify discussion of NULL 'hints' argument; other minor rewrites. | Michael Kerrisk | 1 | -43/+48 | |
2008-02-26 | tfix | Michael Kerrisk | 1 | -1/+1 | |
2007-12-25 | hyphenation fixes | Michael Kerrisk | 1 | -1/+1 | |
2007-12-23 | Indent structure defintions by +4n, | Michael Kerrisk | 1 | -0/+2 | |
2007-12-22 | Replace "-" by "\-" where a real dash is required. | Michael Kerrisk | 1 | -2/+2 | |
2007-12-17 | Add missing commas to SEE ALSO | Michael Kerrisk | 1 | -1/+1 | |
2007-12-09 | Whitespace cleanups in in preprocessor directives | Michael Kerrisk | 1 | -8/+8 | |
2007-11-25 | tfix | Michael Kerrisk | 1 | -1/+1 | |
2007-11-24 | Remove section numbers for page references where the | Michael Kerrisk | 1 | -9/+9 | |
reference refers to the page itself. (This stops man2html producing links from a page back to itself.) | |||||
2007-11-17 | Eliminate duplicate blank lines in rendered output. | Michael Kerrisk | 1 | -1/+0 | |
2007-11-15 | Removed trailing white space at end of lines | Michael Kerrisk | 1 | -1/+1 | |
2007-11-15 | Update date in TH line | Michael Kerrisk | 1 | -1/+1 | |
2007-10-14 | Remove references to getipnodebyname.3 and getipnodebyaddr.3. | Michael Kerrisk | 1 | -5/+5 | |
2007-09-20 | Fix redundant formatting macros | Michael Kerrisk | 1 | -3/+3 | |
2007-09-20 | Change mtk's email address | Michael Kerrisk | 1 | -1/+1 | |
2007-07-26 | Improvements for example program | Michael Kerrisk | 1 | -0/+3 | |
2007-07-08 | add section numbers to page xrefs | Michael Kerrisk | 1 | -3/+3 | |
2007-07-08 | grfix | Michael Kerrisk | 1 | -1/+1 | |
2007-06-21 | strip trailing white space | Michael Kerrisk | 1 | -25/+25 | |
2007-06-20 | s/-/\\-/ | Michael Kerrisk | 1 | -13/+13 | |
2007-06-20 | ffix | Michael Kerrisk | 1 | -10/+10 | |
2007-06-14 | Add page number to xrefs | Michael Kerrisk | 1 | -1/+1 | |