Commit Graph

9566 Commits

Author SHA1 Message Date
Tilman Schmidt 5bdd426030 netdevice.7: Document SIOCGIFCONF case ifc_req==NULL
Add the missing description of the possibility to call SIOCGIFCONF
with ifc_req==NULL to determine the needed buffer size, as
described in
http://lkml.indiana.edu/hypermail/linux/kernel/0110.1/0506.html
and verified against source files net/core/dev_ioctl.c and
net/ipv4/devinet.c in the current kernel git tree.
This functionality has been present since the beginning of the 2.6
series. It's about time it gets documented.

While I'm at it, also generally clarify the section on
SIOCGIFCONF.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 17:22:21 +13:00
Michael Kerrisk f76e404e3d ferror.3: CONFORMING TO: add fileno()
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 17:12:57 +13:00
Michael Kerrisk 28d286ed66 ferror.3: clearerr(), feof(), and ferror() are also POSIX-conformant
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 17:06:32 +13:00
Michael Kerrisk 8285d50f68 standards.7: Add C11
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 12:46:04 +13:00
Michael Kerrisk 23c9c56419 dlopen.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 12:43:53 +13:00
Michael Kerrisk f1596307c1 standards.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 12:37:03 +13:00
Michael Kerrisk 442bd85578 standards.7: Enhance description of V7
(Nothing of substance now remains from the old intro(2) text.)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 12:34:30 +13:00
Peng Haitao d51899bba0 strstr.3: ATTRIBUTES: Note function that is thread safe with exceptions
The function strstr() is thread safe.
The function strcasestr() is thread safe with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-16 12:16:20 +13:00
Michael Kerrisk 81935e4ab5 resolv.conf.5: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:47:31 +13:00
Michael Kerrisk 78685d04ec io_getevents.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:44:34 +13:00
Michael Kerrisk e03fae06a8 man-pages.7: Prefer "usable" over "useable"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:35:27 +13:00
Michael Kerrisk 158688e55e close.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:32:58 +13:00
Michael Kerrisk 86f1f045b1 setfsuid.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:32:21 +13:00
Michael Kerrisk 9fa65a2e6e mount.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:30:57 +13:00
Michael Kerrisk 48b58f28a3 sigsuspend.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:29:44 +13:00
Michael Kerrisk ab7b0a82df seteuid.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:28:56 +13:00
Michael Kerrisk 5116355cda mount.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:28:06 +13:00
Yuri Kozlov fac55da599 recno.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:17:55 +13:00
Yuri Kozlov cd4e22e8b7 recno.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:16:44 +13:00
Ian Abbott e0368396c0 gets.3: SEE ALSO: add fgets(3)
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-15 17:13:13 +13:00
Michael Kerrisk 9fbe944060 charmap.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:49:55 +13:00
Michael Kerrisk ca5d006fec wcpncpy.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:49:49 +13:00
Michael Kerrisk d75efe7376 wcstombs.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:48:03 +13:00
Michael Kerrisk 4bd05f8fe0 wcsncpy.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:47:45 +13:00
Michael Kerrisk 05766b0234 mbstowcs.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:47:35 +13:00
Peng Haitao 61a70efcfc mq_receive.3: tfix
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:41:33 +13:00
Peng Haitao f27f40b7e8 stpncpy.3: ATTRIBUTES: Note function that is thread-safe
The function stpncpy() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:41:09 +13:00
Peng Haitao 1a10d985a1 stpcpy.3: ATTRIBUTES: Note function that is thread-safe
The function stpcpy() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:41:05 +13:00
Peng Haitao 87a77f93a8 tcgetsid.3: ATTRIBUTES: Note function that is thread-safe
The function tcgetsid() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:40:59 +13:00
Peng Haitao 8f9d0619d3 tcgetpgrp.3: ATTRIBUTES: Note functions that are thread-safe
The functions tcgetpgrp() and tcsetpgrp() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:40:53 +13:00
Peng Haitao 0d2eda1a16 stpncpy.3: wfix
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-13 21:40:45 +13:00
Michael Kerrisk fca91e7672 Changes.old: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-12 06:26:57 +13:00
Michael Kerrisk d7f093e95d gets.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-12 06:22:31 +13:00
Michael Kerrisk d7628532af Start of man-pages-3.57: updating Changes and Changes.old 2014-01-11 11:18:26 +13:00
Michael Kerrisk 8c7baa2062 Start of man-pages-3.57: updating .Announce and .lsm files 2014-01-11 11:18:26 +13:00
Michael Kerrisk 0af95b32bf Start of man-pages-3.57: renaming .Announce and .lsm files 2014-01-11 11:18:26 +13:00
Michael Kerrisk 035bfba70a Ready for 3.56 2014-01-11 08:05:00 +13:00
Michael Kerrisk d35326474f Removed trailing white space at end of lines 2014-01-11 08:04:54 +13:00
Michael Kerrisk 7afdce994d Expanded tabs 2014-01-11 08:04:54 +13:00
Michael Kerrisk a4c4a79322 Changes: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 08:04:32 +13:00
Michael Kerrisk b49e836b7c Changes: Ready for 3.56
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 08:01:55 +13:00
Michael Kerrisk babc6dd47b syscall.2, syscalls.2, ftw.3, getauxval.3, mcheck.3, puts.3, scanf.3, strftime.3, libc.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 06:44:42 +13:00
Michael Kerrisk f14ae16e57 accept.2, clock_getres.2, mkdir.2, request_key.2, wait.2, printf.3, bootparam.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 06:25:02 +13:00
Michael Kerrisk f577d7ef7a netdevice.7, packet.7, udp.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 06:21:00 +13:00
Michael Kerrisk 76c637e18c getcpu.2, getunwind.2, kcmp.2, mmap.2, perf_event_open.2, perfmonctl.2, quotactl.2, restart_syscall.2, btree.3, dbopen.3, hash.3, recno.3, sched_getcpu.3, elf.5, bootparam.7, hier.7, netdevice.7, rtnetlink.7: wfix: "xxxx specific" ==> "xxxx-specific" 2014-01-11 06:16:28 +13:00
Michael Kerrisk d840e4faf3 arp.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 06:10:39 +13:00
Michael Kerrisk f2cc5c88c2 pthread_setname_np.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 06:06:57 +13:00
Simon Paillard fd00f12ce5 reboot.2: tfix (double word) and minor format issue
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-11 05:47:54 +13:00
Michael Kerrisk 6d42f0dc9c dlopen.3: Fix description of dli_sname
See https://sourceware.org/bugzilla/show_bug.cgi?id=16262

Reported-by: Stephen Kell <srk31@srcf.ucam.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-08 14:07:34 +13:00
Michael Kerrisk d72a31c6f0 adjtime.3, getw.3: srcfix: Start new sentence on new source line
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-01-08 13:54:41 +13:00