Commit Graph

8370 Commits

Author SHA1 Message Date
Michael Kerrisk 94315587a4 getrlimit.2: SEE ALSO: add prlimit(1)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 00:14:55 +01:00
Michael Kerrisk a091f002ce proc.5: Mention lscpu(1) under discussion of /proc/cpuinfo
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-12 00:14:51 +01:00
Michael Kerrisk 02e306d9e5 svipc.7: SEE ALSO: add ipcmk(1), ipcrm(1), ipcs(1)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 23:57:06 +01:00
Michael Kerrisk 77a5d96649 ioprio_set.2: SEE ALSO: add ionice(1)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 23:54:51 +01:00
Michael Kerrisk 278742f7e6 flock.2: SEE ALSO: add flock(1)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 23:54:12 +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 5618d6329a request_key.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 22:44:29 +01:00
Michael Kerrisk 19626e2aa8 keyctl.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 22:44:14 +01:00
Michael Kerrisk 7ee431656b add_key.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 22:42:26 +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 9105e83dac ld.so.8: SEE ALSO: add sln(8)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 01:01:14 +01:00
Michael Kerrisk ec14b270c7 sln.8: New page documenting the 'sln' command provided by glibc
Inspired by a Red Hat downstream page, but with rather
more detail.

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 01:00:17 +01:00
Michael Kerrisk 0e42c7a40a proc.5: Note message written to kernel log when file-max limit is hit
Info from Documentation/sysctl/fs.txt.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 00:21:49 +01:00
Michael Kerrisk a787b1cfdc proc.5: Clarify relationship between file-max and file-nr
The third value in /proc/sys/fs/file-nr is the same as
the value in /proc/sys/fs/file-max.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 00:19:13 +01:00
Michael Kerrisk 81c8edbc08 proc.5: Update /proc/sys/fs/file-nr to include Linux 2.6 details
Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-11 00:00:47 +01:00
Michael Kerrisk aa87a3f3f8 resolv.conf.5: Document "single-request-reopen" option
Taken from Red Hat downstream patch

See https://bugzilla.redhat.com/show_bug.cgi?id=717770
See http://thread.gmane.org/gmane.linux.man/3161

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 04:34:36 +01:00
Michael Kerrisk 77a755fdec ld.so.8: LD_VERBOSE does not work with ld.so --list and --verify
From Red Hat downstream package

See https://bugzilla.redhat.com/show_bug.cgi?id=532629

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 04:34:36 +01:00
Michael Kerrisk 89b5016d87 shmop.2: ERRORS: Add EIDRM
Taken from Red Hat downstream patch

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 04:34:36 +01:00
Michael Kerrisk 343606a031 ip.7: Minor fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 04:34:36 +01:00
Radek Pazdera 2a98c8e66d ip.7: Add source-specific multicast sockopts
This patch adds documentation of several source-specific multicast
socket options that were added to kernel with implementation
of IGMPv3 in 2.5.68.

The following socket options were added:
  IP_ADD_SOURCE_MEMBERSHIP
  IP_DROP_SOURCE_MEMBERSHIP
  IP_BLOCK_SOURCE
  IP_UNBLOCK_SOURCE
  IP_MSFILTER

Information Sources:
  * RFC 3376 - Internet Group Management Protocol, Version 3
      http://tools.ietf.org/html/rfc3376
  * RFC 3678 - Socket Interface Extensions for Multicast Source
    Filters
      http://tools.ietf.org/html/rfc3678
  * Kernel source tree
      net/ipv4/ip_sockglue.c
      net/ipv4/igmp.c
  * Test programs used in Linux Network Stack Test
      http://git.fedorahosted.org/git/?p=lnst.git
      test_tools/multicast/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 04:34:36 +01:00
Michael Kerrisk d0853a63c5 zdump.8: Bring up to date with zdump --help
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 04:34:28 +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 249b6a9646 unimplemented.2: Remove mention of kernel version number in DESCRIPTION
Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-10 00:16:03 +01:00
Michael Kerrisk 1ce7088e7d syscalls.2: The list on this page is not just syscalls common to all platforms
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-09 19:34:10 +01:00
Michael Kerrisk 7ddff6a42a syscalls.2: Add perfctr(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-09 19:31:23 +01:00
Michael Kerrisk c071b8e0fc syscalls.2: Add ppc_rtas(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-09 19:05:27 +01:00
Michael Kerrisk 823c799b69 syscalls.2: Add kernel version number of utrap_install(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-09 17:39:23 +01:00
Michael Kerrisk 3659da5b70 signal.2: Clarify System V vs BSD semantics for signal()
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-09 03:35:29 +01:00
Michael Kerrisk 73d3ac53ef prctl.2: Document PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER
Reported-by: Shawn Landden <shawnlandden@gmail.com>
Reviewed-by: Lennart Poettering <lennart@poettering.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 21:08:00 +01:00
Michael Kerrisk a44dc57173 fork.2: SEE ALSO: add exit(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 11:29:57 +01:00
Michael Kerrisk 6f620318da prctl.2: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 10:43:03 +01:00
Simon Paillard 0a61a4f401 cpuset.7: add missing 'cpuset.' prefix for some flags
See kernel commit e21a05cb408bb9f244f11a0813d4b355dad0822e

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 10:07:18 +01:00
Michael Kerrisk 7521bf1b61 prctl.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:17 +01:00
Simon Paillard d60d636840 chown.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:17 +01:00
Michael Kerrisk a26ec1365a prctl.2: tfix
Reported-by: Shawn Landden <shawnlandden@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:17 +01:00
Michael Kerrisk d5eb8bed65 query_module.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:17 +01:00
Michael Kerrisk 8d5c0a3dac migrate_pages.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:17 +01:00
Michael Kerrisk b57b23a573 kill.2: wfix: s/did/did not/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:17 +01:00
Michael Kerrisk ceee84ba48 getrlimit.2: srcfix: add a comment with more info re 2.6.12 RLIM_RTPRIO bug
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:16 +01:00
Michael Kerrisk c4b7c8da59 tkill.2: srcfix: Add FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-08 01:26:16 +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 f0e3705bf8 getcontext.2: Make link to page moved into Section 3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:53:49 +01:00
Michael Kerrisk 5283aee633 setcontext.2: Modify link to point to Section 3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:53:20 +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 6e6eb632d1 getdtablesize.2: Link to renamed getdtablesize.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-02-04 22:47:42 +01:00