Commit Graph

2707 Commits

Author SHA1 Message Date
Denis Barbier 356df505c0 pthread_sigqueue.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-12-03 07:42:17 +01:00
Petr Uzel ab1d9621fa usleep.3: usleep() suspends calling thread, not process
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-12-03 07:42:17 +01:00
Michael Kerrisk b0226745db lio_listio.3: srcfix: Remove outdated FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-17 07:06:10 +01:00
Michael Kerrisk 02a7d76f08 pthread_sigqueue.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-17 06:57:14 +01:00
Michael Kerrisk d56af11baa pthread_sigqueue.3: New page documenting ptrhead_sigqueue()
pthread_sigqueue() is new in glibc 2.11 (requires a kernel with
rt_tgsigqueinfo(), added in Linux 2.6.31).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-16 07:48:01 +01:00
Michael Kerrisk be78d88194 memcpy.3: Change "should not overlap" to "must not overlap"
glibc 2.12 changed things so that applications that use memcpy() on
overlapping regions will encounter problems. (The standards have
long said that the behavious is undefined if the memory areas
overlap.)

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603144
In reference of http://lwn.net/Articles/414467/
and http://article.gmane.org/gmane.comp.lib.glibc.alpha/15278

Reported-by: Lars Wirzenius <liw@liw.fi>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-15 07:10:55 +01:00
Michael Kerrisk 0ef846029d ftok.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-12 06:36:30 +01:00
Michael Kerrisk dfac43955e intro.3: Added various pages to SEE ALSO
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-11 06:55:48 +01:00
Michael Kerrisk 6d678d7702 printf.3: Formatting fixes in example code
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-11 05:53:39 +01:00
Michael Kerrisk 505051cb9a getutent.3: ffix
Reported-by: Yuri Kozlov <yuray@komyakino.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-04 07:23:05 +01:00
Michael Kerrisk d5e2db539d clone.2, fcntl.2, euidaccess.3, getopt.3: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 15:53:53 +01:00
Michael Kerrisk 0b80cf56e3 Changes, clone.2, mount.2, nanosleep.2, sigaltstack.2, statfs.2, timer_settime.2, ctime.3, fmemopen.3, nl_langinfo.3, posix_memalign.3, pthread_attr_init.3, pthread_setaffinity_np.3, pthread_setschedprio.3, pthread_testcancel.3, setjmp.3, sigwait.3, tty_ioctl.4, epoll.7, posixoptions.7, unix.7: Add section number to references to functions documented in other pages
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 08:07:28 +01:00
Michael Kerrisk b1e9ce70b2 psignal.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 08:03:35 +01:00
Michael Kerrisk 705b3a5c1d modf.3: tfix: s/modl/modfl/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:53:34 +01:00
Michael Kerrisk dbf9befcf7 getutent.3: wfix: s/pututent/pututline/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:49:07 +01:00
Michael Kerrisk 9afb166c54 makedev.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:27:20 +01:00
Michael Kerrisk 82b6d79719 timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, dprintf.3, aio.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:21:04 +01:00
Michael Kerrisk 9db92f1640 setaliasent.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:20:22 +01:00
Michael Kerrisk 27807c324f Changes, keyctl.2, request_key.2, subpage_prot.2, syslog.2, pthread_kill.3: ERRORS: Place errors in alphabetical order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:18:03 +01:00
Michael Kerrisk eb0ac593e2 wctype.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 07:04:52 +01:00
Michael Kerrisk 27d47e71ef Changes, access.2, clone.2, aio_init.3, atexit.3, makecontext.3, makedev.3, pthread_attr_setdetachstate.3, pthread_exit.3: Remove redundant section number in page references
Remove section number in function references that are for
functions documented on this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 06:59:37 +01:00
Michael Kerrisk 3e5c319e24 clock_nanosleep.2, getpriority.2, kexec_load.2, nanosleep.2, nice.2, sched_setaffinity.2, timer_create.2, timer_delete.2, timer_settime.2, utime.2, btowc.3, futimes.3, log.3, pthread_attr_setguardsize.3, pthread_kill_other_threads_np.3, pthread_setaffinity_np.3, pthread_setcancelstate.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_tryjoin_np.3, strcoll.3, strcpy.3, string.3, strxfrm.3, networks.5, aio.7, sigevent.7, udplite.7: SEE ALSO: Place entries in correct order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-11-01 06:35:42 +01:00
Michael Kerrisk 0a4f8b7bb4 getresuid.2, intro.2, mremap.2, open.2, poll.2, posix_fadvise.2, pread.2, remap_file_pages.2, setresuid.2, signal.2, splice.2, sync_file_range.2, tee.2, vmsplice.2, INFINITY.3, asprintf.3, assert_perror.3, basename.3, bsd_signal.3, canonicalize_file_name.3, clog10.3, crypt.3, dl_iterate_phdr.3, dlopen.3, dprintf.3, encrypt.3, exp10.3, fcloseall.3, fenv.3, ffs.3, fmemopen.3, fopencookie.3, ftw.3, getdate.3, getline.3, getloadavg.3, getopt.3, getsubopt.3, getutent.3, grantpt.3, hsearch.3, intro.3, lseek64.3, memmem.3, mempcpy.3, mq_receive.3, mq_send.3, posix_fallocate.3, pow10.3, program_invocation_name.3, ptsname.3, putgrent.3, readdir.3, sigset.3, sincos.3, stpcpy.3, stpncpy.3, strchr.3, strfry.3, strnlen.3, strptime.3, strsignal.3, strstr.3, strverscmp.3, swab.3, sysv_signal.3, tsearch.3, unlocked_stdio.3, unlockpt.3, wcpcpy.3, wcpncpy.3, wcsdup.3, wcwidth.3: SEE ALSO: Remove redundant reference to feature_test_macros(7)
Reported-by: Florian Lehmann <flo.lehmann@googlemail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-31 06:06:58 +01:00
Michael Kerrisk eea5f17b66 strnlen.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-31 05:53:37 +01:00
Michael Kerrisk 9e4af1fec2 sched_getcpu.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-31 05:51:54 +01:00
Michael Kerrisk b80f966bb0 getresuid.2, mremap.2, poll.2, remap_file_pages.2, setresuid.2, splice.2, sync_file_range.2, syscall.2, tee.2, vmsplice.2, INFINITY.3, aio_init.3, asprintf.3, assert_perror.3, basename.3, bsd_signal.3, canonicalize_file_name.3, clog10.3, crypt.3, dl_iterate_phdr.3, dlopen.3, encrypt.3, exp10.3, fcloseall.3, fenv.3, fopencookie.3, ftw.3, getaddrinfo_a.3, getloadavg.3, getutent.3, grantpt.3, hsearch.3, lseek64.3, memmem.3, mempcpy.3, pow10.3, program_invocation_name.3, ptsname.3, putgrent.3, sched_getcpu.3, sincos.3, strchr.3, strfry.3, strnlen.3, strptime.3, strstr.3, strverscmp.3, swab.3, sysv_signal.3, tsearch.3, unlockpt.3, wcwidth.3: Add reference to feature_test_macros(7)
Some pages simply list feature test macro requirements in
the form:

    #define #GNU_SOURCE
    #include <someheader.h>

For these pages, add a "See feature_test_macros(7)" comment
on the "#define" line.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-31 05:31:47 +01:00
Michael Kerrisk f95b57bdc7 fenv.3: Clarify wording relating to glibc version
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-31 05:17:37 +01: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
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
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 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 dcb3ebed32 malloc_hook.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-19 16:53:32 +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 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 b218b02329 open.2, poll.2, select_tut.2, getpt.3, openpty.3, posix_openpt.3, ptsname.3, unlockpt.3, pts.4, tty_ioctl.4, proc.5, pty.7: spfix: s/psuedoterminal/psuedoterminal/g
Reported-by: Denis Barbier <bouzim@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-13 05:32:15 +02:00
Michael Kerrisk 14f840aaf3 grantpt.3: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:58:19 +02:00
Michael Kerrisk 6d4268dfe0 grantpt.3, ptsname.3, unlockpt.3, pts.4: Global fix: s/pty/pseudoterminal/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:55:18 +02:00
Michael Kerrisk 662b2137e8 open.2, poll.2, select_tut.2, getpt.3, grantpt.3, openpty.3, posix_openpt.3, ptsname.3, unlockpt.3, pts.4, tty_ioctl.4, proc.5, pty.7: Global fix: s/pseudo-terminal/pseudoterminal/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:51:51 +02:00
Michael Kerrisk 4891f52a48 recv.2, cmsg.3, unix.7: global fix: s/UNIX socket/UNIX doamin socket/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:49:35 +02:00
Michael Kerrisk 008f1ecc43 intro.1, time.1, accept.2, bind.2, connect.2, execve.2, flock.2, getdents.2, getpriority.2, getuid.2, intro.2, ioctl.2, mincore.2, mknod.2, personality.2, ptrace.2, read.2, recv.2, select_tut.2, send.2, sendfile.2, shmctl.2, sigaction.2, signal.2, stat.2, times.2, truncate.2, umask.2, wait.2, MB_CUR_MAX.3, MB_LEN_MAX.3, argz_add.3, btowc.3, clearenv.3, clock.3, cmsg.3, end.3, endian.3, errno.3, exit.3, fgetwc.3, fgetws.3, fopen.3, fputwc.3, fputws.3, fseek.3, fwide.3, getfsent.3, getgrnam.3, gethostid.3, getipnodebyname.3, getmntent.3, getpwnam.3, getwchar.3, grantpt.3, iconv.3, iconv_close.3, iconv_open.3, insque.3, intro.3, iswalnum.3, iswalpha.3, iswblank.3, iswcntrl.3, iswctype.3, iswdigit.3, iswgraph.3, iswlower.3, iswprint.3, iswpunct.3, iswspace.3, iswupper.3, iswxdigit.3, malloc.3, mblen.3, mbrlen.3, mbrtowc.3, mbsinit.3, mbsnrtowcs.3, mbsrtowcs.3, mbstowcs.3, mbtowc.3, mkstemp.3, mktemp.3, nl_langinfo.3, openpty.3, posix_openpt.3, printf.3, ptsname.3, putwchar.3, qecvt.3, rcmd.3, readdir.3, rexec.3, rpc.3, setnetgrent.3, shm_open.3, sigpause.3, stdin.3, stpcpy.3, strftime.3, strptime.3, syslog.3, towctrans.3, towlower.3, towupper.3, ttyslot.3, ungetwc.3, unlocked_stdio.3, wcpcpy.3, wcpncpy.3, wcrtomb.3, wcscasecmp.3, wcscat.3, wcschr.3, wcscmp.3, wcscpy.3, wcscspn.3, wcsdup.3, wcslen.3, wcsncasecmp.3, wcsncat.3, wcsncmp.3, wcsncpy.3, wcsnlen.3, wcsnrtombs.3, wcspbrk.3, wcsrchr.3, wcsrtombs.3, wcsspn.3, wcsstr.3, wcstok.3, wcstombs.3, wcswidth.3, wctob.3, wctomb.3, wctrans.3, wctype.3, wcwidth.3, wmemchr.3, wmemcmp.3, wmemcpy.3, wmemmove.3, wmemset.3, wprintf.3, console_ioctl.4, pts.4, elf.5, filesystems.5, hosts.5, proc.5, ttytype.5, boot.7, capabilities.7, credentials.7, epoll.7, glob.7, koi8-r.7, path_resolution.7, pty.7, signal.7, suffixes.7, time.7, unicode.7, unix.7, uri.7, utf-8.7: global fix: s/Unix/UNIX/
The man pages were rather inconsistent in the use of "Unix"
versus "UNIX". Let's go with the trademark usage.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:49:17 +02:00
Michael Kerrisk 1f409d5d0b fmtmsg.3, gethostbyname.3, termios.3: Global fix: s/Unixware/UnixWare/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:44:46 +02:00
Michael Kerrisk 930e3731ff psignal.3: Update BUGS section; both psiginfo() bugs are reportedly now fixed
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-12 06:14:39 +02:00
Michael Kerrisk 83e5bed5a5 strcpy.3: Formatting fixes in strncpy() example implementation code
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-11 08:09:30 +02:00
Michael Kerrisk a2d58b150f psignal.3: Add details, VERSIONS, and BUGS for psiginfo()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-10 18:27:41 +02:00
Guillem Jover 176a21c17d psiginfo.3: New link to psignal.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-10 18:22:09 +02:00
Michael Kerrisk 0de147702d psignal.3: Add some entries to SEE ALSO
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-10 18:20:08 +02:00
Guillem Jover 58ac0956dc psignal.3: Document psiginfo()
psiginfo() was added to glibc in version 2.10.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-10 18:19:27 +02:00
Simon Paillard af15dfabca getaddrinfo_a.3: ffix: format fix for consistency
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-09 16:29:19 +02:00
Michael Kerrisk 6d80e8c747 gethostbyname.3: tfix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-06 07:54:00 +02:00
Michael Kerrisk 1f2a5c641f getaddrinfo_a.3: ffix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-06 07:43:10 +02:00
Michael Kerrisk cf97e6eff5 gai_cancel.3, gai_error.3, gai_suspend.3: Make these into links
In the previous release, these files were accidentally made copies
of getaddrinfo_a.3, instead of being made as link files.

Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-06 07:40:58 +02:00
Thomas Jarosch ebd05fecfe getifaddrs.3: Prevent possible NULL pointer access in example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-06 07:34:09 +02:00
Michael Kerrisk 9d7a9f90c7 aio_init.3: New page documenting aio_init(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-06 07:16:10 +02:00
Michael Kerrisk cd587df646 aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3, aio_write.3: SEE ALSO: Add lio_listio(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-04 06:23:09 +02:00
Michael Kerrisk 6888422f4d sigstack.3, vlimit.3, vtimes.3: srcfix: Place comments after .so line
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-04 05:31:24 +02:00
Michael Kerrisk 59e9285d75 Removed trailing white space at end of lines 2010-10-04 05:04:21 +02:00
Michael Kerrisk ee644b657b sched_setscheduler.2, gethostbyname.3, mq_notify.3, posix_openpt.3: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-04 04:56:58 +02:00
Michael Haardt 7b93714089 nl_langinfo.3: Make it clear that nl_langinfo() interacts with setlocale()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 18:03:31 +02:00
Michael Haardt 7f3e079fb0 nl_langinfo.3: Add an example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 18:02:21 +02:00
Michael Kerrisk 7f4dc8ae05 ttyslot.3: tfix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:55:15 +02:00
Michael Kerrisk 3e0a4e009e dprintf.3: srcfix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:51:29 +02:00
Michael Kerrisk 0491cc6948 j0.3: tfix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:41:00 +02:00
Michael Kerrisk 8434463d6a gethostbyname.3: Fox formatting of feature test macros
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:39:37 +02:00
Michael Kerrisk ed8f1a2721 gethostid.3: tfix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:36:47 +02:00
Michael Kerrisk 6fe4500939 getgrent.3: tfix
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:34:50 +02:00
Landijk 710f846a1e malloc.3: Remove editorializing comments on memory overcommitting
See https://bugzilla.kernel.org/show_bug.cgi?id=19332

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:28:17 +02:00
Michael Kerrisk b44bee1679 aio_cancel.3, aio_error.3, aio_read.3, aio_return.3: Add pointer to aio(7) for example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 6719e3c71f aio_fsync.3: srcfix: remove unneeded FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 46e723d4c4 aio_fsync.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 2c1c3c95f5 aio_write.3: Add pointer to sigevent(7) for details of notification of I/O completion
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 8053c1161b aio_read.3: Add pointer to sigevent(7) for details of notification of I/O completion
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk c8cedd7e4d aio_write.3: Various minor rewordings and additions
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 37bf187995 aio_read.3: Various minor rewordings and additions
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk ab3206e7f1 ctime.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 0cae8d0c85 aio_suspend.3: Various additions and rewordings.
Give some arguments more meaningful names.
More explicitly describe the 'nitems' argument.
Explicitly note that return is immediate if an I/O operation
has already completed.
Note that aio_error(3) should be used to scan the aiocb list
after a successful return.
Add references to other relevant pages.
Various other pieces rewritten.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 898d27b493 aio_return.3: Improve description in RETURN VALUE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk a534e8baa5 aio_fsync.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 5e91d9e10b aio_fsync.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk ba9e24aa69 aio_error.3: Wording improvements in RETURN VALUE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 2b014d760d aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3, aio_write.3: Refer the reader to aio(7) for a description of the aiocb structure
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk ead0a6e593 aio_cancel.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 25fa6c3dcf aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3, aio_write.3: SEE ALSO: Add reference to new aio(7) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-03 17:12:29 +02:00
Michael Kerrisk 4c3fb9353c aio_cancel.3: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-02 17:28:10 +02:00
Michael Kerrisk 793514ae3f aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3, aio_write.3: CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-02 17:28:10 +02:00
Michael Kerrisk 6db120153b rand.3: Remove duplicate #include in example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-01 20:26:15 +02:00
Michael Kerrisk 12ec54b408 malloc.3: Various minor reorganizations and wording fix-ups
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-10-01 20:18:07 +02:00
Michael Kerrisk 48d8c37dd6 posix_openpt.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 18:17:05 +02:00
Petr Baudis f91b1db076 strtok.3: Add reference to strtok() example in getaddrinfo(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 07:52:54 +02:00
Michael Kerrisk b27b115382 getaddrinfo.3: Add SEE ALSO reference to new getaddrinfo_a.3 page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 07:52:54 +02:00
Petr Baudis b5ae78a107 gai_cancel.3, gai_error.3, gai_suspend.3: New links to new getaddrinfo_a.3 page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 07:52:54 +02:00
Petr Baudis e11d63b940 getaddrinfo_a.3: New page documenting getaddrinfo_a()
The page also documents gai_suspend(), gai_cancel(),
and gai_error().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 07:52:47 +02:00
Michael Kerrisk 0d5f6a62aa timer_create.2, mq_notify.3: Standardize on name 'sevp' for sigeevnt argument
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 06:58:55 +02:00
Michael Kerrisk a339ce4369 asinh.3, atanh.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-27 03:02:20 +02:00
Michael Kerrisk 7b072c4d33 brk.2, chroot.2, vfork.2, ecvt.3, gcvt.3, getcwd.3, getpass.3, mktemp.3, posix_memalign.3, strdup.3, ttyslot.3, ualarm.3, usleep.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 17:46:36 +02:00
Michael Kerrisk 7990e026cc chdir.2, chmod.2, chown.2, gethostname.2, getsid.2, pread.2, setpgid.2, sigaltstack.2, truncate.2, wait.2, dirfd.3, getsubopt.3, mkdtemp.3, mkstemp.3, siginterrupt.3, strdup.3: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 17:43:00 +02:00
Michael Kerrisk 3ba63d802e chdir.2, chmod.2, chown.2, gethostname.2, getsid.2, pread.2, setpgid.2, sigaltstack.2, stat.2, truncate.2, wait.2, dirfd.3, getsubopt.3, mkdtemp.3, mkstemp.3, siginterrupt.3, strdup.3: Simplify feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 17:16:57 +02:00
Michael Kerrisk 1348fbcb29 mktemp.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:57:17 +02:00
Michael Kerrisk e6a44d61f9 getw.3: Fix feature test macros
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:50:59 +02:00
Michael Kerrisk 68d2edce08 getw.3: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:43:28 +02:00
Denis Barbier 7f7cdb47b4 rand.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:05:56 +02:00
Denis Barbier e97109f335 tanh.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:04:33 +02:00
Denis Barbier 05a46db651 rand.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:03:33 +02:00
Michael Kerrisk 32ee913a0a clearenv.3: Fix error in feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 16:02:31 +02:00
Michael Kerrisk 66d3a13ba5 hash.3, stdarg.3, unicode.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 07:37:23 +02:00
Michael Kerrisk 5fab2e7c9c Changes.old, clone.2, execve.2, fcntl.2, futex.2, getitimer.2, getpriority.2, mmap.2, mount.2, mprotect.2, sched_setscheduler.2, select_tut.2, setuid.2, sigaltstack.2, vfork.2, div.3, fenv.3, fmod.3, memchr.3, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, pthread_getattr_np.3, queue.3, scanf.3, trunc.3, st.4, proc.5, services.5, utmp.5, bootparam.7, capabilities.7, feature_test_macros.7, futex.7, glob.7, man.7, netlink.7, unicode.7: Switch to American usage: "-wards" ==> "-ward"
American English uses "afterward" in preference to "afterwards",
and so on

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 07:34:47 +02:00
Michael Kerrisk 3e42cfb8e0 error_one_per_line: Fix misnamed link file (was fix_on_per_line.3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 07:11:49 +02:00
Michael Kerrisk 3178b9b18b vtimes.3: New link to getrusage.2
No new programs should use vtimes(3). Point the user to the
better getrusage(2), whose man page briefly mentions vtimes(3).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 07:04:27 +02:00
Michael Kerrisk 20737e6492 vlimit.3: New link to getrlimit.2
No new programs should use vlimit(3). Point the user to the
better setrlimit(2), whose man page briefly mentions vlimit(3).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 07:04:04 +02:00
Michael Kerrisk 7d56e2b530 sigstack.3: New link to sigaltstack.2
No new programs should use sigstack(3). Point the user to the
better sigalstack(2), whose man page briefly mentions sigstack(3).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-26 06:23:15 +02:00
Michael Kerrisk c5e564826e exec.3: ffix: Add missing VERSIONS heading 2010-09-25 18:02:26 +02:00
Michael Kerrisk 3e3f098fa6 exec.3: Add feature test macro requirements for execvpe()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-25 18:01:45 +02:00
Michael Kerrisk 194bd04d28 execvpe.3: New link to exec.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-25 08:23:33 +02:00
Michael Kerrisk c63619503f exec.3: Document execpe()
This function was added to glibc in version 2.11.
Also various other small rewrites in the page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-25 08:22:31 +02:00
Michael Kerrisk 8891f71266 exec.3: Note execvp() and execlp() behavior for filename containing a slash
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-23 17:35:16 +02:00
Michael Kerrisk 6517af00e6 exec.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-23 17:33:20 +02:00
Michael Kerrisk 76e2566b03 exec.3: Rewrite description of PATH and mention _CS_PATH
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-23 17:28:23 +02:00
Michael Kerrisk c54ed37e0a chown.2, mmap.2, frexp.3, pthread_setschedparam.3, strtok.3: Remove comments on closing braces in example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-23 08:31:18 +02:00
Michael Kerrisk 0e4d2d22f0 dysize.3: Remove crufty statement about old SCO bug
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 18:28:29 +02:00
Michael Kerrisk f6b326eba5 Removed trailing white space at end of lines 2010-09-22 18:09:17 +02:00
Michael Kerrisk 0b0e746aed rtnetlink.3: wsfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk 168e3472bc mq_notify.3: Factor out generic material that was moved to new sigevent(7) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk ec856419c1 aio_fsync.3: Add reference to new sigevent(7) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
W. Trevor King 247cb8f555 random.3: Update initstate() return value description to match glibc
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk 50831f9b8a _exit.2, brk.2, capget.2, chdir.2, chmod.2, chown.2, chroot.2, getdtablesize.2, gethostname.2, getpagesize.2, getsid.2, killpg.2, mknod.2, mknodat.2, poll.2, posix_fadvise.2, pread.2, readlink.2, setpgid.2, setreuid.2, sigaltstack.2, stat.2, symlink.2, sync.2, truncate.2, vfork.2, wait.2, wait4.2, a64l.3, abs.3, acos.3, acosh.3, asin.3, asinh.3, atan.3, atan2.3, atoi.3, cbrt.3, ceil.3, copysign.3, cosh.3, dirfd.3, div.3, ecvt.3, erf.3, erfc.3, exp.3, exp2.3, fabs.3, fdim.3, ffs.3, floor.3, fma.3, fmax.3, fmin.3, fmod.3, fpclassify.3, frexp.3, ftw.3, fwide.3, gcvt.3, getcwd.3, getdate.3, getgrent.3, gethostid.3, getpass.3, getpwent.3, getsubopt.3, getw.3, hypot.3, ilogb.3, index.3, isalpha.3, isgreater.3, iswblank.3, j0.3, ldexp.3, lockf.3, log.3, log10.3, log1p.3, logb.3, lrint.3, lround.3, mkstemp.3, mktemp.3, modf.3, mq_receive.3, mq_send.3, nan.3, nextafter.3, posix_fallocate.3, posix_memalign.3, printf.3, qecvt.3, random.3, realpath.3, remainder.3, remquo.3, rint.3, round.3, scalb.3, scalbln.3, scanf.3, siginterrupt.3, signbit.3, sigset.3, sinh.3, sqrt.3, strcasecmp.3, strcat.3, strchr.3, strcmp.3, strcoll.3, strcpy.3, strfry.3, strpbrk.3, strsep.3, strspn.3, strstr.3, strtod.3, strtok.3, strtol.3, strtoul.3, strxfrm.3, tanh.3, tgamma.3, trunc.3, ttyslot.3, ualarm.3, usleep.3, wprintf.3, armscii-8.7, cp1251.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-3.7, iso_8859-5.7, iso_8859-6.7, iso_8859-8.7, koi8-u.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk 047cb38034 pthread_kill_other_threads_np.3: grfix
Reported-by: Denis Barbier <bouzim@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk ea91c3fdde faccessat.2, dprintf.3, fexecve.3, fmemopen.3, mbsnrtowcs.3, mkfifoat.3, opendir.3, stpcpy.3, stpncpy.3, strnlen.3, strsignal.3, wcpcpy.3, wcpncpy.3, wcscasecmp.3, wcsdup.3, wcsncasecmp.3, wcsnlen.3, wcsnrtombs.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk b23c187cc2 mktemp.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk 2a274afbfe gcvt.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:09 +02:00
Michael Kerrisk 9a30939ed9 clock_nanosleep.2, posix_fadvise.2, clock_getcpuclockid.3, mq_receive.3, mq_send.3, posix_fallocate.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk a520b226de j0.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 1e82fbcf78 getpwent.3: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk aae8e0acc7 getgrent.3: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 8b0d34e455 acos.3, asin.3, atan.3, atan2.3, ceil.3, cos.3, cosh.3, exp.3, fabs.3, floor.3, fmod.3, frexp.3, j0.3, ldexp.3, log.3, log10.3, modf.3, pow.3, sin.3, sinh.3, sqrt.3, tan.3, tanh.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk f1cb91e278 erf.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 12c809149f getgrent.3: Update feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk a9dc989bb4 getpwent.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 98dbe7af76 brk.2, chroot.2, faccessat.2, fchmodat.2, fchownat.2, fstatat.2, futimesat.2, getdtablesize.2, getpagesize.2, getsid.2, linkat.2, mkdirat.2, mknodat.2, openat.2, pread.2, readlinkat.2, renameat.2, setpgid.2, sigaltstack.2, symlinkat.2, sync.2, timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, unlinkat.2, utimensat.2, vfork.2, acosh.3, asinh.3, atanh.3, dirfd.3, dprintf.3, ecvt.3, expm1.3, fexecve.3, fmemopen.3, gcvt.3, getcwd.3, gethostid.3, getpass.3, getsubopt.3, getw.3, mbsnrtowcs.3, mkfifoat.3, mkstemp.3, mktemp.3, opendir.3, posix_memalign.3, rint.3, siginterrupt.3, stpcpy.3, stpncpy.3, strdup.3, strerror.3, strnlen.3, strsignal.3, strtol.3, strtoul.3, ualarm.3, usleep.3, wcpcpy.3, wcpncpy.3, wcscasecmp.3, wcsdup.3, wcsncasecmp.3, wcsnlen.3, wcsnrtombs.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk d0f830af3d y0.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk f83d1cca6f unlocked_stdio.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk b500667cc4 sigsetops.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 23a0d41528 significand.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk b671fb6c44 setenv.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 503be136aa readdir.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 2565afda70 random_r.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 13d082ce57 pthread_attr_setstack.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk 0dc411974f popen.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk f660f93630 mktemp.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:08 +02:00
Michael Kerrisk c8e66e31a3 lgamma.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 81cae95bdb j0.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 26634ea253 isgreater.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 665f778415 insque.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk c105dbb515 getusershell.3, getw.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk b855c15eb4 getsubopt.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk c4d25732c6 getspnam.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 684f3f5ce8 getservent_r.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 01dcc332a3 getrpcent_r.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk f496f649a2 getpwnam.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 515334d6ab getpwent.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 6cee96e52a getprotoent_r.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk fed898aa13 getnetent_r.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk cfb08d1e0e getline.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk fffce22819 gethostbyname.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 47bec16895 getgrnam.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk dcbccea1e3 getgrent.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk b7f522a38b getaddrinfo.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 257debad42 gamma.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 542f0ad8f3 fpclassify.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 0eda7eb5ac flockfile.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 2bf696f1c1 ffs.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 8957254750 ecvt_r.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:07 +02:00
Michael Kerrisk 4bc22b3c6b ctime.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk b90c43a8d7 ceil.3, cos.3, cosh.3, floor.3, fmod.3, frexp.3, ldexp.3, log.3, log10.3, modf.3, pow.3, sin.3, sinh.3, sqrt.3, tan.3, tanh.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 45babd3880 gamma.3: Fix feature test macro requirements for lgamma*()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 61d70a99f9 lgamma.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 76be9f82d9 isgreater.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 63349ee5f1 finite.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 2c3ae4cd5e exp.3, fabs.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 14d2328287 erfc.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk fd39aa3409 atan2.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 36e93b81f1 acos.3, asin.3, atan.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:06 +02:00
Michael Kerrisk 7d9e2c210c wprintf.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk bef2e73790 fwide.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk c865a6eb76 fwide.3, wprintf.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk 9ef4329af5 iswblank.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk 6c3f022828 _exit.2, abs.3, atoi.3, strtod.3, strtol.3, strtoul.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk e0a981113e _exit.2, abs.3, atoi.3, strtod.3, strtol.3, strtoul.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk 41a83e6fbf div.3: Fix feature test macro requirements for lldiv()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk 0bba23e436 div.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk 3aa541c82c scanf.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk 8f33dbe855 printf.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00
Michael Kerrisk a1d525f2e6 printf.3, scanf.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 16:59:05 +02:00