Commit Graph

812 Commits

Author SHA1 Message Date
Michael Kerrisk ebad513a93 Noted that sysconf(_SC_OPEN_MAX) is preferred in portable applications. 2006-10-02 04:48:10 +00:00
Michael Kerrisk 64536a1bf4 Document PR_GET_ENDIAND and PR_SET_ENDIAN. 2006-09-26 13:01:24 +00:00
Michael Kerrisk 5e6055f467 Since 2.6.18, POSIX_FADV_NOREUSE is a no-op. 2006-09-26 12:41:08 +00:00
Michael Kerrisk e87fdd92fa Updated Linux versions where the options where introduced.
Added PR_SET_TIMING, PR_GET_TIMING, PR_SET_NAME, PR_GET_NAME,
PR_SET_UNALIGN, PR_GET_UNALIGN, PR_SET_FPEMU, PR_GET_FPEMU,
PR_SET_FPEXC, PR_GET_FPEXC.
2006-09-26 12:03:11 +00:00
Michael Kerrisk a3b7f00b4a Since kernel 2.6.18, setting 2 for PR_SET_DUMPABLE is no longer possible. 2006-09-26 08:36:02 +00:00
Michael Kerrisk 34f7665a1c Added FIXME for priority inheritance operations. 2006-09-26 06:38:06 +00:00
Michael Kerrisk 2bc4bb77a9 New system calls in 2.6.17. 2006-09-18 12:35:34 +00:00
Michael Kerrisk 8231ec7de4 Added SEE ALSO referring to new splice.2 page. 2006-09-18 12:32:48 +00:00
Michael Kerrisk cdcaddfc07 Noted interactions with fork handlers in multithreaded programs. 2006-09-17 06:21:29 +00:00
Michael Kerrisk fe247268a9 The PR_SET_NAME setting is not preserved across an execve(). 2006-09-13 14:08:11 +00:00
Michael Kerrisk 7fc594a121 Added feature test macros to SYNOPSIS. 2006-09-09 06:37:43 +00:00
Michael Kerrisk 8106981956 s/SUID/set-user-ID/
s/SGID/set-group-ID/
2006-09-06 15:23:31 +00:00
Michael Kerrisk e743a18476 Add "#define _GNU_SOURCE" to SYNOPSIS. 2006-09-06 14:27:38 +00:00
Michael Kerrisk 3747f3976c Remove superfluous "#include <unistd.h>" from SYNOPSIS. 2006-09-06 13:58:21 +00:00
Michael Kerrisk 2b6832a92b Noted that sync_file_range() appeared in kernel 2.6.17. 2006-09-06 09:17:14 +00:00
Michael Kerrisk 9f339d4e28 Added EBUSY error for case where MS_INVALIDATE is applied to a locked region. 2006-09-06 08:36:15 +00:00
Michael Kerrisk 62a04c814e Added some EINVAL errors. 2006-09-06 04:44:04 +00:00
Michael Kerrisk c8f3e58070 Added note on Linux's old (pre-2.6.12) buggy treatment of length==0. 2006-09-05 12:24:48 +00:00
Michael Kerrisk 835c4d5ce4 Document MADV_REMOVE.
Document MADV_DONTFORK / MADV_DOFORK.
2006-09-05 11:47:03 +00:00
Michael Kerrisk 78cb591178 Mappings marked with madvise(MADV_DONTFORK) are not inherited by child. 2006-09-05 11:35:35 +00:00
Michael Kerrisk e7d3b0705c added FIXME 2006-09-05 08:03:37 +00:00
Michael Kerrisk 80a34ae3aa Added list of process attributes that are not preserved on exec(). 2006-09-04 12:27:37 +00:00
Michael Kerrisk dff08bbcbf Update .TH line 2006-09-04 11:30:36 +00:00
Michael Kerrisk a99426d3cf Greatly expanded, to describe all attributes that differ in parent and child. 2006-09-04 11:27:07 +00:00
Michael Kerrisk f55461f02f wfix/ffix 2006-09-04 09:26:59 +00:00
Michael Kerrisk aa43415854 Restore SEE ALSO reference to path_resolution.2. 2006-09-04 09:21:26 +00:00
Michael Kerrisk a7422469fd Fix header in example program. 2006-09-04 09:00:30 +00:00
Michael Kerrisk ef0b81712f wfix/tfix 2006-09-04 08:57:04 +00:00
Michael Kerrisk 3bd6a9b118 Memory policy is preserved across execve(). 2006-09-04 08:21:37 +00:00
Michael Kerrisk a5053dcb15 Reinstate text on CLONE_DETACHED, and add a few words. 2006-09-04 06:57:17 +00:00
Michael Kerrisk ab9260357e Document AT_SYMLINK_FOLLOW (new in 2.6.18). 2006-08-10 06:39:51 +00:00
Michael Kerrisk ed93deb2ba SEE ALSO should refer to writev.2, not writev.3 2006-08-10 05:15:07 +00:00
Michael Kerrisk 39b9794d6d wfix 2006-08-09 15:08:53 +00:00
Michael Kerrisk 1343b6043b Make naming of 'pathname' argument consistent; various minor rewordings. 2006-08-09 09:08:01 +00:00
Michael Kerrisk b328773d4d tfix/wfix 2006-08-08 16:34:16 +00:00
Michael Kerrisk db71f2e2a5 tfix 2006-08-08 16:26:04 +00:00
Michael Kerrisk a7fadb5558 Updated CONFOMRING TOs and/or standards references. 2006-08-04 12:39:17 +00:00
Michael Kerrisk 9d9dc1e854 Updated CONFORMING TO and/or standards references 2006-08-04 09:41:28 +00:00
Michael Kerrisk 953ba3f070 x 2006-08-04 08:41:13 +00:00
Michael Kerrisk ead8304237 _XOPEN_SOURCE=500 also gets fchdir() prototype. 2006-08-04 08:39:48 +00:00
Michael Kerrisk 0ae3116f0b ffix 2006-08-04 08:23:27 +00:00
Michael Kerrisk 97c1eac86f Updated CONFORMING TO section 2006-08-03 13:57:17 +00:00
Michael Kerrisk 5e3d68ad97 Removed information on standards to new standards.7. 2006-08-03 06:24:54 +00:00
Michael Kerrisk 97c5342731 Added SEE ALSO referring to standards.7 2006-08-03 06:13:56 +00:00
Michael Kerrisk 7741d967a4 Minor wording change. 2006-08-03 03:40:29 +00:00
Michael Kerrisk 29973b4e7b wfix 2006-08-03 03:03:19 +00:00
Michael Kerrisk cb1c9135d0 ffix 2006-08-03 03:02:31 +00:00
Michael Kerrisk 160c2d5a26 ffix 2006-08-03 02:45:30 +00:00
Michael Kerrisk 43487dbb6e ffix 2006-08-03 02:40:44 +00:00
Michael Kerrisk 635c9a5437 pfix 2006-08-03 02:38:50 +00:00
Michael Kerrisk 2b5cefe852 Noted buggy behaviour in Linux 2.4 and earlier when
nanosleep() is restarted after receiving stop+SIGCONT signals.
2006-07-31 15:18:14 +00:00
Michael Kerrisk dd28cb72a8 Some rewording; included text describing required file permissions. 2006-07-27 07:38:05 +00:00
Michael Kerrisk 68ed2733d2 ffix 2006-07-27 05:03:27 +00:00
Michael Kerrisk 5356032615 ffix 2006-07-27 04:29:02 +00:00
Michael Kerrisk 2cfa66cf54 Fix description of EBADF error. 2006-07-22 17:37:37 +00:00
Michael Kerrisk 07b501d1b9 Add text noting that effective IDs are copied to
saved set-IDs during execve().
2006-07-22 17:24:17 +00:00
Michael Kerrisk 8de811e83f Noted effect of fork() and execve(). 2006-07-22 15:54:34 +00:00
Michael Kerrisk 73ac06664b Noted effect of fork() and execve(). 2006-07-22 14:45:50 +00:00
Michael Kerrisk eb57f0f568 Noted effect of fork() and execve() on resource limits. 2006-07-22 14:37:54 +00:00
Michael Kerrisk ef828a01d8 Noted effect of fork() and execve(). 2006-07-22 14:26:12 +00:00
Michael Kerrisk 75fcdb0894 Noted effect of fork() and execve(). 2006-07-22 14:21:39 +00:00
Michael Kerrisk ddb51c37d0 Noted preservation of scheduling parameters across execve(). 2006-07-22 14:14:36 +00:00
Michael Kerrisk 27cb988470 (Previous change) Noted effect of fork() and execve() on nice value. 2006-07-22 14:12:19 +00:00
Michael Kerrisk 2cab31c61d Very minor rewording. 2006-07-22 14:10:33 +00:00
Michael Kerrisk 70cbdedffa Very minor rewording. 2006-07-22 14:07:21 +00:00
Michael Kerrisk 51ffcca030 Expand description of MAP_POPULATE.
Expand description MAP_NONBLOCK.
Various minor formatting fixes.
2006-07-21 22:23:51 +00:00
Michael Kerrisk 16fd68e14f ffix 2006-07-21 21:40:47 +00:00
Michael Kerrisk a28e26a155 s%IO%I/O% 2006-07-21 14:56:18 +00:00
Michael Kerrisk c07981e716 New page for readlinkat(2). 2006-07-21 14:41:30 +00:00
Michael Kerrisk 591f90f794 Added SEE ALSO linking to readlinkat.2. 2006-07-21 14:38:06 +00:00
Michael Kerrisk 50bf674b91 spfix 2006-07-21 00:12:36 +00:00
Michael Kerrisk 5c51897d0e spfix 2006-07-21 00:09:52 +00:00
Michael Kerrisk a6183de06a ffix 2006-07-21 00:08:32 +00:00
Michael Kerrisk defcceb3e7 ffix 2006-07-20 16:16:51 +00:00
Michael Kerrisk a7fc86905d pfix 2006-07-12 14:08:48 +00:00
Michael Kerrisk 7f5284ed8f Revised description of standards under CONFORMING TO. 2006-07-11 15:42:23 +00:00
Michael Kerrisk 24b3ed1dad Updated FIXME 2006-07-11 04:24:13 +00:00
Michael Kerrisk d9cded8e86 Removed FIXME 2006-07-11 04:23:21 +00:00
Michael Kerrisk a31272feff Updated FIXME 2006-07-11 04:19:49 +00:00
Michael Kerrisk 72052bcef3 Removed old FIXME 2006-07-11 04:15:25 +00:00
Michael Kerrisk db04da1f6e Fix description of 'offset' argument to explain the case
where 'offset' is NULL.
2006-07-10 15:48:17 +00:00
Michael Kerrisk fe0927c3c9 tfix 2006-07-10 08:44:52 +00:00
Michael Kerrisk bb8617d480 Added SEE ALSO referring to sync_file_range.2. 2006-07-06 09:34:33 +00:00
Michael Kerrisk 3ca974e398 New page for sync_file_range(2), new in kernel 2.6.17. 2006-07-06 08:53:25 +00:00
Michael Kerrisk 423124e8d1 Minor fix to example code 2006-07-05 15:06:42 +00:00
Michael Kerrisk 1ba452d4db Add EADDRNOTAVAIL error. 2006-07-05 15:04:08 +00:00
Michael Kerrisk 7a71c2e569 Make example code more complete. 2006-07-05 14:40:00 +00:00
Michael Kerrisk 4f518005cb wfix 2006-07-05 12:18:09 +00:00
Michael Kerrisk 92d6e4039d wfix 2006-07-05 12:17:39 +00:00
Michael Kerrisk 1dee8c26fc ffix 2006-07-05 12:16:10 +00:00
Michael Kerrisk cffd8e71d4 Updated FIXME 2006-07-05 09:42:19 +00:00
Michael Kerrisk af34a13871 wfix 2006-07-05 09:37:54 +00:00
Michael Kerrisk 4df1559b70 pfix 2006-07-05 09:26:06 +00:00
Michael Kerrisk d44c4bf375 Added comment containing patch justification. 2006-07-04 13:26:13 +00:00
Michael Kerrisk 4595d739ff Nowadays, readlink() returns 'ssize_t', as required in POSIX.1-2001. 2006-07-04 11:13:13 +00:00
Michael Kerrisk d36f9ff105 ffix 2006-07-03 06:24:01 +00:00
Michael Kerrisk 23cb3cb55d Added POLLRDHUP description.
The correct header file is <poll.h>, not <sys/poll.h>.
Rewrote and reformatted various other parts.
2006-07-01 08:30:56 +00:00
Michael Kerrisk 04706fd7e2 Added EPOLLRDHUP description.
Added SEE ALSO referring to poll.2.
2006-07-01 08:30:24 +00:00
Michael Kerrisk a98bcd58d8 Minor updates 2006-06-20 08:00:10 +00:00
Michael Kerrisk cc387badcb s/MNT_FORCE/MNT_EXPIRE/ under EINVAL error. 2006-06-13 11:01:55 +00:00
Michael Kerrisk 0f33547665 ffix 2006-06-08 18:38:26 +00:00
Michael Kerrisk f7203c96cc ffix 2006-06-08 18:21:00 +00:00
Michael Kerrisk a90440ba21 spfix 2006-06-08 17:59:39 +00:00
Michael Kerrisk d6a4c7d1f0 spfix 2006-06-08 17:58:37 +00:00
Michael Kerrisk b98f0a349f s/unsigned long flags/int flags/ in SYNOPSIS. 2006-06-07 22:51:37 +00:00
Michael Kerrisk 06c97d412b Moved BUGS to inotify.7. 2006-06-05 10:59:00 +00:00
Michael Kerrisk 211ec15cf1 Fix missing arguments in statement about equivalent send() and sendto() calls. 2006-06-05 04:51:40 +00:00
Michael Kerrisk 93440c026d Renamed argument from 'path' to 'pathname'.
inotify_add_watch() may also modify an existing watch item.
2006-06-05 02:46:06 +00:00
Michael Kerrisk 9f5774a93b The EINVAL error can also occur if 'fd' is not an inotify file descriptor. 2006-06-05 02:34:19 +00:00
Michael Kerrisk ace17ecf07 Explicitly mention term "dnotify" in discussion of F_NOTIFY. 2006-06-05 01:51:44 +00:00
Michael Kerrisk 7145b9a93c spfix 2006-06-03 01:26:30 +00:00
Michael Kerrisk 8dc8552af5 spfix 2006-06-02 23:12:39 +00:00
Michael Kerrisk 6e969f2255 s/<inotify.h>/<sys/inotify.h>/ in prototypes. 2006-06-02 19:43:30 +00:00
Michael Kerrisk 859ae99c76 spfix 2006-05-31 23:56:09 +00:00
Michael Kerrisk c10859eb0d Fix unbalanced quotes 2006-05-31 22:16:55 +00:00
Michael Kerrisk cedfddcd13 Add SEE ALSO referring to posix_fadvise.2. 2006-05-29 05:48:29 +00:00
Michael Kerrisk ef276d2f2d Add SEE ALSO referring to readahead.2. 2006-05-29 05:47:49 +00:00
Michael Kerrisk 93c57ed012 Add SEE ALSO referring to tcgetsid.3. 2006-05-29 05:25:37 +00:00
Michael Kerrisk 61fccf7c75 Add SEE ALSO referring to popen.3. 2006-05-29 05:12:37 +00:00
Michael Kerrisk 931e4e2511 Add SEE ALSO referring to remap_file_pages.2. 2006-05-29 05:01:27 +00:00
Michael Kerrisk 7a5b4ffb74 Add SEE ALSO referring to access.2. 2006-05-29 05:00:05 +00:00
Michael Kerrisk f02720dde7 Add SEE ALSO referring to exit_group.2. 2006-05-29 04:56:29 +00:00
Michael Kerrisk 7677b814cf SEE ALSO for writev should refer to Section 2, not 3. 2006-05-29 04:48:39 +00:00
Michael Kerrisk 0dde28982b SEE ALSO for readv should refer to Section 2, not 3. 2006-05-29 04:48:26 +00:00
Michael Kerrisk 65c06b4eb3 Add SEE ALSO referring to acct.5. 2006-05-29 04:37:52 +00:00
Michael Kerrisk de84c94263 Minor wording change at start of DESCRIPTION. 2006-05-26 22:01:20 +00:00
Michael Kerrisk dcc57a0171 ffix 2006-05-26 19:40:01 +00:00
Michael Kerrisk 56bbbf8ef7 Relocated "Note" about f_fsid. 2006-05-26 19:32:04 +00:00
Michael Kerrisk 8e3498e0e8 Link to new ioprio_set.2 2006-05-24 20:47:40 +00:00
Michael Kerrisk 5b3b2ce10b New page for ioprio_set(2) 2006-05-24 20:47:23 +00:00
Michael Kerrisk 6883b3e731 Changed copyright commnents to add 'and' in some cases 2006-05-22 23:52:24 +00:00
Michael Kerrisk 24bd9a4926 Note that EINVAL can also be caused by flags == MS_SYNC | MS_ASYNC. 2006-05-22 22:37:56 +00:00
Michael Kerrisk 9b33650560 wfix 2006-05-22 19:44:47 +00:00
Michael Kerrisk a004e7ff00 ffix 2006-05-18 05:25:31 +00:00
Michael Kerrisk 6beba96d8e Add CPU_ISSET, CPU_CLR, CPU_SET, CPU_ZERO to NAME section. 2006-05-18 05:23:47 +00:00
Michael Kerrisk 1fb8c49be6 wfix 2006-05-17 21:19:54 +00:00
Michael Kerrisk f75c3a3bf8 Add mincore(2) to SEE ALSO.
See Debian bug 367401.
2006-05-15 20:51:05 +00:00
Michael Kerrisk a8e7c990dc Rename ftm.7 to feature_test_macros.7 2006-05-15 09:13:10 +00:00
Michael Kerrisk d883fde06f tfix 2006-05-14 21:38:03 +00:00
Michael Kerrisk b83ccc3734 tfix + removed old FIXME 2006-05-14 21:36:02 +00:00
Michael Kerrisk 6efed4df1f Various minor changes 2006-05-13 06:08:41 +00:00
Michael Kerrisk c8e01c783b Removed much material that is redundant with select.2.
Various other changes.
2006-05-13 06:04:35 +00:00
Michael Kerrisk 8e5f22f8d5 ffix 2006-05-13 05:03:43 +00:00
Michael Kerrisk 616c0fd3c6 ffix 2006-05-13 04:57:40 +00:00
Michael Kerrisk 691938a16b ffix 2006-05-12 23:36:04 +00:00
Michael Kerrisk cc513f7faf Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC. 2006-05-12 23:35:45 +00:00
Michael Kerrisk 2983ceac2f Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC.
POSIX does now document ELOOP.
2006-05-12 23:22:16 +00:00
Michael Kerrisk c80909ad8f substantial rewrite of description of 'mask' 2006-05-12 22:48:55 +00:00
Michael Kerrisk 77dc7e2bde New page briefly describing mq_getsetattr(2). 2006-05-12 19:05:35 +00:00
Michael Kerrisk 5b548b3131 Expand text noting that ftruncate()/truncate() may fail
if asked to extend a file beyond its current length.
Add EPERM error.
2006-05-09 05:28:41 +00:00
Michael Kerrisk e0037472fe ffix 2006-05-05 22:03:05 +00:00
Michael Kerrisk c51fc3c114 tfix 2006-05-02 20:03:41 +00:00
Michael Kerrisk 4006dcaccb Updated discussion of MAP_NORESERVE since it
is no longer restricted to MAP_PRIVATE mappings.
Add reference to discussion of /proc/sys/vm/overcommit_memory in proc.5
2006-05-02 03:08:31 +00:00
Michael Kerrisk 320479713e Document SHM_NORESERVE flag, new in 2.6.15. 2006-05-02 03:00:05 +00:00
Michael Kerrisk fd83ecfba4 Removed FIXME 2006-05-02 01:50:43 +00:00
Michael Kerrisk e592f2be04 Reworded to reflect that capabilities are per-thread. 2006-05-02 01:49:32 +00:00
Michael Kerrisk 4e1357d0c8 removed a FIXME. 2006-05-02 00:07:41 +00:00
Michael Kerrisk 60652159ef New page for futimesat(2) 2006-05-02 00:05:35 +00:00
Michael Kerrisk a53b8cb2a0 New page for new fchmodat(2) 2006-05-02 00:05:06 +00:00
Michael Kerrisk 4e386d41a0 New page for fchownat(2) 2006-05-02 00:04:49 +00:00
Michael Kerrisk a7ae4e787a New page for faccessat(2) 2006-05-02 00:04:28 +00:00
Michael Kerrisk 22e3b8b11c Add SEE ALSO references to new *at.2 pages 2006-05-02 00:03:35 +00:00
Michael Kerrisk ee2fa12076 ffix 2006-05-01 23:05:09 +00:00
Michael Kerrisk ade10f9902 Correct wording of EBUSY case.
Add ".." case to ENOTEMPTY error
2006-05-01 01:52:19 +00:00
Michael Kerrisk dffb0109be Modified text referring to adjtime(); added SEE ALSO for new adjtime.3 page. 2006-04-30 23:45:13 +00:00
Michael Kerrisk 13218d42ae Clarify RETURN VALUE discussion. 2006-04-30 22:10:38 +00:00
Michael Kerrisk dbd411a49c Remove bogus BUGS text. 2006-04-30 21:18:56 +00:00
Michael Kerrisk 344135a82b wfix 2006-04-28 20:24:44 +00:00
Michael Kerrisk eaded2c555 spfix 2006-04-27 23:40:35 +00:00
Michael Kerrisk 1d793a5188 other minor changes 2006-04-27 23:39:55 +00:00
Michael Kerrisk f67cdb5d4d Rewrote most of the DESCRIPTION, as well as some other parts
the page, to clarify use and operation of, and rationale for,
fsync(2) and fdatasync(2).
2006-04-27 23:31:05 +00:00
Michael Kerrisk a85a10cb73 wfix 2006-04-27 22:41:20 +00:00
Michael Kerrisk 9b8ff97a12 wfix 2006-04-27 22:40:34 +00:00
Michael Kerrisk 093a7ea09b Update on scheduled fix for tv_usec 2006-04-26 20:00:27 +00:00
Michael Kerrisk 563711249d Added text to note that current incorrect behaviour of
normalising tv_usec >= 1000000 will be repaired in a future
kernel; applications should be fixed now.
2006-04-26 19:39:33 +00:00
Michael Kerrisk eafd5ce11f Added SEE ALSO referring to new time.7 2006-04-26 07:26:36 +00:00
Michael Kerrisk 79893ac3a4 wfix 2006-04-26 06:51:15 +00:00
Michael Kerrisk a8bbb90693 Updated discussion of maximum timer value to reflect the fact
that the default jiffy is now 4 milliseconds.
Added a FIXME.
2006-04-26 04:42:14 +00:00
Michael Kerrisk 178b977b7f Detail exactly which mount flags can be changed on MS_REMOUNT. 2006-04-25 09:32:44 +00:00
Michael Kerrisk 83b21473f7 added FIXME 2006-04-25 09:13:22 +00:00
Michael Kerrisk 564d99410b Since kernel 2.6.16, MS_NOATIME and MS_NODIRATIME are settable on a per- mount basis. 2006-04-25 08:18:18 +00:00
Michael Kerrisk cdab486d3f Updated FIXME 2006-04-25 06:57:00 +00:00
Michael Kerrisk 0eee473cb8 Added FIXME 2006-04-25 06:55:21 +00:00
Michael Kerrisk 7998dde242 ffix 2006-04-25 06:09:55 +00:00
Michael Kerrisk 66679b1f0f 4.x BSD --> 4.xBSD 2006-04-23 23:29:16 +00:00
Michael Kerrisk d1331c6fb7 Noted that all threads should block signal being waited for. 2006-04-22 20:57:18 +00:00
Michael Kerrisk 84564be219 Added SEE ALSO for new sockatmark.3. 2006-04-22 03:18:05 +00:00
Michael Kerrisk 7005bc229e Solaris also has the system call. 2006-04-22 00:00:50 +00:00
Michael Kerrisk 69b7b9e5fc Minor changes 2006-04-22 00:00:13 +00:00
Michael Kerrisk f4d34a38da Correct header file in synopsis 2006-04-21 23:12:01 +00:00
Michael Kerrisk ce372a5bde wfix 2006-04-21 22:53:05 +00:00
Michael Kerrisk 956a644642 new fstatat(2) page 2006-04-21 22:39:00 +00:00
Michael Kerrisk 39179b3eec wfix 2006-04-21 18:17:12 +00:00
Michael Kerrisk 5e01a1de98 Improve opening para describing purpose of select(). 2006-04-21 10:41:09 +00:00
Michael Kerrisk 50e5322c85 Added SEE ALSO reference to ftm.7 2006-04-21 06:49:34 +00:00
Michael Kerrisk fb961f311e Simplified wording about requirement for _BSD_SOURCE macro. 2006-04-21 06:28:54 +00:00
Michael Kerrisk 2c5e151c7f ipc.7 --> svipc.7 2006-04-21 03:53:43 +00:00
Michael Kerrisk 6319e935b0 Add text noting that contents of newly created segment are zero values. 2006-04-21 02:02:05 +00:00
Michael Kerrisk af5b2ef2cc fifo.4 --> fifo.7 2006-04-21 01:46:04 +00:00
Michael Kerrisk a8bda63671 complex.5 --> complex.7 2006-04-21 01:24:06 +00:00