Commit Graph

458 Commits

Author SHA1 Message Date
Michael Kerrisk c0f153c6c4 Minor rearrangement of order of text. 2007-05-21 13:08:33 +00:00
Michael Kerrisk 051815fe3d ffix 2007-05-21 12:46:25 +00:00
Michael Kerrisk 1da4ccb032 ffix 2007-05-21 12:40:26 +00:00
Michael Kerrisk 70b2f1e824 ffix 2007-05-21 12:28:26 +00:00
Michael Kerrisk 10523c1472 Removed outdated FIXME. 2007-05-21 10:19:08 +00:00
Michael Kerrisk 506774c8a9 ffix 2007-05-21 10:17:44 +00:00
Michael Kerrisk 6c1725da8f Removed outdated FIXME. 2007-05-21 10:16:09 +00:00
Michael Kerrisk fbe4cd56e1 Removed out-of-date FIXME. 2007-05-21 10:15:37 +00:00
Michael Kerrisk 8d548bfe96 Removed out-of-date FIXME 2007-05-21 10:10:10 +00:00
Michael Kerrisk e9329f6ddc Where there is an instruction in the SYNOPIS about linking
or compiling with a certain option, the option is now
marked up in itlacs (e.g., "\fI-lm\fP").
2007-05-21 09:56:00 +00:00
Michael Kerrisk 71162f2e89 Removed this page since it is out of date, and the proper place to go
for up-to-date information is http://www.tldp.org/.
2007-05-21 07:33:08 +00:00
Michael Kerrisk 2b2581ee37 Fix inconsistencies in order of .SH sections 2007-05-19 04:30:20 +00:00
Michael Kerrisk 89c77752ec More updates. 2007-05-18 14:28:51 +00:00
Michael Kerrisk 1b5382be5b ffix 2007-05-18 13:08:45 +00:00
Michael Kerrisk 889829be48 Removed HISTORY section, or moved it as a subsection or paragraphs
under another section e.g., NOTES.
2007-05-18 11:59:14 +00:00
Michael Kerrisk ebb451fb69 Minor changes 2007-05-18 10:29:34 +00:00
Michael Kerrisk 69289f8a29 Fix inconsistencies in .TH line 2007-05-18 10:09:18 +00:00
Michael Kerrisk 241455b804 Minor changes 2007-05-18 10:08:02 +00:00
Michael Kerrisk 05eabe6576 Fix inconsistencies in .TH line 2007-05-18 09:21:38 +00:00
Michael Kerrisk 3d5a3539b7 Fix inconsistencies in .TH lines 2007-05-18 09:11:21 +00:00
Michael Kerrisk c6cbc9f2bc minir change 2007-05-18 09:09:06 +00:00
Michael Kerrisk e6b9359dca Various updates 2007-05-18 08:55:08 +00:00
Michael Kerrisk 0ed55ece49 Make "manual" in .TH line "Linux Programmers Manual" 2007-05-18 08:43:42 +00:00
Michael Kerrisk 4da8f5148e Added FIXME 2007-05-16 19:50:20 +00:00
Michael Kerrisk 226ae424f9 Substantial rewrite, revising and extending the discussion
about desired conventions for writing pages.
2007-05-16 19:46:36 +00:00
Michael Kerrisk e37e328263 Move SEE ALSO section to end of page 2007-05-16 18:25:50 +00:00
Michael Kerrisk 0b5dc6f115 s/RETURN VALUES/RETURN VALUE/ 2007-05-16 05:00:31 +00:00
Michael Kerrisk 874c4068bd Added some FIXMEs 2007-05-16 04:37:35 +00:00
Michael Kerrisk 6459c9ca10 ffix 2007-05-16 04:00:06 +00:00
Michael Kerrisk c1d51bcd85 Commented out .SH CREDITS section with authorship info. 2007-05-16 03:47:34 +00:00
Michael Kerrisk fd7f0a7f58 Commented out .SH AUTHOR sections 2007-05-16 03:40:19 +00:00
Michael Kerrisk 4e628c5ce2 Rewrote .SH AUTHOR line as a .SS line 2007-05-16 03:39:52 +00:00
Michael Kerrisk 19c98696a2 s/SH NOTE$/SH NOTES/ 2007-05-16 02:54:18 +00:00
Michael Kerrisk 4fca0d3ed3 Minor wording and formatting fixes 2007-05-15 06:01:37 +00:00
Michael Kerrisk fc9470cfa7 ffix 2007-05-12 13:28:15 +00:00
Michael Kerrisk d9c1ae6480 Use bold for function name, not underline. 2007-05-12 13:12:02 +00:00
Michael Kerrisk 60a90ecdae Convert function formatting of the form "\fBname\fP()" to ".BR name ()". 2007-05-12 09:06:04 +00:00
Michael Kerrisk 63f6a20a1a Add section numbers to page xrefs 2007-05-11 23:29:44 +00:00
Michael Kerrisk cd8a9ce442 Defintions for IN_DONT_FOLLOW, IN_MASK_ADD, and IN_ONLYDIR
were added to glibc in version 2.5.
2007-05-11 19:59:35 +00:00
Michael Kerrisk d89be9f3bb spfix 2007-05-04 22:53:16 +00:00
Michael Kerrisk d6d70cf942 Added SEE ALSO entries referring to new bsd_signal.3 and sysv_signal.3 pages. 2007-05-04 21:22:28 +00:00
Michael Kerrisk e8f5dd81ab Incorporated (and slightly modified) the text on
async-signal-safe functions that was formerly in signal(2).
2007-05-04 20:31:40 +00:00
Michael Kerrisk 32875790e8 Make hyphens into minus signs. 2007-05-01 07:57:14 +00:00
Michael Kerrisk 1c44bd5b0b Wrap long lines; start sentences on new lines 2007-04-24 16:44:51 +00:00
Michael Kerrisk dc936104cd .SH doesn't require quotes.
See Debian bug 411303.
2007-04-24 16:22:46 +00:00
Michael Kerrisk c13182efa3 Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
2007-04-12 22:42:49 +00:00
Michael Kerrisk b59874b963 Document IP_PMTUDISC_PROBE, which will be in 2.6.22. 2007-04-05 15:47:26 +00:00
Michael Kerrisk 7295b7eda0 Replaced tabs with spaces 2007-04-05 13:29:41 +00:00
Michael Kerrisk cf0a9ace57 ffix 2007-04-05 12:36:57 +00:00
Michael Kerrisk 1954b6a9b4 Remove duplicate word typo. 2007-03-01 01:12:16 +00:00
Michael Kerrisk c7c740cb83 Since kernel 2.6.20, the software clock can also be 300 HZ. 2007-02-02 05:41:32 +00:00
Michael Kerrisk dac02dc671 Reword sentence for _REENTRANT 2007-02-01 06:11:02 +00:00
Michael Kerrisk d3bbf18d91 Document _FORTIFY_SOURCE, _REENTRANT, and _THREAD_SAFE. 2007-01-28 19:30:54 +00:00
Michael Kerrisk d6a7a7820e Added some text warning that the "__" macros the <features.h>
defines internally should never be directly defined by programs.
2007-01-28 17:44:00 +00:00
Michael Kerrisk 18d31cc0be Removed CONFIGURATION section, which doesn't applly on Linux. 2007-01-03 22:59:19 +00:00
Michael Kerrisk 2949f48301 Drief discussion of System V termio, with pointers to pages the
reader probably wants.
2006-12-28 04:22:44 +00:00
Michael Kerrisk a3fc9c0fd7 wfix 2006-12-27 04:35:49 +00:00
Michael Kerrisk 6a767e49a6 spfix 2006-12-27 04:35:02 +00:00
Michael Kerrisk 1e975ae7d5 ffix 2006-12-27 04:34:57 +00:00
Michael Kerrisk 3547839964 wrap long source lines 2006-12-27 03:54:41 +00:00
Michael Kerrisk ae7098c726 Fix data types in associated datastructures;
remove non-existent semzcnt and semncnt fields.
2006-12-27 02:24:32 +00:00
Michael Kerrisk d24e23199c s/Unices/Unix systems/ 2006-12-17 01:04:18 +00:00
Michael Kerrisk d91909cb29 The default treatment of _POSIX_C_SOURCE changed in glibc 2.4. 2006-12-02 18:01:41 +00:00
Michael Kerrisk 441082ad91 Taken from Fedora downstream patches; thanks to Ivana Varekova
Documented "mem=nopentium".
2006-11-30 03:31:53 +00:00
Michael Kerrisk 45313e9e16 The LFS spec is now at http://opengroup.org/platform/lfs.html. 2006-11-25 20:20:25 +00:00
Michael Kerrisk edd260bc5d Describe the correct default for UDP/RAW path MTU discovery. 2006-11-25 19:17:22 +00:00
Michael Kerrisk 8b8732547c wfix 2006-11-25 00:50:45 +00:00
Michael Kerrisk 48102e9d12 wfix 2006-09-26 13:54:29 +00:00
Michael Kerrisk 6b86408509 Place socket options in alpha order. 2006-09-26 13:48:33 +00:00
Michael Kerrisk 0759233426 Fix discussion for TCP error queue /IP_RECVERR on TCP. 2006-09-19 14:39:16 +00:00
Michael Kerrisk 5e8b726f68 Noted effect of RLIMIT_STACK resource limit for NPTL. 2006-09-12 06:38:38 +00:00
Michael Kerrisk 0e83e4364d Updates FIXMEs. 2006-09-07 07:28:56 +00:00
Michael Kerrisk 5d9e65b94d Restore text accidentally deleted in 2.39. 2006-09-04 09:16:59 +00:00
Michael Kerrisk fa203d8506 Change references to "1003.2" to "POSIX.2". 2006-09-04 09:07:15 +00:00
Michael Kerrisk 4dc36d0294 tfix 2006-08-09 13:31:58 +00:00
Michael Kerrisk 237aa7c5b7 ffix 2006-08-08 16:35:21 +00:00
Michael Kerrisk bf31de0ee4 s/Unix/UNIX/ 2006-08-05 04:10:06 +00:00
Michael Kerrisk e670f72217 Some more updates 2006-08-05 04:05:47 +00:00
Michael Kerrisk a7fadb5558 Updated CONFOMRING TOs and/or standards references. 2006-08-04 12:39:17 +00:00
Michael Kerrisk 1f27112696 Added a few more standards. 2006-08-04 12:38:44 +00:00
Michael Kerrisk 4dec66f990 Updated CONFORMING TO section 2006-08-03 13:58:08 +00:00
Michael Kerrisk 2b886a2880 More updates 2006-08-03 13:56:03 +00:00
Michael Kerrisk 4314687b70 Mention "POSIX.4". 2006-08-03 08:14:55 +00:00
Michael Kerrisk d8f1eb2eb4 Based on material taken from intro.2, but expanded to
include discussion of many additional standards.
2006-08-03 06:25:40 +00:00
Michael Kerrisk 97c5342731 Added SEE ALSO referring to standards.7 2006-08-03 06:13:56 +00:00
Michael Kerrisk a12ee81d69 wfix 2006-08-03 02:51:57 +00:00
Michael Kerrisk edf9050892 Updated date in .TH line 2006-07-31 12:53:38 +00:00
Michael Kerrisk a7c1e564b7 Added material on privileges required for move_pages().
CLONE_NEWNS needs CAP_SYS_ADMIN.
keyctl(KEYCTL_CHOWN) and keyctl(KEYCTL_SETPERM) require CAP_SYS_ADMIN.
2006-07-31 12:52:31 +00:00
Michael Kerrisk a28e26a155 s%IO%I/O% 2006-07-21 14:56:18 +00:00
Michael Kerrisk defcceb3e7 ffix 2006-07-20 16:16:51 +00:00
Michael Kerrisk d7090f5bd5 ffix 2006-07-19 23:59:09 +00:00
Michael Kerrisk 4291b3e4c4 wfix 2006-07-19 12:55:37 +00:00
Michael Kerrisk 6da5d70799 tcp_windows_scaling is ENabled by default 2006-07-11 04:36:30 +00:00
Michael Kerrisk 5c16301e39 ffix 2006-07-10 11:05:36 +00:00
Michael Kerrisk 14b101fe07 Added FIXME for IP_FREEBIND 2006-07-06 13:06:30 +00:00
Michael Kerrisk 55014d7af6 Add sentence on "low memory" limit for tcp_mem on 32-bit systems. 2006-07-05 11:00:47 +00:00
Michael Kerrisk 60eca5f686 Update RFC reference for ECN. 2006-07-05 10:03:44 +00:00
Michael Kerrisk 2f5ef9cad5 wfix 2006-06-20 09:35:38 +00:00
Michael Kerrisk 3a1b91fa4e ffix 2006-06-08 18:47:34 +00:00
Michael Kerrisk ed7b0235b0 Added BUGS section. 2006-06-05 11:00:07 +00:00
Michael Kerrisk c803c3e382 Added CONFORMING TO section mentioning FreeBSD kqueue and Solaris /dev/poll. 2006-06-05 10:59:50 +00:00
Michael Kerrisk a2cc46ca3a A few minor rewordings. 2006-06-05 08:16:20 +00:00
Michael Kerrisk b41beb556a 'path' argument renamed to 'pathname'. 2006-06-05 04:44:59 +00:00
Michael Kerrisk 206cb86b90 Added comment about some definitions that are missing from
<sys/inotify.h>.
2006-06-02 19:59:49 +00:00
Michael Kerrisk 384239d708 Added license statement to page, after discussion with
original author, bert hubert.
2006-05-31 22:18:36 +00:00
Michael Kerrisk c10859eb0d Fix unbalanced quotes 2006-05-31 22:16:55 +00:00
Michael Kerrisk 56ed19da05 Add SEE ALSO referring to byteorder.3. 2006-05-29 05:16:24 +00:00
Michael Kerrisk 3f1c1b0aa3 Spelling fixes. 2006-05-29 01:20:08 +00:00
Michael Kerrisk 8e95fa1f5b Added pointer to location of LFS specification. 2006-05-29 01:19:16 +00:00
Michael Kerrisk b29c9ff282 Reformat long lines; no content changes. 2006-05-28 22:33:53 +00:00
Michael Kerrisk d81dc982a3 Add SEE ALSO referring to groff_man(7). 2006-05-28 20:08:49 +00:00
Michael Kerrisk 1de2d7cdc9 ffix 2006-05-26 19:45:48 +00:00
Michael Kerrisk afc322c2e0 wfix 2006-05-23 05:48:56 +00:00
Michael Kerrisk 6883b3e731 Changed copyright commnents to add 'and' in some cases 2006-05-22 23:52:24 +00:00
Michael Kerrisk 9b33650560 wfix 2006-05-22 19:44:47 +00:00
Michael Kerrisk a8e7c990dc Rename ftm.7 to feature_test_macros.7 2006-05-15 09:13:10 +00:00
Michael Kerrisk 9a974ebc8d Rename to something more meaningful 2006-05-15 09:10:11 +00:00
Michael Kerrisk bcb564f25b Fix typo: s/_POSIX_C_SOURCE/_POSIX_SOURCE/ 2006-05-15 09:05:26 +00:00
Michael Kerrisk d6edd6b8f6 wfix 2006-05-12 23:51:19 +00:00
Michael Kerrisk 525b21b00c wfix 2006-05-12 23:50:50 +00:00
Michael Kerrisk c4ac1bc4e4 Added section describing relationship between library
interfaces and system calls.
Added SEE ALSO referring to new mq_getsetattr.2.
2006-05-12 19:35:05 +00:00
Michael Kerrisk 694ae673a7 Added SEE ALSO referring to mq_getsetattr.2. 2006-05-12 19:11:54 +00:00
Michael Kerrisk a1f926b81e Add ioprio_set() to list of operations permitted by CAP_SYS_NICE.
Add ioprio_set() IOPRIO_CLASS_RT and IOPRIO_CLASS_IDLE scheduling
classes to list op operations permitted by CAP_SYS_ADMIN.
Note effects of CAP_SYS_NICE for migrate_pages().
2006-05-09 11:42:37 +00:00
Michael Kerrisk 029da706f4 wfix 2006-05-04 00:11:02 +00:00
Michael Kerrisk acac588130 Removed FIXME 2006-05-04 00:10:03 +00:00
Michael Kerrisk 83e5ae7c4e removed FIXME 2006-05-04 00:08:43 +00:00
Michael Kerrisk cf7a13d48c Reworded to reflect that capabilities are per-thread. 2006-05-02 00:36:39 +00:00
Michael Kerrisk 4c9efdfd47 Added SEE ALSO for new adjtime.3. 2006-04-30 23:42:03 +00:00
Michael Kerrisk 75fa8557d5 wfix 2006-04-30 21:06:15 +00:00
Michael Kerrisk 9ce4a62267 removed FIXME 2006-04-26 21:59:45 +00:00
Michael Kerrisk 85a6e642f1 remove mention of HZ on Alpha and ia-64 2006-04-26 20:32:22 +00:00
Michael Kerrisk 4a04071ad2 Overview of time. 2006-04-26 07:14:42 +00:00
Michael Kerrisk ae74cd0de1 Add text noting that a signal's disposition is process-wide,
shared by all threads.
Add text on changing signal disposition.
Add text on "signal mask and pending signals".
Other minor edits.
2006-04-24 00:43:09 +00:00
Michael Kerrisk 66679b1f0f 4.x BSD --> 4.xBSD 2006-04-23 23:29:16 +00:00
Michael Kerrisk 9eaee63177 A few small additions 2006-04-21 07:01:40 +00:00
Michael Kerrisk 55b726d1a1 New page describing feature test macros. 2006-04-21 06:47:08 +00:00
Michael Kerrisk 2c5e151c7f ipc.7 --> svipc.7 2006-04-21 03:53:43 +00:00
Michael Kerrisk 9fe4bb75f5 Give a more precise name 2006-04-21 03:46:01 +00:00
Michael Kerrisk 0319ff5e69 fifo.4 --> fifo.7 2006-04-21 03:45:38 +00:00
Michael Kerrisk af5b2ef2cc fifo.4 --> fifo.7 2006-04-21 01:46:04 +00:00
Michael Kerrisk 292a6fad74 fifo.4 --> fifo.7 2006-04-21 01:43:18 +00:00
Michael Kerrisk a8bda63671 complex.5 --> complex.7 2006-04-21 01:24:06 +00:00
Michael Kerrisk 481aaca1a5 complex.5 --> complex.7 2006-04-21 01:20:56 +00:00
Michael Kerrisk bbf13d0b3d futex.4 --> futex.7 2006-04-21 01:13:46 +00:00
Michael Kerrisk 577ead1ad5 Added "overview" to title line 2006-04-21 01:13:17 +00:00
Michael Kerrisk aa949e2d59 environ.5 --> environ.7 2006-04-21 00:45:46 +00:00
Michael Kerrisk e5084b3c3e environ.5 --> environ.7 2006-04-21 00:40:53 +00:00
Michael Kerrisk 922436594f ipc.5 --> ipc.7 2006-04-21 00:38:38 +00:00
Michael Kerrisk 1be1612246 ipc.5 moves to section 7 2006-04-21 00:35:32 +00:00
Michael Kerrisk 7252da591c ffix 2006-04-21 00:33:13 +00:00
Michael Kerrisk 2315114c72 epoll.4 is now epoll.7 2006-04-21 00:29:37 +00:00
Michael Kerrisk 6d86c355fd Rename into section 7 2006-04-21 00:23:36 +00:00
Michael Kerrisk 27b63c1120 Minor changes + ffix. 2006-04-19 19:32:28 +00:00
Michael Kerrisk dc278bcdce Various clarifications and wording improvements. 2006-04-19 08:58:01 +00:00
Michael Kerrisk 81fbcf1af5 Added FIXME 2006-04-03 23:03:27 +00:00
Michael Kerrisk f7b722ff3f Removed paragraph referring to obsolete ipchains / ipfw(4). 2006-04-01 21:14:13 +00:00
Michael Kerrisk f58c4bd8cb Add SEE ALSO entry referring to pthreads.7.
Remove old FIXME.
2006-03-31 19:35:10 +00:00
Michael Kerrisk e1a9bc1bc7 Added SEE ALSO entry referring to new core.5 page 2006-03-31 07:10:17 +00:00
Michael Kerrisk 3d8791e1df Updated FIXME. 2006-03-26 20:46:45 +00:00
Michael Kerrisk 2c731798aa Pages describing POSIX semaphores API 2006-03-25 20:42:27 +00:00
Michael Kerrisk 218e46f883 Small FIXME formatting fixes 2006-03-23 02:13:08 +00:00
Michael Kerrisk 651946d5d7 Added FIXME 2006-03-22 20:18:10 +00:00
Michael Kerrisk 4d62f7b603 Noted affect of CAP_SYS_NICE for mbind(MPOL_MF_MOVE_ALL). 2006-03-22 06:27:40 +00:00
Michael Kerrisk 456ed12f5f Kernel 2.6.16 eliminated buggy behaviour with respect to
the alternate signal stack.
2006-03-21 04:13:05 +00:00
Michael Kerrisk 54f340b5ef Removed text implying that only in kernel 2.2 does IP_HDRINCL
prevent datagrams from being fragmented.
2006-03-20 13:03:53 +00:00
Michael Kerrisk 777f5a9ef7 Updated FIXMEs 2006-03-20 04:46:28 +00:00
Michael Kerrisk 08baa0af11 Various changes to bring this page closer to current kernel versions. 2006-03-15 11:13:30 +00:00
Michael Kerrisk ec4db3e713 place socket options in alpahbetical order 2006-03-15 09:04:45 +00:00
Michael Kerrisk 594a37e793 ffix 2006-03-15 08:52:00 +00:00
Michael Kerrisk bdca4aead8 Documented SO_SNDBUFFORCE and SO_RCVBUFFORCE socket options, new in 2.6.14. 2006-03-15 08:47:24 +00:00
Michael Kerrisk e604b4fc73 remove trailing white space 2006-03-07 04:15:57 +00:00
Michael Kerrisk 8482c7b836 Hasso Tepper
Substantial updates to various parts of this page.
mtk, Alain Portal
Minor fixes
2006-03-07 02:12:46 +00:00
Michael Kerrisk 8786649296 Wrap long lines; .ta + TABs with spaces in code examples 2006-03-07 02:02:26 +00:00
Michael Kerrisk a7dd5ac617 wrap long lines 2006-03-07 01:29:54 +00:00
Michael Kerrisk d1cf051b61 Noted that glibc 2.4 is required to get glibc support for inotify. 2006-03-07 00:47:29 +00:00
Michael Kerrisk 910913716a Some rewording and added a few words about System V message queues. 2006-03-05 20:56:45 +00:00
Michael Kerrisk bbbc07bc23 Updated FIXMEs 2006-03-05 20:51:13 +00:00
Michael Kerrisk 2e17464853 The NPTL limitation that only the main thread could call
setsid() and setpgid() was removed in 2.6.16.
2006-03-05 09:00:21 +00:00
Michael Kerrisk 6e9bcaa847 ffix 2006-03-02 01:48:59 +00:00
Michael Kerrisk 11da88fb12 Fix thinko: s/assuming a non-blocking/assuming a blocking/ 2006-03-01 23:13:12 +00:00
Michael Kerrisk 4c44fdf16d Update FIXME 2006-03-01 05:18:11 +00:00
Michael Kerrisk 80a99f39e6 New pages for POSIX message queues API 2006-03-01 03:21:20 +00:00
Michael Kerrisk ef50679c63 Chage "file name" to "filename" 2006-02-12 22:23:18 +00:00
Michael Kerrisk c533af9d27 Reformatted FIXMEs 2006-02-10 18:46:42 +00:00
Michael Kerrisk 3a065ac06d wfix 2006-02-10 05:25:30 +00:00
Michael Kerrisk 3a20b4cafe ffix 2006-02-10 05:20:27 +00:00
Michael Kerrisk 9ff08aad91 Formatting fixes 2006-02-09 20:24:53 +00:00
Michael Kerrisk ad31978e25 Minor changes after suggestions from Robert Love. 2006-02-08 19:16:12 +00:00
Michael Kerrisk 92057f4dbc Updated FIXMEs 2006-02-08 09:44:13 +00:00
Michael Kerrisk 4d2b74dded New pages for inotify API 2006-02-08 04:13:22 +00:00
Michael Kerrisk 65b4e14d6a minor changes 2006-02-07 23:22:43 +00:00
Michael Kerrisk f6fa37d126 Minor wording and formatting fixes.
Added FIXME.
2006-02-07 22:48:42 +00:00
Michael Kerrisk 2ce70b17f2 Add text describing characters 001 to 037. 2006-02-02 17:41:49 +00:00
Michael Kerrisk b11b1181ef tfix 2006-02-01 18:36:21 +00:00
Michael Kerrisk 80b50848d0 Replace "SYSV" by "System V" 2006-01-13 09:44:53 +00:00
Michael Kerrisk b1afe07ac9 Small rewording of discussion of SO_BSDCOMPAT (add cross-ref to socket(7)). 2006-01-13 08:28:22 +00:00
Michael Kerrisk 6b4d3c70d5 typo fix 2006-01-13 08:17:15 +00:00
Michael Kerrisk 28d88c1751 Global change to many pages...
Various pages use inconsistent terms for 'null byte' (which
is the C99/SUSv3 term for the '\0' character).
To rectify this the following changes were made in these pages:

Replace 'zero byte' with 'null byte'.
Replace 'null character' with 'null byte'.
Replace 'nulls' with 'null bytes'.
Replace 'NUL-terminated' by 'null-terminated'.
Replace 'NUL' by 'null byte'.
Replace 'terminating NUL' by 'terminating null byte'.
Replace 'final NUL' by 'terminating null byte'.
Replace 'NUL character' by 'null byte'.
2006-01-13 02:09:44 +00:00
Michael Kerrisk f53ffc4f67 ffix 2006-01-04 09:21:10 +00:00
Michael Kerrisk 56185b42e7 Formatting and source code line break changes (no changes to content!) 2006-01-03 10:58:34 +00:00