Commit Graph

140 Commits

Author SHA1 Message Date
Michael Kerrisk 52850de794 Change:
One has carg(z) = atan(creal(z) / cimag(z))
to:
     One has carg(z) = atan(cimag(z) / creal(z))
2005-09-19 14:08:50 +00:00
Michael Kerrisk 57734e8257 We don't have an rpc_secure.3 page in the set at the moment 2005-09-19 11:39:32 +00:00
Michael Kerrisk 9559eb50bb Mention "little endian" and "big endian".
Added note about octal and hex interpretation of numbers-and-dots notation.
2005-09-15 17:14:45 +00:00
Michael Kerrisk b8ebc9d9fe Added "#define _GNU_SOURCE" to prototype 2005-09-15 12:40:42 +00:00
Michael Kerrisk e4ce80c966 s/SOL_IP/IPPROTO_IP/ 2005-08-16 11:50:53 +00:00
Michael Kerrisk 279d6eeaee glibc 2.3.4 fixed the "name contains '='" bug 2005-08-12 11:41:25 +00:00
Michael Kerrisk 8d18d6ed08 Added descriptions of AI_ALL, AI_ADDRCONFIG, AI_V4MAPPED, and AI_NUMERICSERV.
Some wording and formatting fixes.
1,$s/PF_/AF_/g
2005-08-09 11:40:12 +00:00
Michael Kerrisk 8194de3393 Nowadays (since 2.3.4) glibc only sets the first ai_canonname
field if AI_CANONNAME was specified (the current
behavior is all that SUSv3 requires).
2005-08-09 10:10:29 +00:00
Michael Kerrisk 37894cb3e3 Add missing word 2005-08-04 14:01:47 +00:00
Michael Kerrisk f242322f35 s/-nostartupfiles/-nostartfiles/ 2005-07-20 07:53:07 +00:00
Michael Kerrisk 331da7c3a0 RFC references are now always writen as "RFC\ nnn" (not "RFC nnn" or
"RFCnnn").
2005-07-20 07:50:45 +00:00
Michael Kerrisk d355f1edc4 Formatting fixes 2005-07-19 16:23:19 +00:00
Michael Kerrisk 14ee3bff41 Formatting fixes 2005-07-19 15:38:39 +00:00
Michael Kerrisk a5e0a0e427 Formatting fixes. 2005-07-19 15:36:19 +00:00
Michael Kerrisk 34c97781c7 s/id/ID/ 2005-07-19 06:20:42 +00:00
Michael Kerrisk 5e8051e66d pseudotteudo-tty" terminology clean-up 2005-07-18 17:10:04 +00:00
Michael Kerrisk 357cf3fe97 id --> ID 2005-07-18 16:02:32 +00:00
Michael Kerrisk e75a454257 gid --> GID 2005-07-18 15:54:49 +00:00
Michael Kerrisk fdc196f51f uid --> UID 2005-07-18 15:51:22 +00:00
Michael Kerrisk b14d4aa5b8 Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
2005-07-18 15:05:56 +00:00
Michael Kerrisk 880f5b4bc3 Consistent use of "set-user-ID" and "set-group-ID". 2005-07-18 14:25:42 +00:00
Michael Kerrisk df8a3cac32 hyphen/dash fixes 2005-07-18 12:43:00 +00:00
Michael Kerrisk 3413174560 Hyphen/dash fixes 2005-07-18 08:37:13 +00:00
Michael Kerrisk a8431b7bfb Added SEE ALSO for canonicalize_file_name(3) 2005-07-14 14:56:39 +00:00
Michael Kerrisk 4ff2a3ba99 Walter's version said too much 2005-07-14 14:55:50 +00:00
Michael Kerrisk bc69fad6f8 New page from Walter Harms 2005-07-14 13:55:28 +00:00
Michael Kerrisk 4897420e09 Fixed missing word. 2005-07-14 13:49:21 +00:00
Michael Kerrisk 991910a43a various parts substantially rewritten; added description of
%n$ form; various text incorporated from the GNU C library
documentation ((C) The Free Software Foundation).
2005-07-14 13:48:54 +00:00
Michael Kerrisk 3d85977518 fix hsearch_r() proto 2005-07-08 10:22:22 +00:00
Michael Kerrisk 8c383102d0 hyphen/dash fixes 2005-07-07 08:27:03 +00:00
Michael Kerrisk 2bc2f4798f hyphen/dash fixes 2005-07-06 12:57:38 +00:00
Michael Kerrisk fba59d25ec Eliminate consecutive duplicate words 2005-07-06 11:21:27 +00:00
Michael Kerrisk c65433e6a5 hyphen/dash fixes. 2005-07-06 08:00:30 +00:00
Michael Kerrisk 21cb07dc53 formatting fixes 2005-07-06 07:53:36 +00:00
Michael Kerrisk 4d9b698450 Hyphenation/dash fixes 2005-07-06 07:41:37 +00:00
Michael Kerrisk bf0cac282c Modified details of how user and group ownership of a new object are set.
Various minor wording and formatting cleanups.
2005-07-05 14:22:14 +00:00
Michael Kerrisk 61f4934a34 s/the the/the/ 2005-07-05 13:53:03 +00:00
Michael Kerrisk 05461740b0 Replace mention of /etc/shadow by refernces to
"shadow password database", and LDAP and NIS.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117
Miscellaneous wording improvements
Consistent DESCRIPTION wording vis-a-vis getpwnam.3 etc.
2005-07-04 08:59:13 +00:00
Michael Kerrisk f936cf268d Minor wording changes 2005-07-04 08:58:13 +00:00
Michael Kerrisk d2cf948954 Relocate misplaced text describing gai_strerror(). 2005-07-04 07:39:01 +00:00
Michael Kerrisk 88abec49a2 s/endservent/endnetent/ 2005-07-04 06:54:12 +00:00
Michael Kerrisk f2738b392c Replace mention of /etc/{passwd,group} by refernces to
"passwd/group database", and LDAP and NIS.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117

Miscellaneous wording improvements
Consistent DESCRIPTION and ERRORS wording across these pages.
2005-07-01 16:50:33 +00:00
Michael Kerrisk 95b18bae5c Fix typo 2005-07-01 14:35:51 +00:00
Michael Kerrisk c9c3b6f3aa Added SEE ALSO putgrent(3) 2005-06-28 07:26:52 +00:00
Michael Kerrisk b956004699 Spelling/typo fixes 2005-06-24 14:44:16 +00:00
Michael Kerrisk 9fdfa163e5 Typos fixes from A Costa (16 May 05, Debian "manpages"). 2005-06-24 14:17:21 +00:00
Michael Kerrisk 3243fedf10 The return value of isinf() changed in glibc 2.02
to differentiate positive and neagtive infinity.
See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285765
2005-06-24 12:38:56 +00:00
Michael Kerrisk 016c9c3d5c strtold() and strtof() need _ISOC99_SOURCE of _XOPEN_SOURCE=600
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246668
2005-06-24 11:29:39 +00:00
Michael Kerrisk b559f81802 Added tdestroy to .TH line 2005-06-23 14:17:03 +00:00
Michael Kerrisk dc59ae5332 New link to tsearch.3 2005-06-23 14:16:40 +00:00