Commit Graph

6879 Commits

Author SHA1 Message Date
David Prevot aff1a02df6 koi8-r.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 16:45:09 +02:00
Michael Kerrisk b3bc5386d6 unshare.2: Document CLONE_NEWNET
Reported-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 16:32:50 +02:00
Michael Kerrisk da2e0e532f unshare.2: Document CLONE_NEWUTS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 16:29:20 +02:00
Michael Kerrisk a948ae520e unshare.2: Dcoument CLONE_SYSVSEM
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 16:28:36 +02:00
Michael Kerrisk 25539b1b6c unshare.2: Document CLONE_NEWIPC
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 16:19:48 +02:00
Michael Kerrisk 486d4e9b99 unshare.2: Relocate discussion of CAP_SYS_ADMIN to CLONE_NEWNS section
And rewrite the EPERM description to be more general in
preparation for the new flags to be documented.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 16:02:24 +02:00
Michael Kerrisk c8e4c1bdc3 unshare.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 15:59:48 +02:00
Michael Kerrisk 05b9225154 access.2: Note use of faccessat(2) for checking symbolic link permissions
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:41:36 +02:00
Michael Kerrisk 1cdb1ec17c faccessat.2: Note that faccessat() is racy
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:41:36 +02:00
Michael Kerrisk 8d81c0c9e6 euidaccess.3: Note the use of faccessat(2) to operate on symbolic links
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:41:36 +02:00
Michael Kerrisk d8f2cf30d4 euidaccess.3: Note that the use of euidaccess() is racy
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:25:41 +02:00
Michael Kerrisk 4713564349 access.2: Give an example of a safer alternative to using access()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:19:24 +02:00
Michael Kerrisk 7a35b9818e access.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:09:48 +02:00
Bernhard Walle e5266ff974 getopt.3: Use constants in getopt_long() example
The description of getopt_long() mentions the constants
required_argument, no_argument and optional_argument.
Use them in the example to make the code easier to understand.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
2010-10-24 09:05:10 +02:00
David Prevot b66a64313c koi8-r.7: Fix SEE ALSO reference and letter names
he koi8-r(7) (Russian Net Character Set) manual page refers to
iso-8859-7(7) manual page, which is the Latin/Greek one. I guess it
should refer instead to the iso-8859-5(7) (Latin/Cyrillic) one. This is
addressed at the end of the patch.

It has also been spotted that letter names are different in this manual
page and in the Unicode related page [0], the first part of the page
address this.

        0: http://www.unicode.org/charts/PDF/U0400.pdf

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 09:00:39 +02:00
David Prevot 0420475dee ip.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 08:20:28 +02:00
David Prevot 299fc00dbf ip.7: Place socket options in alphabetical order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 08:16:40 +02:00
David Prevot e89c891162 ip.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 08:14:37 +02:00
David Prevot 1243ef4e2d ip.7: Fix name of socket option: s/IP_TTL/IP_TRANSPARENT/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-24 08:10:25 +02:00
Michael Kerrisk b39f3e059c getgrent.3, getgrent_r.3, getgrnam.3: Refer reader for group(5) for more ino on group structure
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:55:14 +02:00
Michael Kerrisk 7f12f11793 getpw.3, getpwent.3, getpwent_r.3: Refer reader to passwd(5) for more info on the passwd structure
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:55:14 +02:00
Michael Kerrisk 958680cd75 getpwent.3, getpwnam.3: Note that pw_gecos is not in POSIX
And change the comment describing this field

Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:54:48 +02:00
Michael Kerrisk 59f65cfddc getpw.3: Change comment describing pw_gecos
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:43:32 +02:00
Michael Kerrisk 97724acd24 getpwent_r.3: Change comment describing pw_gecos
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:43:32 +02:00
Michael Kerrisk 011520b834 getpwnam.3: Some rewording and restructuring
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:43:32 +02:00
Michael Kerrisk df0c9b98a7 passwd.5: Various minor rewordings
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:43:32 +02:00
Michael Kerrisk 91567885b5 group.5: Various minor rewordings
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 11:43:32 +02:00
Michael Kerrisk 056247673c group.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 10:51:39 +02:00
Michael Kerrisk f03743fde2 passwd.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-21 10:50:45 +02:00
Michael Kerrisk 00b301818f lio_listio.3: New page documenting lio_listio(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-20 13:27:30 +02:00
Michael Kerrisk 6a03b9dddc inotify_add_watch.2: Document ENOENT error
Reported-by: Pádraig Brady <P@draigbrady.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-20 13:25:42 +02:00
Michael Kerrisk 8af786669b subpage_prot.2: Change 1-line page description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-20 12:49:51 +02:00
Michael Kerrisk 68e1e8a869 Start of man-pages-3.30: updating Changes and Changes.old 2010-10-19 19:21:45 +02:00
Michael Kerrisk 78397afd98 Start of man-pages-3.30: updating .Announce and .lsm files 2010-10-19 19:21:45 +02:00
Michael Kerrisk b001b3f4de Start of man-pages-3.30: renaming .Announce and .lsm files 2010-10-19 19:21:45 +02:00
Michael Kerrisk 80786722b1 Ready for 3.29 2010-10-19 19:17:12 +02:00
Michael Kerrisk 435070082d Changes: Update with 3.29 changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 19:15:35 +02:00
Michael Kerrisk b9d468382e sigevent.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 19:14:03 +02:00
Michael Kerrisk dcb3ebed32 malloc_hook.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 16:53:32 +02:00
Yuri Kozlov 43e6655c1d mbind.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 12:38:12 +02:00
Yuri Kozlov cad2c5169b migrate_pages.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 12:35:24 +02:00
Ivana Varekova d722a8bc9f malloc_hook.3: Warn that these functions are deprecated
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 12:32:26 +02:00
Michael Kerrisk a57970603e malloc_hook.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 12:22:07 +02:00
Michael Kerrisk 655d270c45 malloc.3: Emphasize that malloc() and realloc() do not initialize allocated memory
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-18 11:26:42 +02:00
Michael Kerrisk b4b57a9560 malloc.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-18 11:21:08 +02:00
Michael Kerrisk 5024580d6b syscalls.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-18 04:56:09 +02:00
Michael Kerrisk 5a967b5861 pthread_setaffinity_np.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-15 08:29:41 +02:00
Michael Kerrisk f0f55b1927 inotify.7: srcfix: Added FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-15 08:19:47 +02:00
Michael Kerrisk 01710c8d3b inotify_rm_watch.2: SYNOPSIS: fix type of 'wd' argument
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-15 08:07:51 +02:00
Michael Kerrisk e929e68bf8 prctl.2, rtc.4, boot.7, netlink.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-15 07:48:02 +02:00