Commit Graph

2988 Commits

Author SHA1 Message Date
Michael Kerrisk 3fd9346e46 pthread_setname_np.3: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-24 15:32:00 +01:00
Michael Kerrisk f1a5fff8d9 pthread_setname_np.3: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-24 15:29:27 +01:00
Michael Kerrisk c634028ab5 intro.1, time.1, _syscall.2, accept.2, brk.2, capget.2, faccessat.2, futimesat.2, gethostname.2, intro.2, ioprio_set.2, kill.2, madvise.2, mlock.2, mount.2, msgget.2, perf_event_open.2, poll.2, readv.2, sched_rr_get_interval.2, sched_setscheduler.2, select.2, select_tut.2, shmget.2, stat.2, timer_create.2, ustat.2, vfork.2, wait.2, alloca.3, atexit.3, catopen.3, crypt.3, dbopen.3, fenv.3, fopen.3, getaddrinfo_a.3, gethostbyname.3, getutent.3, intro.3, login.3, mallopt.3, queue.3, regex.3, sigpause.3, sigsetops.3, stdio.3, strftime.3, strptime.3, sysconf.3, ttyslot.3, undocumented.3, cciss.4, console_codes.4, hpsa.4, initrd.4, intro.4, rtc.4, st.4, tty_ioctl.4, wavelan.4, acct.5, charmap.5, dir_colors.5, hosts.5, intro.5, termcap.5, utmp.5, intro.6, armscii-8.7, boot.7, bootparam.7, capabilities.7, cpuset.7, credentials.7, ddp.7, epoll.7, glob.7, intro.7, ip.7, ipv6.7, iso_8859-1.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-15.7, iso_8859-16.7, iso_8859-2.7, iso_8859-3.7, iso_8859-4.7, iso_8859-5.7, iso_8859-6.7, iso_8859-7.7, iso_8859-8.7, iso_8859-9.7, koi8-r.7, koi8-u.7, man-pages.7, man.7, math_error.7, netlink.7, numa.7, packet.7, path_resolution.7, pipe.7, pthreads.7, raw.7, rtnetlink.7, signal.7, socket.7, spufs.7, svipc.7, tcp.7, time.7, udp.7, udplite.7, unicode.7, unix.7, uri.7, utf-8.7, x25.7, intro.8: Global fix: use consistent capitalization in .SS headings
Capitalization in .SS sections across pages (and sometimes even
within a single page) is wildly inconsistent. Make it consistent.
Capitalize first word in heading, but otherwise use lower case,
except where English usage (e.g., proper nouns) or programming
language requirements (e.g., identifier names) dictate otherwise.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-24 15:08:38 +01:00
Michael Kerrisk 6f5ce08575 scanf.3, aio.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 18:53:39 +01:00
Michael Kerrisk 6a86fae5bd sched_setscheduler.2, mallinfo.3, pthread_setname_np.3, nss.5, boot.7, numa.7, udplite.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 18:50:48 +01:00
Michael Kerrisk 6b4dbb25e9 delete_module.2, epoll_create.2, getpeername.2, getpriority.2, getrlimit.2, getunwind.2, init_module.2, kcmp.2, mmap.2, perf_event_open.2, perfmonctl.2, prctl.2, s390_runtime_instr.2, timerfd_create.2, vfork.2, getaddrinfo_a.3, getenv.3, if_nameindex.3, if_nametoindex.3, mcheck.3, pthread_setname_np.3, scanf.3, cciss.4, hpsa.4, core.5, gai.conf.5, networks.5, nscd.conf.5, nss.5, aio.7, arp.7, numa.7, socket.7, udplite.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 18:45:32 +01:00
Michael Kerrisk 42a6569e35 malloc_info.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 12:54:15 +01:00
Michael Kerrisk 159cdf0a62 if_nameindex.3: Minor fix: Remove redundant SEE ALSO entry
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 12:52:57 +01:00
Michael Kerrisk 27a6247be3 getnameinfo.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 12:31:52 +01:00
Michael Kerrisk e157849173 fflush.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 15:21:14 +01:00
Michael Kerrisk 9824735b35 fclose.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-18 15:21:09 +01:00
Michael Kerrisk 5eab557e9f exit.3: Note that a call to execve() clears exit handler registrations
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-13 21:27:05 +01:00
Michael Kerrisk 4a38498543 getrpcent.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-13 00:15:00 +01:00
Michael Kerrisk 625526ef06 getaddrinfo.3: SEE ALSO: Add gai.conf(5)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 23:00:10 +01:00
Michael Kerrisk 16ce259f80 strtol.3: Remove crufty text from previous fix
Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 20:21:09 +01:00
Michael Kerrisk 7484d5a7dd getrlimit.2, setgid.2, timerfd_create.2, wait.2, getenv.3, if_nameindex.3, scanf.3, aio.7, numa.7, rtld-audit.7, udplite.7: Fix order of SH sections
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 11:49:39 +01:00
Michael Kerrisk ec18b51355 malloc_trim.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 11:35:42 +01:00
Michael Kerrisk 73354f23fa malloc_trim.3: Remove duplicate section title
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 11:35:13 +01:00
Michael Kerrisk 563f46810b strerror.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 11:20:37 +01:00
Michael Kerrisk 274f777fdd pthread_testcancel.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 11:20:12 +01:00
Michael Kerrisk eace948886 mtrace.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 11:19:45 +01:00
Michael Kerrisk 36127c0e91 Removed trailing white space at end of lines 2013-02-12 04:52:43 +01:00
Michael Kerrisk 96d1766a79 fork.2, getpriority.2, ioprio_set.2, sched_setparam.2, sched_setscheduler.2, shmop.2, sigaction.2, unimplemented.2, makecontext.3, sysconf.3, resolv.conf.5, cpuset.7, ip.7, svipc.7, termio.7, zdump.8: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 03:51:12 +01:00
Michael Kerrisk fdaddd27d5 posix_fallocate.3: SEE ALSO: add fallocate(1)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 00:47:04 +01:00
Michael Kerrisk b2653a99f4 regex.3: tfix
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 22:45:27 +01:00
Michael Kerrisk e4b382b976 regex.3: Minor fixes + tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 22:37:04 +01:00
Reuben Thomas ea72c0cc8c regex.3: Clarify details of matching
The first is that it's far from clear that the end points of the
complete string match are stored in the zero'th element of the
regmatch_t array; secondly, the phrase "next largest substring
match" is positively misleading, implying some sort of size
ordering, whereas in fact they are ordered according to their
appearance in the regex pattern.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 22:33:17 +01:00
Michael Kerrisk c976420889 sysconf.3: Use "_SC_PAGESIZE" consistently on page
s/_SC_PAGE_SIZE/_SC_PAGESIZE/ in one instance.
From Red Hat downstream patch.

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 00:52:00 +01:00
Michael Kerrisk 7d90b3d31d inet.3: Fix error in EXAMPLE using inet_aton()
See https://bugzilla.redhat.com/show_bug.cgi?id=837090
Patch taken from Red Hat downstream.

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 00:40:53 +01:00
Michael Kerrisk 6bdb00967e strtol.3: Replace some bogus text about "thousands separator"
See https://bugzilla.redhat.com/show_bug.cgi?id=652870

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 00:33:35 +01:00
Michael Kerrisk fb87284504 sigaction.2, makecontext.3: Change getcontext/setcontext page ref to Section 3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:09 +01:00
Michael Kerrisk 580f5c51a9 setcontext.3: Link to page renamed into Section 3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:55:04 +01:00
Michael Kerrisk 424d3dce3a getcontext.3: This page really belongs in Section 3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:52:46 +01:00
Michael Kerrisk 6df9459979 getdtablesize.3: Change TH line to reflect move to section 3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:48:37 +01:00
Michael Kerrisk 7b6d47ff73 getdtablesize.3: Move from Section 2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:46:06 +01:00
Michael Kerrisk 7d928e0ddc pthread_setname_np.3: Add mtk to copyright
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:17:36 +01:00
Michael Kerrisk 4a2403ed5e pthread_setname_np.3: Add ERANGE error for pthread_getname_np()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:17:36 +01:00
Michael Kerrisk eb6c2cc60d pthread_setname_np.3: Rework ERRORS text layout
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:17:36 +01:00
Michael Kerrisk 6cfa298b15 pthread_setname_np.3: Expand example shell session
Demonstrate use of ps(1) -O "comm" and
/proc/PID/task/TID/comm.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:17:29 +01:00
Michael Kerrisk 101d0a57f2 pthread_setname_np.3: Allow program to take second argument
An optional second command-line argument can be used to
specify the 'len' value for the pthread_getname_np() call.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:51 +01:00
Michael Kerrisk 6350e97440 pthread_setname_np.3: DESCRIPTION: expand description of arguments
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:51 +01:00
Michael Kerrisk fbc7552aa4 pthread_setname_np.3: Add VERSIONS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:51 +01:00
Michael Kerrisk c2ba212dae pthread_setname_np.3: Add CONFORMING TO
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:51 +01:00
Michael Kerrisk 30a8763894 pthread_setname_np.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:51 +01:00
Michael Kerrisk b615a97e01 pthread_setname_np.3: Rework error handing in example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:50 +01:00
Michael Kerrisk 91e38d87e0 pthread_setname_np.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:50 +01:00
Michael Kerrisk e49d443047 pthread_setname_np.3: Modify example program to take an argument
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:50 +01:00
Michael Kerrisk ba95a5306d pthread_setname_np.3: 'name' must include terminating NULL byte in first 16 characters
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 23:16:43 +01:00
Michael Kerrisk e4a83b0119 pthread_setname_np.3: Minor fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 22:11:07 +01:00
Michael Kerrisk 1621a0c820 pthread_getname_np.3: New link to new pthread_setname_np.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-02 21:15:26 +01:00