Commit Graph

7461 Commits

Author SHA1 Message Date
Michael Kerrisk 22cb459d5c CPU_SET.3, err.3, fmod.3, pthread_attr_setinheritsched.3, pthread_attr_setschedparam.3, pthread_attr_setstacksize.3, pthread_create.3, stpcpy.3: Global fix: place sections in correct order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:16:33 +13:00
Michael Kerrisk 44a720e388 sigwait.3, strftime.3: Minor fix to heading
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:08:12 +13:00
Michael Kerrisk 0bb542ede1 getifaddrs.3: Minor fix to heading
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:06:57 +13:00
Michael Kerrisk 000ea29f68 err.3: Minor fix to heading
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:05:23 +13:00
Michael Kerrisk 2bfa8272f0 intro.2, btowc.3, intro.3, pthread_sigqueue.3: Correct order of SEE ALSO entries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 03:58:56 +13:00
Michael Kerrisk 7a5b06940e vfork.2: Minor wording fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 03:50:13 +13:00
Michael Kerrisk f23cc1df32 ptrace.2: srcfix: Added FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-10 06:30:59 +13:00
Michael Kerrisk f1c3fa9757 malloc.3: NOTES: Add a short discussion of arenas
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-09 12:32:31 +13:00
Michael Kerrisk b084fc293b getaddrinfo_a.3, pthread_cleanup_push_defer_np.3: Global fix: Remove duplicated words
Remove instances of duplicate words found using Justin's
grep-fu:

    for f in man?/*.[1-9]; do
        grep -HE ' ([[:alpha:]]{2,} +)\1' "$f" |
            grep -Evw '(proc|hugetlbfs|XXX*|root|long) *\1';
    done | grep -E --colo ' ([[:alpha:]]{2,} +)\1'

Reported-by: Justin T Pryzby <justinp@norchemlab.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-09 04:35:19 +13:00
Michael Kerrisk 66d90115ca utimensat.2, wait.2, end.3: srcfix: remove duplicate words in comments
Reported-by: Justin T Pryzby <justinp@norchemlab.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-09 04:26:06 +13:00
Michael Kerrisk 3b52faf1bb qsort.3: Add VERSIONS section for qsort_r()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-08 10:39:09 +13:00
Michael Kerrisk 6d388dc9d6 qsort.3: Minor fix-ups to submitted patches
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-08 10:39:09 +13:00
Ben Bacarisse b2db77f571 qsort.3: Improvements to Mark R Bannister's qsort_r() patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-08 10:32:51 +13:00
Mark R Bannister a094fe6dd6 qsort.3: Add documentation of qsort_r(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-08 10:29:50 +13:00
Michael Kerrisk 2bfe665643 capabilities.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-07 07:35:22 +13:00
Michael Kerrisk ed924588d8 packet.7: Fix comment on 'sll_hatype' field
Reported-by: Iain Fraser <iainkfraser@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 10:35:30 +13:00
Michael Kerrisk 88ea664e34 packet.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 10:31:07 +13:00
Michael Kerrisk 6a7df89403 Changes.old: Minor fix to 3.37 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 10:20:07 +13:00
Michael Kerrisk bbb13584b3 Changes.old: Minor fix to 3.37 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 09:19:32 +13:00
Michael Kerrisk 808daa6853 Start of man-pages-3.38: updating Changes and Changes.old 2012-03-06 09:07:17 +13:00
Michael Kerrisk cf52c15b29 Start of man-pages-3.38: updating .Announce and .lsm files 2012-03-06 09:07:17 +13:00
Michael Kerrisk 36a77668d1 Start of man-pages-3.38: renaming .Announce and .lsm files 2012-03-06 09:07:17 +13:00
Michael Kerrisk d2e7e43a51 Ready for 3.37 2012-03-06 08:54:47 +13:00
Michael Kerrisk d6e37473a1 Removed trailing white space at end of lines 2012-03-06 08:54:38 +13:00
Michael Kerrisk b62bdc4b60 Expanded tabs 2012-03-06 08:54:38 +13:00
Michael Kerrisk e83cd6b69d ld.so.8: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:53:13 +13:00
Michael Kerrisk e74332adb8 Changes: Update for 3.37
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:50:48 +13:00
Michael Kerrisk 3fd39ec4e0 getent.1: Minor wording and grammar changes to Mark's new page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:50:47 +13:00
Mark R. Bannister 4a009a3708 getent.1: New page to document 'getent' binary provided by glibc
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:50:41 +13:00
Michael Kerrisk 6b1d582973 ld.so.8: Add --audit command-line option
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk 9ebe3f2b5f ld.so.8: Minor wording change
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk b8d02d5633 ptrace.2: Further improvements after review by Denys Vlasenko
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk a42c0c5a19 ptrace.2: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk dc85ba7ce5 ptrace.2: Integrated changes after further review from Denys Vlasenko
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk 8898a252ad ptrace.2: Integrated changes after review from Denys Vlasenko
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk 181f997f23 ptrace.2: Global clean-up of page
* Wording and formatting fixes to existing text and
  Denys Vlasenko's new text.
* Various technical amendments and improvements to
  Denys Vlasenko's new text.
* Added FIXME for various problems with the current text.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk 8b20acd1aa ptrace.2: srcfix: Wrap lines at sentence boundaries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Denys Vlasenko 4d12a715f2 ptrace.2: add extended description of various ptrace quirks
Changes include:

s/parent/tracer/g, s/child/tracee/g - ptrace interface now
is sufficiently cleaned up to not treat tracing process
as parent.

Deleted several outright false statements:
- pid 1 can be traced
- tracer is not shown as parent in ps output
- PTRACE_ATTACH is not "the same behavior as if tracee had done
  a PTRACE_TRACEME": PTRACE_ATTACH delivers a SIGSTOP.
- SIGSTOP _can_ be injected.
- Removed mentions of SunOS and Solaris as irrelevant.
- Added a few more known bugs.

Added a large block of text in DESCRIPTION which doesn't focus
on mechanical description of each flag and operation, but rather
tries to describe a bigger picture. The targeted audience is
a person which is reasonably knowledgeable in Unix but did not
spend years working with ptrace, and thus may be unaware of its
quirks. This text went through several iterations of review by
Oleg Nesterov and Tejun Heo.
This block of text intentionally uses as little markup as possible,
otherwise future modifications to it will be very hard to make.

Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk aa66392d63 capabilities.7: Update CAP_SYS_RESOURCE with notes from include/linux/capability.h
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk d6b087086e capabilities.7: Add CAP_WAKE_ALARM
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk 0f322ccc46 capabilities.7: Add perf_event_open(2) to CAP_SYS_ADMIN
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:57 +13:00
Michael Kerrisk c11e38916f capabilities.7: Add VM86_REQUEST_IRQ vm86(2) command to CAP_SYS_ADMIN
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-06 08:45:52 +13:00
Michael Kerrisk c42221c4b7 capabilities.7: Add nfsservctl(2) to CAP_SYS_ADMIN
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:28 +13:00
Michael Kerrisk 1a3cde77e8 capabilities.7: Minor wording improvement in SEE ALSO
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:28 +13:00
Michael Kerrisk 93e9e2d6f2 capabilities.7: Update CAP_NET_RAW with notes from include/linux/capability.h
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:28 +13:00
Michael Kerrisk e87268ecb8 capabilities.7: Update CAP_NET_ADMIN with notes from include/linux/capability.h
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:28 +13:00
Michael Kerrisk b39a2012be capabilities.7: Add POSIX messages queues queues_max case to CAP_SYS_RESOURCE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:28 +13:00
Michael Kerrisk ad7b0f9185 capabilities.7: Add F_SETPIPE_SZ case to CAP_SYS_RESOURCE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:28 +13:00
Michael Kerrisk 46c73a4487 capabilities.7: srcfix: Added FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:27 +13:00
Michael Kerrisk 749ac7696e capabilities.7: Add virtual terminal ioctl()s under CAP_SYS_TTY_CONFIG
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-05 14:34:27 +13:00