Commit Graph

1694 Commits

Author SHA1 Message Date
Michael Kerrisk 6602d44be1 Add reference to signal(7) for EINTR error. 2008-07-07 04:40:49 +00:00
Michael Kerrisk 3d54a9102a Wrapped long source lines 2008-07-06 15:10:32 +00:00
Michael Kerrisk d70f215a20 ffix 2008-07-05 15:09:49 +00:00
Michael Kerrisk 1cdac39d7c ffix 2008-07-05 14:04:39 +00:00
Michael Kerrisk b22161d1a7 Link to readdir.3. 2008-07-04 22:39:01 +00:00
Michael Kerrisk 15dd4fb58b Add documentation of readdir_r().
Remove <sys/types.h> from SYNOPSIS; POSIX.1-2001 does not require it.
Some minor rewordings.
2008-07-04 22:38:01 +00:00
Michael Kerrisk f041c2fd18 POSIX.1-2001 also does not document EINVAL. 2008-07-04 19:56:41 +00:00
Michael Kerrisk cfd4a9a6cb RETURN VALUE: explicitly mention interruption by signal handler.
SEE ALSO: add signal(7).
2008-07-04 19:52:44 +00:00
Michael Kerrisk 01538d0d51 ERRORS: Added reference to signal(7) in dicussion of EINTR. 2008-07-04 15:50:36 +00:00
Michael Kerrisk 85ea971667 ffix 2008-07-04 15:16:12 +00:00
Michael Kerrisk 0b6d88cf86 Add a pointer to signal(7) for further explanation of EINTR. 2008-07-04 11:32:03 +00:00
Michael Kerrisk 8404ecb514 spfix 2008-07-04 10:49:23 +00:00
Michael Kerrisk 5744079a15 SEE ALSO: Add passwd(5). 2008-07-03 15:20:50 +00:00
Michael Kerrisk e87edf19db tstamp 2008-07-03 14:52:47 +00:00
Michael Kerrisk 4d58b4f81e Link to updwtmp.3 2008-07-03 14:50:37 +00:00
Michael Kerrisk 620792cf6f wfix 2008-07-03 14:47:08 +00:00
Michael Kerrisk 2b65a83f29 Documents sched_getcpu(3), a wrapper for getcpu(2), provided since
glibc 2.6.
2008-07-03 12:14:55 +00:00
Michael Kerrisk 8018ea0925 wfix + remove FIXME 2008-07-03 09:23:02 +00:00
Michael Kerrisk 6f65dd8529 spfix 2008-07-03 09:21:11 +00:00
Michael Kerrisk 00ac6ce430 Removed trailing white space at end of lines 2008-07-02 13:43:42 +00:00
Michael Kerrisk e95c17261a Documents sigwait(3). 2008-07-02 13:28:08 +00:00
Michael Kerrisk ca9484da96 Add a RETURN VALUE section pointing out that these functions do not
return a value.
2008-07-02 13:07:52 +00:00
Michael Kerrisk 6f9799dc8c Documents gnu_get_libc_version(3) and gnu_get_libc_release(3). 2008-07-02 11:57:21 +00:00
Michael Kerrisk 8a1ed66ec4 Add changelog entry. 2008-07-02 11:37:41 +00:00
Michael Kerrisk d957336ec8 Remove FIXMEs 2008-07-02 11:37:29 +00:00
Michael Kerrisk 0ad7707a3f SEE ALSO: add getutmp(3) 2008-07-02 11:32:01 +00:00
Michael Kerrisk 7a950f85c1 Document updwtmpx(3). 2008-07-02 11:27:48 +00:00
Michael Kerrisk 155a5e73d9 RETURN VALUE: describe return value on success.
Add an ERRORS section documenting POSIX.1-specified errors.
2008-07-02 11:25:48 +00:00
Michael Kerrisk 2745bd69d3 Link to getutmp.3. 2008-07-02 09:54:01 +00:00
Michael Kerrisk 35e0c2ec1c Documents getutmp(3) and getutmpx(3). 2008-07-02 09:53:29 +00:00
Michael Kerrisk 4549f8807a Link to getutent.3. 2008-07-02 08:07:44 +00:00
Michael Kerrisk f93af9c668 SEE ALSO: add shm_overview(7). 2008-07-02 05:01:23 +00:00
Michael Kerrisk 5abf2394cb spfix 2008-07-01 14:29:33 +00:00
Michael Kerrisk 0425de01c7 s/ / / 2008-07-01 14:15:13 +00:00
Michael Kerrisk 307b4a04a4 A near complete rewrite, including additional information and
a new example program.
2008-06-30 14:44:09 +00:00
Michael Kerrisk 18701562c1 s/user name/username/ 2008-06-30 14:36:59 +00:00
Michael Kerrisk 57e5ca03e2 spfix 2008-06-30 13:00:35 +00:00
Michael Kerrisk 9d68eac852 grfix 2008-06-30 10:48:55 +00:00
Michael Kerrisk 20f81e4bdb ffix 2008-06-30 09:11:15 +00:00
Michael Kerrisk 2b587e0933 Add an ERRORS section. 2008-06-29 07:57:37 +00:00
Michael Kerrisk 490b25e1d4 Add paragraph to start of DESCRIPTION recommending
use of POSIX.1 "utmpx" functions.
CONFORMING TO: mention utmpxname().
2008-06-29 07:48:25 +00:00
Michael Kerrisk 76492ece62 tstamp 2008-06-29 07:38:30 +00:00
Michael Kerrisk 1de9af4660 ERRORS: add ENOTTY. 2008-06-29 07:34:44 +00:00
Michael Kerrisk 853a397f04 Clarify discussion of return values. 2008-06-29 07:12:17 +00:00
Michael Kerrisk 5412da6f70 clarify discussion of utmpx file on other systems 2008-06-29 07:05:45 +00:00
Michael Kerrisk 5018c1b4c5 wording improvements. 2008-06-29 06:28:27 +00:00
Michael Kerrisk 23c36287fb POSIX.1 does not specify utmpx _r() functions. 2008-06-29 05:53:20 +00:00
Michael Kerrisk 747f898c32 There are no utmpx equivalents of the _r reentrant functions. 2008-06-29 05:52:07 +00:00
Michael Kerrisk ff6953dcb9 Replace defintion of utmp structure by pointer to utmp(5). 2008-06-29 04:42:41 +00:00
Michael Kerrisk 1bced40f58 SEE ALSO: add utmp(5). 2008-06-29 04:07:23 +00:00
Michael Kerrisk 11f0ca5eb1 Add definition of utmp structure. 2008-06-29 03:56:55 +00:00
Michael Kerrisk 043945ef16 Clarify return value of pututline(). 2008-06-29 03:04:55 +00:00
Michael Kerrisk ce515cd45f utmpname() does return a value. 2008-06-29 02:48:56 +00:00
Michael Kerrisk 6387216bb2 Wrap lines at sentence breaks. 2008-06-28 04:57:20 +00:00
Michael Kerrisk 6a56b9b2f5 Remove just-added text aboout scope-IDs -- it's bogus: scpe-IDs could only
be used by functions that fll in a sockkaddr_in6 structure, which
inet_pton() does not.
2008-06-27 04:19:41 +00:00
Michael Kerrisk ddaec46d7f s/host name/hostname/ 2008-06-27 03:37:56 +00:00
Michael Kerrisk e02685531b inet_pton() does not support specifying IPv6 scope-IDs. 2008-06-26 14:34:02 +00:00
Michael Kerrisk c783f23753 getaddrinfo() supports specifying IPv6 scope-IDs. 2008-06-26 14:33:37 +00:00
Michael Kerrisk 8dcc7633ed Fix error in description of IPv6 presentation format.
s/x.x.x.x.x.x.x.x/xxxx:x/
2008-06-26 14:20:16 +00:00
Michael Kerrisk 5ab17ae7b0 Fix confused wording for return value of setvbuf().
Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488104.
Other minor rewordings.
2008-06-26 14:02:30 +00:00
Michael Kerrisk 7316d60fea wfix 2008-06-26 13:45:39 +00:00
Michael Kerrisk ae4a72b7b2 Remove orphaned formatting macros. 2008-06-26 13:39:26 +00:00
Michael Kerrisk 5b8dbfd4d0 ffixes 2008-06-26 13:23:48 +00:00
Michael Kerrisk cd60dedde9 Removed trailing white space at end of lines 2008-06-25 15:32:01 +00:00
Michael Kerrisk 1d7c4d16b2 SEE ALSO: add time(7) 2008-06-23 08:48:25 +00:00
Michael Kerrisk 7042009b7c tweaks 2008-06-22 13:15:34 +00:00
Michael Kerrisk 194f4ccb72 Document the GNU 'a' modifier for dynamically allocating strings.
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
Document the GNU 'm' modifier for dynamically allocating strings.
2008-06-22 10:35:40 +00:00
Michael Kerrisk 46bbbb3519 .\" comment fix 2008-06-22 08:36:06 +00:00
Michael Kerrisk 646af540e4 Add an ERRORS section documenting at least some of the errors
that may occur for scanf().
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
2008-06-22 08:35:24 +00:00
Michael Kerrisk c246714df1 The longstanding bug that if delta was NULL, olddelta didn't return the
outstanding clock adjustment, is now fixed (since glibc 2.8 + kernel 2.6.26).
http://sourceware.org/bugzilla/show_bug?id=2449
http://bugzilla.kernel.org/show_bug.cgi?id=6761
2008-06-22 05:20:51 +00:00
Michael Kerrisk cb772f766a Rewrote various pieces, and added some details. 2008-06-22 02:01:50 +00:00
Michael Kerrisk 26d4d0d6d4 ffix 2008-09-18 12:30:42 +00:00
Michael Kerrisk 61792fc66b ffix 2008-09-18 12:30:41 +00:00
Michael Kerrisk b24ac2ee70 ffix 2008-09-18 12:30:40 +00:00
Michael Kerrisk a3c5b73c67 ffix 2008-09-18 12:30:39 +00:00
Michael Kerrisk 1df2213318 ffix 2008-09-18 12:30:38 +00:00
Michael Kerrisk bf66f9bde2 ffix 2008-09-18 12:30:38 +00:00
Michael Kerrisk 5eab0978cf ffix 2008-09-18 12:30:37 +00:00
Michael Kerrisk 2fadbfb588 For consistency, "fix" cases where aregument of .B or .I was on the following source line. 2008-06-18 08:57:49 +00:00
Michael Kerrisk 7bcd433363 Document DT_LNK (symbolic link) for d_type field.
Reorder DT_ entries alphabetically.
2008-06-18 08:50:55 +00:00
Michael Kerrisk 58f362c32a Document DT_LNK (symbolic link) for d_type field. 2008-06-17 15:32:03 +00:00
Michael Kerrisk cd1aabe6b1 Remove statement that inet_pton() extends inet_ntoa();
that's not really true, since inet_pton() doesn't support
all of the string forms that are supported by inet_ntoa();
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482987.
Describe IPv6 address formats.
Describe dotted decimal format in more detail.
Add an example program.
Remove unneeded header files from SYNOPSIS.
Make NAME line more precise.
Make description of return value more precise.
SEE ALSO: Add inet(3), Add getaddrinfo(3).
2008-06-13 10:37:04 +00:00
Michael Kerrisk 3b26a174e5 Remove unneeded header files from SYNOPSIS.
SEE ALSO: Add inet(3) and getnameinfo(3).
Make NAME line more precise.
Move errors to an ERRORS section.
Add EXAMPLE section pointing to inet_pton(3).
2008-06-13 10:23:57 +00:00
Michael Kerrisk 054f5228c6 inet_aton() is *not* in POSIX.1.
Rewrite discussion of why inet_addr() is disfavored.
SEE ALSO: Add getaddrinfo(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482979.
Describe the various address forms supported by inet_aton().
Rewrite description of inet_network().
Clarify discussion of inet_lnaof(), inet_netof(), and inet_makeaddr().
Add discussion of Classful Addressing, noting that it is obsolete.
Added an EXAMPLE program.
Relocate discussion of i386 byte order to NOTES.
Note that inet_aton() returns an address in network byte order.
SEE ALSO: Add byteorder(3) and getnameinfo(3).
2008-06-13 10:22:21 +00:00
Michael Kerrisk 444aa1ce8c DESCRIPTION: Add reference to inet_addr(3) for dotted notation.
SEE ALSO: add inet(3).
Added BUGS section noting that gethostbyname() does not
recognize hexadecimal components in dotted address strings;
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482973
2008-06-13 10:14:55 +00:00
Michael Kerrisk a3edd71dc4 Improve description or 'hints' and 'res' arguments.
Add details on numeric strings that can be specified for 'node'.
Other fairly major restructrings and rewrites to improve
logical structure and clarity of the page.
2008-06-13 10:00:32 +00:00
Michael Kerrisk 481c58cae6 Remove mention of sa_len field from example code.
That field is a BSDism not present on Linux.
2008-06-13 09:54:52 +00:00
Michael Kerrisk cd117d4875 s/strcat/strncat/ (a typo that changed the semantics in DESCRIPTION). 2008-06-13 09:40:16 +00:00
Michael Kerrisk 2d50dd9efa Modify SYNOPSIS to show protoypes of both versions of strerror_r(),
and make other small clarifications of the description regarding
the two versions.
2008-06-13 09:10:47 +00:00
Michael Kerrisk a1d5601bee Removed trailing white space at end of lines 2008-06-12 11:52:08 +00:00
Michael Kerrisk 5c1decfcc2 Remove outdated FIXME. 2008-06-12 06:20:47 +00:00
Michael Kerrisk 8d2394ac80 Link to mkstemp.3 2008-06-12 06:20:27 +00:00
Michael Kerrisk 20523df7ef Wrap source lines so that new sentence starts on new line. 2008-06-12 06:09:19 +00:00
Michael Kerrisk 6cefc99668 Add description of mkostemp(), new in glibc 2.7.
Fix discussion of O_EXCL flag.
These functions may also fail for any of the errors described in open(2).
Various other rewordings.
2008-06-12 05:18:05 +00:00
Michael Kerrisk c81e8a4261 Various minor changes. 2008-06-12 05:16:43 +00:00
Michael Kerrisk ad22ad5568 ffix 2008-06-11 22:19:03 +00:00
Michael Kerrisk a9cfde1dbc SEE ALSO: add symlink.7 2008-06-11 21:50:53 +00:00
Michael Kerrisk 60435a752c SEE ALSO: Add hostname (7) 2008-06-11 21:31:42 +00:00
Michael Kerrisk 9d6299e824 Note that EEXIST applies, even if the pathname is a
(possibly dangling) symbolic link.
2008-06-11 15:26:41 +00:00
Michael Kerrisk 7f4d082329 Note that these functions are included in the next POSIX revision.
Remove editorial discussion about what the functions should have been named.
2008-06-11 13:52:05 +00:00
Michael Kerrisk c343e74cfd Added VERSIONS section. 2008-06-11 13:43:34 +00:00
Michael Kerrisk a93bcd70d8 Added FIXME 2008-06-11 09:55:35 +00:00
Michael Kerrisk 591e985663 tstamp update 2008-06-11 06:26:50 +00:00
Michael Kerrisk 7e8c232152 Remove statement that LSB deprecates the functions
"endmntent(), setmntent() [sic] and setmntent()".
This doesn't seem to be true (I can't find mention of
deprecation in any of the LSB specs).  Rather, LSB simply
doesn't specify these functions.  (LSB 1.3 had a spec of
setmntent(), but not getmntent() or endmntent(), and noted
that having a spec of setmntent() was of little use without
also having a spec of getmntent().)
See also https://lists.linux-foundation.org/pipermail/lsb-discuss/2006-October/003078.html
2008-06-11 06:23:44 +00:00
Michael Kerrisk aababe28d0 Recommend against drem(), in favor of remainder(). 2008-06-11 05:58:47 +00:00
Michael Kerrisk 8bb93cd4bb Control character names (^X) are writte boldface, without quotes. 2008-06-10 08:44:34 +00:00
Michael Kerrisk c45660d7d7 wrap long source lines 2008-06-09 21:12:25 +00:00
Michael Kerrisk 333a424b0e Try and bring some consistency to quotes. 2008-06-09 21:03:52 +00:00
Michael Kerrisk f81fb4445b s/\\'/\\(aq/ 2008-06-09 15:49:35 +00:00
Michael Kerrisk 84c517a450 Change use of quote characters to get better UTF-8 rendering. 2008-06-05 20:14:50 +00:00
Michael Kerrisk b8b45978b0 /'/\\'/ to produce better UTF rendering 2008-06-05 19:01:25 +00:00
Michael Kerrisk f8a07a2154 s/'/\\'/ to improve rendering in UTF-8. 2008-06-05 17:52:37 +00:00
Michael Kerrisk e9f6e8ea4c wfix 2008-06-03 12:25:15 +00:00
Michael Kerrisk 588ff0640b Update timestamp 2008-06-03 09:37:55 +00:00
Michael Kerrisk 7e56368006 Add ERRORS section referring to open(2). 2008-06-03 09:31:29 +00:00
Michael Kerrisk 23b98a4c61 Update timestamp 2008-05-29 08:02:43 +00:00
Michael Kerrisk 2aeec1f9c3 ffix 2008-05-14 11:49:22 +00:00
Michael Kerrisk 8d3d329b05 fix misplaced "Link with" text. 2008-05-14 11:47:44 +00:00
Michael Kerrisk 24a7082acb spfix 2008-05-12 20:23:12 +00:00
Michael Kerrisk 10ff70c578 spfix 2008-05-12 16:23:54 +00:00
Michael Kerrisk 95503bfb95 spfix 2008-05-09 21:18:49 +00:00
Michael Kerrisk 02770bac7c Fix bogus reference to variable 'strings': should be:
"the array of pointers".
2008-05-09 13:06:00 +00:00
Michael Kerrisk c841cb6b87 Update timestamp 2008-05-08 13:53:59 +00:00
Michael Kerrisk 7fb9948da8 Clarify description of 'rm_eo' field. 2008-05-06 11:21:26 +00:00
Michael Kerrisk 8a5a735634 SYNOPSIS: Fix declaration of valuep. 2008-05-06 07:47:45 +00:00
Michael Kerrisk 5744c9e140 Add more detail to the description of the fields in the
structure returned by dladdr().
2008-05-05 20:28:44 +00:00
Michael Kerrisk 22cddee1cd SEE ALSO: Add getgrouplist(3). 2008-05-04 18:31:25 +00:00
Michael Kerrisk 4d31e3eabf SEE ALSO: add ttyname(3). 2008-04-28 20:25:11 +00:00
Michael Kerrisk 7155eb96b8 Clarify wording describing range of values returned by rand(). 2008-04-28 20:24:52 +00:00
Michael Kerrisk f5f6fdda15 Point out that this function should be avoided in favour of posix_openpt(). 2008-04-26 21:15:52 +00:00
Michael Kerrisk dd67dce23c Describe treatment of close-on-exec flag by opendir() and fdopendir(). 2008-04-25 12:12:58 +00:00
Michael Kerrisk 654559f06f Add subheading for getopt_long() and getopt_long_only() description. 2008-04-25 10:58:14 +00:00
Michael Kerrisk b75101c34b Removed trailing white space at end of lines 2008-04-25 06:57:43 +00:00
Michael Kerrisk ff4e3b35c4 tstamp 2008-04-25 06:50:26 +00:00
Michael Kerrisk 0ad25472b6 Add "Link with -lrt" to SYNOPSIS. 2008-04-25 06:35:53 +00:00
Michael Kerrisk df18528cf0 Added FIXME 2008-04-24 09:36:55 +00:00
Michael Kerrisk 40bc92e59d Added pointer to example in sem_wait(3). 2008-04-24 08:49:49 +00:00
Michael Kerrisk 207bc0d1ed ffix 2008-04-23 21:07:15 +00:00
Michael Kerrisk 31dec0c787 wfix 2008-04-23 17:03:47 +00:00
Michael Kerrisk 81b3a38bbf Remove out-of-date FIXME 2008-04-22 13:00:32 +00:00
Michael Kerrisk 407252794e Batch wfix/ffix 2008-04-18 15:52:17 +00:00
Michael Kerrisk ada00e8350 s/backtrace_symbols/backtrace-symbols_fd/ in one sentence. 2008-04-18 15:41:11 +00:00
Michael Kerrisk 2737254c0a tfix 2008-04-17 22:14:08 +00:00
Michael Kerrisk 031cb604f1 Clarify semantics of raise() when called from a multithreaded program.
Rewrites and additions to various parts of the page.
2008-04-17 22:09:20 +00:00
Michael Kerrisk 55f4940586 SYNOPSIS: the necessary header file is <unistd.h> not <sys/time.h>! 2008-04-08 11:59:31 +00:00
Michael Kerrisk cfe4a25a9d Update timestamp 2008-04-07 13:09:00 +00:00
Michael Kerrisk c6e5efd8e4 Note that lutimes() is implemented on top of utimensat(2). 2008-04-07 13:08:30 +00:00
Michael Kerrisk be8dd9c85d tfix 2008-04-07 08:56:31 +00:00
Michael Kerrisk 8167059b21 Add warning under NOTES that asctime(), ctime(), gmtime(), and
localtime() may each overwrite the static object returned by any
of the other calls.
2008-09-18 12:26:18 +00:00
Michael Kerrisk fdc6b83141 RETURN VALUE: Note circumstances in which successful malloc() and
calloc() can return NULL.
2008-04-05 04:59:18 +00:00
Michael Kerrisk 12a1a9e794 Added FIXME relating to SUSv4 chhanges 2008-03-19 15:09:59 +00:00
Michael Kerrisk 6f36deb49c s/realtime/real-time/ 2008-03-19 13:23:34 +00:00
Michael Kerrisk eba722884d s/nonzero/non-zero/ 2008-03-19 13:16:39 +00:00
Michael Kerrisk 1f04cc9731 s/nonempty/non-empty/ 2008-03-19 13:11:38 +00:00
Michael Kerrisk 2103596438 s/normal file/regular file/ 2008-03-19 11:56:53 +00:00
Michael Kerrisk 7b01461a26 s/zeroes/zeros/ 2008-03-19 09:04:12 +00:00
Michael Kerrisk da27f17824 s/re-entrant/reentrant/ 2008-03-19 08:49:50 +00:00
Michael Kerrisk 79761fe5b1 grfix 2008-03-19 08:48:08 +00:00
Michael Kerrisk cf50118f48 Use "run time" when non-attributive, "run-time" when attributive. 2008-03-19 08:46:32 +00:00
Michael Kerrisk 76c44d83f3 s/command line/command-line/ when used attributively. 2008-03-19 08:37:35 +00:00
Michael Kerrisk e7b489f0b9 s/builtin/built-in/ 2008-03-19 08:32:22 +00:00
Michael Kerrisk 24d01c530c s/filesystem/file system/ 2008-03-19 07:26:08 +00:00
Michael Kerrisk 10d76543fe Modify the license on these pages to be the standard verbatim license. 2008-03-18 14:47:54 +00:00
Michael Kerrisk 366a09d51b Remove out-of-date FIXME. 2008-03-18 12:08:43 +00:00
Michael Kerrisk c35a0a7c7c Link to futimes.3 2008-03-18 10:13:18 +00:00
Michael Kerrisk 4cc127252b Add documentation of lutimes(), which appeared in glibc 2.6.
Change description in NAME line ("or" is not correct: these calls
always change *both* timestamps).
futimes() did not come from 4.2BSD.  (It came from FreeBSD; see
the FreeBSD man page.)
2008-03-18 10:12:49 +00:00
Michael Kerrisk 063a2574dc tfix 2008-03-18 07:44:01 +00:00
Michael Kerrisk f32682858b setenv() copies 'name' and 'value' (contrat with putenv()).
unsetenv() of a nonexistent variable does nothing and is considered successful.
Noted that setenv() and unsetenv() need not be reentrant.
2008-03-17 12:06:58 +00:00
Michael Kerrisk 9f6d3345d8 Noted that caller must not modify returned value string.
Noted that getenv() is not reentrant: the buffer may be statically
allocated and overwritten by later calls to getenv(), putenv(),
setenv(), or unsettenv().
Other minor rewrites.
2008-03-17 11:26:22 +00:00
Michael Kerrisk 1ac25a1e51 initstate_r(3), setkey_r(3), setstate_r(3) are no documented. 2008-03-17 10:47:53 +00:00
Michael Kerrisk 3144df47b1 Links to encrypt.3 2008-03-17 10:38:08 +00:00
Michael Kerrisk 61f409e054 Links to finite.3. 2008-03-17 10:36:00 +00:00
Michael Kerrisk 43114cc80e Links to tzset.3 2008-03-17 10:34:05 +00:00
Michael Kerrisk ab8c3c1133 Links to random_r.3 2008-03-17 10:32:04 +00:00
Michael Kerrisk 57db674d92 Add optarg, optind, opterr, optopt to NAME section. 2008-03-17 10:21:24 +00:00
Michael Kerrisk a039244f40 Add h_errno to NAME list. 2008-03-17 10:14:15 +00:00
Michael Kerrisk 7deb3c8b57 Added FIXME. 2008-03-14 13:24:35 +00:00
Michael Kerrisk e29d4bed59 spfix 2008-03-11 12:39:31 +00:00
Michael Kerrisk e935e108ac Replace (il)legal by "permitted" or "valid" 2008-03-10 10:04:03 +00:00
Michael Kerrisk 87d17de470 Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
2008-03-10 09:49:26 +00:00
Michael Kerrisk fce1dd17c8 Add text to SYNOPSIS noting the need to link with "-lrt" or "-pthread". 2008-03-10 08:29:29 +00:00
Michael Kerrisk ceb141cf58 Documents random_r(3), srandom_r(3), initstate_r(32), and setstate_r(3),
which are the reentrant equivalents of random(3), srandom(3),
initstate(32), and setstate(3).
2008-03-05 13:37:03 +00:00
Michael Kerrisk 4903137bae ffix 2008-03-05 11:30:11 +00:00
Michael Kerrisk 5b475602ef Recommend use or random_r(3) for multithreaded appliucations that need
independent, reproducible sequences of random numbers.
Move references to "The Art of Computer Programming" and "Numerical Recipes",
formerly in rand(3), to this page.
Add drand48(93) to SEE ALSO list.
2008-03-03 16:51:35 +00:00
Michael Kerrisk a5ed744769 Remove outdated warning in NOTES; encourage the use of random(3) instead. 2008-03-03 16:47:45 +00:00
Michael Kerrisk 5a060baecc Update .TH timestamp 2008-03-03 13:20:49 +00:00
Michael Kerrisk 21c1d4034e s/stdlib.h/fcntl.h/ in SYNOPSIS. 2008-02-28 11:57:05 +00:00
Michael Kerrisk 865c9fd869 Refinements to last change. 2008-02-26 09:26:25 +00:00
Michael Kerrisk 0af804ac5e clarify discussion of NULL 'hints' argument; other minor rewrites. 2008-02-26 08:27:51 +00:00
Michael Kerrisk 202bf2c868 tfix 2008-02-26 07:30:27 +00:00
Michael Kerrisk 005c213f71 Links to eventfd.2 2008-02-22 13:34:50 +00:00
Michael Kerrisk c4acc6895a Clarify description of realloc() behavior for ((size == 0) && (ptr != NULL)). 2008-02-22 10:06:08 +00:00
Michael Kerrisk 7b16ff4951 Note that POSIX requires localtime() to act as though tzset()
was called, but localtime_r() does not have the same requirement.
See also http://thread.gmane.org/gmane.comp.time.tz/2034/
2008-02-14 16:19:05 +00:00
Michael Kerrisk 0bb9038bea Further refinements of discussion of when to use/not use alloca(). 2008-01-30 10:16:44 +00:00
Michael Kerrisk f560fdd55e ffix 2008-01-30 09:41:13 +00:00
Michael Kerrisk dbb8ac51fb ffix 2008-01-27 12:08:05 +00:00
Michael Kerrisk 7d733a8598 Change description in NAME section. 2008-01-24 08:27:15 +00:00
Michael Kerrisk 6c3be22150 Various rewrites and additions (including notes on longjmp() and SIGSEGV).
Weaken warning against use of alloca(), as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461100.
2008-01-24 08:25:10 +00:00
Michael Kerrisk da8cb51e61 Fix unbalanced quotes in formatting macros. 2008-01-12 08:57:58 +00:00
Michael Kerrisk c8ce4bc62e ffix 2008-01-12 08:26:48 +00:00
Michael Kerrisk 633af52dca ffix 2008-01-12 08:26:19 +00:00
Michael Kerrisk bd0914f3fc tfix 2008-01-12 08:21:10 +00:00
Michael Kerrisk 9f8eecdba7 ffix 2008-01-12 08:19:18 +00:00
Michael Kerrisk 57cfb7f31f ffix 2008-01-12 08:11:52 +00:00
Michael Kerrisk 920c990a53 tfix 2008-01-12 08:04:47 +00:00
Michael Kerrisk a45ebabfc5 Rework/remove use of ".ad" macros. 2008-01-11 13:59:47 +00:00
Michael Kerrisk 76d8cd3612 s/i-node/inode/ 2008-01-09 09:47:31 +00:00
Michael Kerrisk 53255c2be2 Add "#define _XOPEN_SOURCE" to example program. 2008-01-06 10:10:53 +00:00
Michael Kerrisk 9e922de6e4 tfix 2008-01-04 04:30:50 +00:00
Michael Kerrisk 11d4a2cfc0 ffix 2008-01-04 04:22:28 +00:00
Michael Kerrisk ca92ce95a3 Remove/replace extraneous .sp macros. 2008-01-01 14:13:55 +00:00
Michael Kerrisk 984886049d Remove exstraneous .sp macros. 2008-01-01 13:44:49 +00:00
Michael Kerrisk 2b53dd031e Remove extraneous .br macro before/after .SH/.SS. 2008-01-01 13:38:33 +00:00
Michael Kerrisk 78729a5d61 ffixes 2008-01-01 07:52:35 +00:00
Michael Kerrisk eaf3ef8a2e spfix 2008-01-01 07:47:49 +00:00
Michael Kerrisk eaa88fd869 tfix 2008-01-01 07:47:27 +00:00
Michael Kerrisk a49d636c06 Removed trailing white space at end of lines 2007-12-30 16:01:21 +00:00
Michael Kerrisk 9a06b299bb Convert function declarations to use modern C prototypes.
Add text and start of page describing header files
and types required by functions.
Reformat discussion of request under clnt_control().
2007-12-30 15:55:22 +00:00
Michael Kerrisk e7c7da90d4 Add .\" comment describing recent changes 2007-12-30 15:41:59 +00:00
Michael Kerrisk 4989f80d27 Removed trailing white space at end of lines 2007-12-30 09:18:45 +00:00
Michael Kerrisk 5b20a7a28a Convert function declarations to use modern C prototypes. 2007-12-30 08:51:24 +00:00
Michael Kerrisk 24101960a7 ffixes 2007-12-30 06:09:59 +00:00
Michael Kerrisk 0cbdb2b376 Remove unneeded formatting macros 2007-12-30 06:01:50 +00:00
Michael Kerrisk ce0577625d ffix 2007-12-30 05:52:41 +00:00
Michael Kerrisk bf3376354d ffix 2007-12-30 05:48:25 +00:00
Michael Kerrisk 9584332da4 ffix 2007-12-30 05:42:10 +00:00
Michael Kerrisk 7efe3e53c0 Remove unneeded macro 2007-12-29 18:08:56 +00:00
Michael Kerrisk 649ef05749 ffix 2007-12-29 18:07:02 +00:00
Michael Kerrisk 3c5e62b618 Fix a/an usage 2007-12-29 18:01:05 +00:00
Michael Kerrisk 1ffaf53de1 ffix 2007-12-29 17:43:22 +00:00
Michael Kerrisk 763f0e477c Fix usage of a/an before following vowel/consonant. 2007-12-29 17:42:38 +00:00
Michael Kerrisk 85467cb847 ffixes, grfixex 2007-12-29 06:47:34 +00:00
Michael Kerrisk 0a3c745fcb tfix 2007-12-28 13:12:12 +00:00
Michael Kerrisk 494fc522de ffix 2007-12-28 06:48:39 +00:00
Michael Kerrisk ad97b91008 ffix 2007-12-28 05:59:40 +00:00
Michael Kerrisk 415aed528e ffix 2007-12-28 05:59:35 +00:00
Michael Kerrisk df3e4d6dc8 hyphenation fixes. 2007-12-28 05:45:42 +00:00
Michael Kerrisk 5ec6046150 Improve macros used in 2.71 to convert from "mdoc" to "man". 2007-12-28 05:38:10 +00:00
Michael Kerrisk 7afcdaa1a1 tfix 2007-12-28 04:49:49 +00:00
Michael Kerrisk ad2f1d0b95 tfix 2007-12-28 04:45:59 +00:00
Michael Kerrisk 290cfd36a9 tfix 2007-12-28 04:37:30 +00:00
Michael Kerrisk a1ffe9f5a2 s/current process/calling process/ 2007-12-27 16:06:35 +00:00
Michael Kerrisk a43eed0cdc Hyphenation fixes 2007-12-26 11:17:23 +00:00
Michael Kerrisk 2706f299e5 Hyphenation fixes 2007-12-26 08:00:10 +00:00
Michael Kerrisk c382a36592 hyphenation fixes 2007-12-25 22:02:19 +00:00
Michael Kerrisk 8382f16db1 grfix 2007-12-25 21:28:09 +00:00
Michael Kerrisk 58783e28ae grfix 2007-12-25 21:13:26 +00:00
Michael Kerrisk cf634cefa0 Minor edits to Eexample program. 2007-12-25 16:24:14 +00:00
Michael Kerrisk e77234bbf7 Minor changes to example program. 2007-12-25 16:21:21 +00:00
Michael Kerrisk a6bbb226e5 ffix 2007-12-25 16:19:39 +00:00
Michael Kerrisk 47752f332c s/fildes/fd/ 2007-12-24 22:04:47 +00:00
Michael Kerrisk 34ccb744ec s/x86/i386/ 2007-12-24 17:31:35 +00:00
Michael Kerrisk c5a3b1273e tfix 2007-12-24 17:09:50 +00:00
Michael Kerrisk 3737016473 ffix 2007-12-24 16:21:35 +00:00
Michael Kerrisk d2d293bac2 Remove use of .SM macros. 2007-12-24 16:10:29 +00:00
Michael Kerrisk 3f28250188 ffix 2007-12-24 15:08:20 +00:00
Michael Kerrisk bce5f0ae86 Use proper .IP lists 2007-12-24 15:04:43 +00:00
Michael Kerrisk e5669e8181 Small rewording. 2007-12-24 14:47:01 +00:00
Michael Kerrisk 658670dea2 ffix 2007-12-24 14:41:56 +00:00
Michael Kerrisk d830deef33 ffix 2007-12-24 14:31:08 +00:00
Michael Kerrisk 3b8affded2 Various reformattings. 2007-12-24 14:29:31 +00:00
Michael Kerrisk d6971ffd60 These functions are still not present as at glibc 2.7. 2007-12-24 14:26:47 +00:00
Michael Kerrisk 6b41ea9740 grfix 2007-12-24 14:23:27 +00:00
Michael Kerrisk 51065a83a2 Various reformattings 2007-12-24 14:22:10 +00:00
Michael Kerrisk 80f1c436b0 Various reformattings. 2007-12-24 11:42:27 +00:00
Michael Kerrisk 4178335383 Various reformattings. 2007-12-24 11:40:38 +00:00
Michael Kerrisk 2147452bc0 ffix 2007-12-24 11:36:55 +00:00
Michael Kerrisk 22c969ec49 Update date in .TH line 2007-12-24 11:30:49 +00:00
Michael Kerrisk 92499e066d Various reformattings 2007-12-24 11:29:54 +00:00
Michael Kerrisk daac0b393a Various reformattings 2007-12-24 11:27:43 +00:00
Michael Kerrisk 646b297717 ffix 2007-12-24 11:00:22 +00:00
Michael Kerrisk d3b03141a9 s/filedes/fd/ 2007-12-23 21:56:27 +00:00
Michael Kerrisk f00d425b91 grfix 2007-12-23 21:48:05 +00:00
Michael Kerrisk 3d5b0b760e ffix/wfix 2007-12-23 21:17:22 +00:00
Michael Kerrisk c825020667 Fixed unbalanced .nf/fi pairs. 2007-12-23 21:05:57 +00:00
Michael Kerrisk aeb4b1fc8b s/u_long/unsigned long/
s/ulong/unsigned long/
s/u_char/unsigned char/
s/u_short/unsigned short/
s/ushort/unsigned short/
s/u_int8_t/uint8_t
s/u_int16_t/uint16_t
s/u_int32_t/uint16_t
s/u_int/unsigned int/
2007-12-23 17:26:26 +00:00
Michael Kerrisk 3dc4c74edf ffix 2007-12-23 16:58:41 +00:00
Michael Kerrisk 3f89ebc011 Indent structure definitions by +4n. 2007-12-23 14:14:04 +00:00
Michael Kerrisk 3ad4ddcd0b Indent structure defintions by +4n, 2007-12-23 14:03:07 +00:00
Michael Kerrisk 5895e7eb8d wspace in SYNOPSIS 2007-12-23 13:45:24 +00:00
Michael Kerrisk d9cf37f470 ffix 2007-12-23 13:40:42 +00:00
Michael Kerrisk 9324b51522 Fix placement of feature test macro in SYNOPSIS. 2007-12-23 13:25:06 +00:00
Michael Kerrisk 22a10f256f ffix 2007-12-23 13:08:47 +00:00
Michael Kerrisk f3ae4e7d1c grfix 2007-12-23 13:03:22 +00:00
Michael Kerrisk dfad8c611e ffix 2007-12-23 13:02:05 +00:00
Michael Kerrisk 363060058c spfix 2007-12-23 09:17:10 +00:00
Michael Kerrisk cfc2d88d4d Standardize sentence used under "Feature Test Macro Requirements"
when referring to all functions shown in the SYNOPSIS.
2007-12-23 09:00:11 +00:00
Michael Kerrisk 2ef850817f ffix 2007-12-23 08:27:42 +00:00
Michael Kerrisk 62218dc0fd Format SYNOPSIS consistently. 2007-12-23 08:20:39 +00:00
Michael Kerrisk 67c0813170 Added FIXME 2007-12-23 08:15:30 +00:00
Michael Kerrisk 4eea746798 Use modern C prototypes in SYNOPSIS. 2007-12-23 07:50:04 +00:00
Michael Kerrisk c31765d307 ffix 2007-12-22 22:47:15 +00:00
Michael Kerrisk 7de9991860 spfix 2007-12-22 22:44:55 +00:00
Michael Kerrisk 0967c11fb9 s/etc/etc./ 2007-12-22 22:43:42 +00:00
Michael Kerrisk bd9b2a9c46 ffix 2007-12-22 22:10:40 +00:00
Michael Kerrisk e7c0f078db ffixes 2007-12-22 22:01:09 +00:00
Michael Kerrisk 2bbf22921c ffixes 2007-12-22 21:52:46 +00:00
Michael Kerrisk 8c1a40ca50 ffix 2007-12-22 21:40:53 +00:00
Michael Kerrisk acabf1c114 ffix 2007-12-22 21:28:36 +00:00
Michael Kerrisk 495846d9eb Format SYNOPSIS in manner consistent with other pages. 2007-12-22 17:10:05 +00:00
Michael Kerrisk 474307b16c grfix 2007-12-22 16:46:10 +00:00
Michael Kerrisk 94e9d9febd Replace "-" by "\-" where a real dash is required. 2007-12-22 16:40:46 +00:00
Michael Kerrisk 009df872f7 Format casts so that there is a non-breaking space after the
type, and remove unnecessary parentheses around the casted value.
Thus, for example, the following:

     .IR "(size_t) (\-1)" .

becomes:
    .IR "(size_t)\ \-1" .
2007-12-22 16:26:51 +00:00
Michael Kerrisk ef1ee33c8b ffix 2007-12-21 12:05:03 +00:00
Michael Kerrisk b4e00e7853 ffix 2007-12-21 12:04:10 +00:00
Michael Kerrisk 9fb1e24a26 Removed trailing white space at end of lines 2007-12-20 12:12:32 +00:00
Michael Kerrisk de4c786e63 CONFORMING TO: getw() and putw() were in SUSv2, but are not in POSIX.1-2001. 2007-12-20 11:59:28 +00:00
Michael Kerrisk a6e2f12821 Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
2007-12-19 07:19:23 +00:00
Michael Kerrisk 088a639be3 Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
2007-12-19 06:57:44 +00:00
Michael Kerrisk cfadad462c remove superflous white space in text 2007-12-19 06:29:23 +00:00
Michael Kerrisk bd19142309 enclose code smaples/structure defns/etc in ".in +4n / .in" 2007-12-19 06:16:04 +00:00
Michael Kerrisk a08ea57c20 Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
2007-12-19 05:53:30 +00:00
Michael Kerrisk be9634cfdd s/epoch/Epoch/ 2007-12-18 15:37:46 +00:00
Michael Kerrisk 6d275e3c0c Format (.I) instances of type "double". 2007-12-18 07:52:55 +00:00
Michael Kerrisk 2d986c928c Replace `...' with alternate formatting (e.g., ".." or .I) 2007-12-18 07:47:22 +00:00
Michael Kerrisk a40ee90ba2 ffix 2007-12-18 07:36:46 +00:00
Michael Kerrisk 8937ead23a ffix 2007-12-18 07:35:55 +00:00
Michael Kerrisk fe93e6770c ffix 2007-12-17 17:04:19 +00:00
Michael Kerrisk ac5e6a3687 Add missing commas to SEE ALSO 2007-12-17 11:27:53 +00:00
Michael Kerrisk 52dab97a34 ffix 2007-12-17 09:43:42 +00:00
Michael Kerrisk 7e12d57028 ffix 2007-12-17 09:43:12 +00:00
Michael Kerrisk 5d78bcdd6b ffix 2007-12-17 09:22:40 +00:00
Michael Kerrisk 6697649b3e ffix 2007-12-17 09:21:43 +00:00
Michael Kerrisk 066cb3d698 Remove font size markup 2007-12-16 15:39:37 +00:00
Michael Kerrisk 324633ae2c s/``...''/"..."/ 2007-12-16 14:08:46 +00:00
Michael Kerrisk 653ba10abd ffix 2007-12-16 14:00:15 +00:00
Michael Kerrisk ec5a588f8d ffix 2007-12-16 13:39:24 +00:00
Michael Kerrisk b20979f0e8 ffix 2007-12-16 13:29:10 +00:00
Michael Kerrisk fe4d4c41ab Minor rewordings + formatting fixes. 2007-12-16 13:21:15 +00:00
Michael Kerrisk 40d6f0f046 ffix 2007-12-16 13:11:36 +00:00
Michael Kerrisk 4bd8c61461 ffix 2007-12-14 13:23:07 +00:00
Michael Kerrisk 39ed8b549e spfix 2007-12-14 10:39:16 +00:00
Michael Kerrisk b9c6a07034 Updated date in .TH line 2007-12-14 07:22:20 +00:00
Michael Kerrisk 98fed84ac0 Noted feature test macro requirements.
BUGS: noted that iruserok() is not declared in glibc headers.
2007-12-14 07:21:33 +00:00
Michael Kerrisk f16c6510df ffix 2007-12-14 05:32:30 +00:00
Michael Kerrisk 628d8d6229 ffix 2007-12-14 05:23:00 +00:00
Michael Kerrisk d9a10d9df9 ffix 2007-12-13 20:46:52 +00:00
Michael Kerrisk 26661c049a Added FIXME 2007-12-13 15:14:56 +00:00
Michael Kerrisk fc7709a87b Small rewording. 2007-12-13 14:54:41 +00:00
Michael Kerrisk 55a18b780b Small rewording. 2007-12-13 14:53:23 +00:00
Michael Kerrisk e859a67aed Removed trailing white space at end of lines 2007-12-11 16:57:30 +00:00
Michael Kerrisk efca83607b ffix 2007-12-11 07:04:04 +00:00
Michael Kerrisk d80b82555b Revert earlier s/getty/mingetty/. This page talks about
historical behavior, and that means "getty(8)".
2007-12-10 15:28:06 +00:00
Michael Kerrisk 9771e6ded1 Reformat function list at end of page as a proper table. 2007-12-10 15:24:05 +00:00
Michael Kerrisk 1368e8476d ffix 2007-12-10 15:03:27 +00:00
Michael Kerrisk b8df939450 Remove reference to "obstack stuff". 2007-12-10 14:56:34 +00:00
Michael Kerrisk 53f2273621 ffix 2007-12-10 14:49:55 +00:00
Michael Kerrisk 31b640cb52 ffix 2007-12-10 14:48:43 +00:00
Michael Kerrisk 055e4eb75a spfix 2007-12-10 14:44:59 +00:00
Michael Kerrisk c030aa56cb wfix 2007-12-10 14:43:32 +00:00
Michael Kerrisk 4bfc357373 spfix 2007-12-10 14:42:10 +00:00
Michael Kerrisk 0d497e27ae s/LOCKFILE/FLOCKFILE/ in .TH line. 2007-12-10 09:09:08 +00:00
Michael Kerrisk 7882489a88 s/GETGRENT/GETGRENT_R/ in .TH line. 2007-12-10 09:07:03 +00:00
Michael Kerrisk d975bcd374 s/DIRNAME/BASENAME/ in .TH line, and swap function names in NAME section. 2007-12-10 09:05:28 +00:00
Michael Kerrisk eb12ffbf80 ffix 2007-12-10 07:11:19 +00:00
Michael Kerrisk 3ea909db7a Fixed include files references / formatting. 2007-12-10 07:08:12 +00:00
Michael Kerrisk 3d341b3326 ffix 2007-12-10 06:42:35 +00:00
Michael Kerrisk f084be74f1 wfix 2007-12-09 14:29:12 +00:00
Michael Kerrisk 747944fe8a Remove brackets ([]) arounf error names. 2007-12-09 14:19:06 +00:00
Michael Kerrisk 1082a9107b ffix 2007-12-09 08:11:46 +00:00
Michael Kerrisk a9a13a5057 Format include files consistently (".I <.*\.h>"). 2007-12-09 08:08:53 +00:00
Michael Kerrisk 3d32fee86d Whitespace cleanups in in preprocessor directives 2007-12-09 07:50:38 +00:00
Michael Kerrisk 861c920cab ffix 2007-12-07 19:56:49 +00:00
Michael Kerrisk 768cfd1d6f ffix 2007-12-07 19:55:54 +00:00
Michael Kerrisk e5d79c8193 ffix 2007-12-07 19:41:16 +00:00
Michael Kerrisk f2ba7e02dc ffix 2007-12-07 19:38:51 +00:00
Michael Kerrisk e4b7f9977d ffix 2007-12-07 19:32:51 +00:00
Michael Kerrisk 9acef1b2f5 New link to envz_add.3 2007-12-06 10:26:04 +00:00
Michael Kerrisk 9d3204ad57 New link to argz_add.3 2007-12-06 10:25:31 +00:00
Michael Kerrisk db49e93776 A fairly significant rewrite to clarify operation of abort(). 2007-12-06 08:56:29 +00:00
Michael Kerrisk d122bd56a7 s/argz/argz_add/ in SEE ALSO. 2007-12-05 20:53:01 +00:00
Michael Kerrisk faade342fe s/envz/envz_add/ in SEE ALSO. 2007-12-05 20:52:37 +00:00
Michael Kerrisk 4a0288728d tfix 2007-12-05 13:51:27 +00:00
Michael Kerrisk 25c626cf48 Removed trailing white space at end of lines 2007-12-04 06:38:41 +00:00
Michael Kerrisk 352bedeee9 Updated .TH line; previous commit replaced the use of mdoc macros on
this page with man macros
2007-12-03 19:59:38 +00:00
Michael Kerrisk 3233d66512 2007-12-03 19:53:53 +00:00
Michael Kerrisk 8de44e39fb Update .TH line. 2007-11-29 21:17:50 +00:00
Michael Kerrisk a19d984e55 Add documentation of _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN. 2007-11-29 21:16:50 +00:00
Michael Kerrisk abedee0a4e Add ENOENT error. 2007-11-29 21:09:52 +00:00
Michael Kerrisk e17aa4873c ffix 2007-11-29 18:15:54 +00:00
Michael Kerrisk 193e2dd161 ffix 2007-11-29 18:02:29 +00:00
Michael Kerrisk ef203e4559 ffix 2007-11-29 17:59:49 +00:00
Michael Kerrisk 31363d8f35 tfix 2007-11-25 17:53:01 +00:00
Michael Kerrisk db2ef268f7 Updated FIXME 2007-11-25 13:30:59 +00:00
Michael Kerrisk 3273a01d8e Added section number to page xref. 2007-11-24 10:36:45 +00:00
Michael Kerrisk 1dcf5e2f95 Add gethostbyaddr_r to NAME section. 2007-11-24 10:30:42 +00:00
Michael Kerrisk 602ecd486f Remove redundant SEE ALSO entry. 2007-11-24 10:19:23 +00:00
Michael Kerrisk 4db2a2ab6d ffix 2007-11-24 10:19:07 +00:00
Michael Kerrisk 2777b1caec Remove section numbers for page references where the
reference refers to the page itself.  (This stops man2html
producing links from a page back to itself.)
2007-11-24 10:10:39 +00:00
Michael Kerrisk ff976006a7 Minor rewording. 2007-11-24 09:47:58 +00:00
Michael Kerrisk 125ad15787 Remove redundant SEE ALSO entry. Add SEE ALSO referring to ccos(3). 2007-11-24 09:40:57 +00:00
Michael Kerrisk 2ccfac8b3e Update date in .TH line 2007-11-24 07:49:41 +00:00
Michael Kerrisk 8dce683803 ffix 2007-11-24 07:03:02 +00:00
Michael Kerrisk 361763ff76 wfix 2007-11-24 07:02:26 +00:00
Michael Kerrisk c381b12c3a wfix 2007-11-23 18:50:48 +00:00
Michael Kerrisk ed145e4749 tfix+wfix 2007-11-23 18:49:04 +00:00
Michael Kerrisk 7b5193bc53 ffix 2007-11-23 18:02:47 +00:00
Michael Kerrisk f50f6cb5a8 Fix copyright line to include word "Copyright" 2007-11-21 18:22:29 +00:00
Michael Kerrisk 3c8e93ad87 ffix 2007-11-21 18:20:54 +00:00
Michael Kerrisk 01d5d3669d Added cfsetspeed() to SYNOPSIS. Added text under CONFORMING TO
noting that cfsetspeed() is BSD specific.
2007-11-19 18:45:15 +00:00