Commit Graph

9805 Commits

Author SHA1 Message Date
Michael Kerrisk 48ec546666 fstatat.2: Convert to link to stat.2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 66cbeaf41b stat.2: Use argument name 'pathname' throughout page
(Some APIs were using 'path' while others used 'pathname')

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 9f3c96d3e6 stat.2: Remove sentence that fstatat() is present on Solaris
That point was only really relevant before fstatat() was
standardized in POSIX.1.2008.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 282daba969 stat.2: CONFORMING TO: stat(), fstat(), lstat() are specified in POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 071d1c4f14 stat.2: Post-merge reworking of text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 40084043d5 stat.2: Merge text from fstatat(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 5ceec8db07 fchownat.2: Convert to link to chown.2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk cbf12fca9c chown.2: Use argument name 'pathname' throughout page
(Some APIs were using 'path' while others used 'pathname')

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk ed8680a8b6 chown.2: CONFORMING TO: chown(), fchown(), lchown() are in POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 2dc723cfac chown.2: Post-merge reworking of text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk a75c7fd7af chown.2: Remove sentence that fchownat() is present on Solaris
That point was only really relevant before fchownat() was
standardized in POSIX.1.2008.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 0b4b623570 chown.2: Merge text of fchownat(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 50e8ee3985 fchmodat.2: Convert to link to chmod.2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk b828fc2576 chmod.2: Use argument name 'pathname' throughout page
(Some APIs were using 'path' while others used 'pathname')

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 7a99cc7799 chmod.2: Rework/relocate fchmodat() NOTES text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 3894e13892 chmod.2: Post-merge reworking of text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 5dec01d6bd chmod.2: CONFORMING TO: chmod() and fchmod() are also in POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:04 +01:00
Michael Kerrisk 92f114db82 chmod.2: Merge text from fchmodat(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk c331132477 faccessat.2: Convert to link to access.2
All of the faccessat() text has been merged into access(2),
so now all we need here is a link.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk 2626921f46 access.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk 2907fa3e3d access.2: Rework/relocate faccessat() NOTES text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk 98be313dcb access.2: Remove faccessat() race warning
That point is already covered in existing text in this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk 32e370f281 access.2: Post-merge reworking of text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk b9f4755d42 access.2: access() also conforms to POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk 687dcec2c6 access.2: Merge text from faccessat(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 12:41:03 +01:00
Michael Kerrisk 2d829cd2bd open.2: Remove sentence that openat() is present on Solaris
That point was only really relevant before openat() was
standardized in POSIX.1.2008.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 10:34:00 +01:00
Michael Kerrisk 58c74bc632 openat.2: Convert to link to open.2
All of the openat() text has been merged into open(2),
so now all we need here is a link.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 10:34:00 +01:00
Michael Kerrisk 7b8ba76c2f open.2: Merge text from openat(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 10:33:47 +01:00
Michael Kerrisk 90823c7091 open.2: Make NAME text a little more generic
(No need to say "file *or device*")

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 07:11:26 +01:00
Michael Kerrisk 75af9c081d faccessat.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-21 06:42:40 +01:00
Michael Kerrisk c7680dfb5d fstatat.2: AT_EMPTY_PATH and AT_NO_AUTOMOUNT are Linux-specific
These flags require _GNU_SOURCE.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-20 11:08:59 +01:00
Michael Kerrisk 81906d23dd linkat.2: AT_EMPTY_PATH is Linux-specific and requires _GNU_SOURCE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-20 11:08:59 +01:00
Michael Kerrisk fc3df5accd fchownat.2: AT_EMPTY_PATH is Linux-specific and requires _GNU_SOURCE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-20 11:08:59 +01:00
Michael Kerrisk 4a8961c3d5 scandir.3: Update feature test macro requirements
The FTM requirements changed in glibc 2.10.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-20 10:17:41 +01:00
Michael Kerrisk eceaee4705 fcntl.2: Warn that F_GETLK info may already be out of date when the call returns
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-20 08:34:28 +01:00
Michael Kerrisk dc45cae328 fcntl.2: Minor fix: reorder constants to match order of accompanying text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-20 08:32:14 +01:00
Michael Kerrisk b73bf0aed0 syscalls.2: SEE ALSO: add intro(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-19 12:42:03 +01:00
Michael Kerrisk 49bd7f5828 intro.2: Describe policy on documenting differences between syscall and glibc API
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-19 12:28:12 +01:00
Michael Kerrisk 051ec121f0 ptrace.2: Make it clearer that glibc and syscall APIs differ for PTRACE_PEEK*
Thanks to Denys Vlasenko's additions in 78686915ae
this page does note that the glibc API for PTRACE_PEEK*
differs from the raw syscall interface. But, as the report
at https://bugzilla.kernel.org/show_bug.cgi?id=70801 shows,
this information could be more obvious. This patch makes its so.

Reported-by: Andrew Hunter <ahh@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-19 11:41:33 +01:00
Michael Kerrisk 36f5dd10ba ptrace.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-19 10:34:42 +01:00
Michael Kerrisk a71b27f8bb ptrace.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-19 09:24:51 +01:00
Michael Kerrisk 1c75396076 Changes.old: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 15:16:56 +01:00
Michael Kerrisk 324197b583 Start of man-pages-3.61: updating Changes and Changes.old 2014-02-18 15:01:50 +01:00
Michael Kerrisk 64f4ea8025 Start of man-pages-3.61: updating .Announce and .lsm files 2014-02-18 15:01:50 +01:00
Michael Kerrisk 14e321f266 Start of man-pages-3.61: renaming .Announce and .lsm files 2014-02-18 15:01:50 +01:00
Michael Kerrisk 5ffd921ac4 Ready for 3.60 2014-02-18 14:18:23 +01:00
Michael Kerrisk 806d5dbe9d Changes: Ready for 3.60
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 14:17:56 +01:00
Michael Kerrisk 2e5a86ddf2 sigvec.3: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 14:16:06 +01:00
Michael Kerrisk ba1097a1dc armscii-8.7, cp1251.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-u.7: Remove comment that glyphs in column 4 may not display correctly
With the conversion to UTF-8, the glyphs in column 4 of the
tables in these pages will display regardless of whether the
environment is configured for the corresponding character set.

Reported-by: Simon Paillard <spaillard@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 10:02:09 +01:00
D. Barbier 711518bc71 iso_8859-11.7, iso_8859-13.7: Fix encoding mistakes in 5f7f4042b8
Fixed via:

  for f in iso_8859-11 iso_8859-13; do
    cp man7/$f.7 $f
    iconv -f utf8 -t latin1 $f | iconv -f iso-${f#iso_} -t utf8 > man7/$f.7
  done

Reported-by: Simon Paillard <spaillard@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 09:34:20 +01:00