Commit Graph

374 Commits

Author SHA1 Message Date
Michael Kerrisk 5860fca29e whitespace cleanup 2005-07-14 15:57:25 +00:00
Michael Kerrisk 822c7965e8 Ready for 2.06 2005-07-14 15:50:20 +00:00
Michael Kerrisk 601bab298f The first sentence under NOTES about SO_KEEPALIVE and SIGPIPE
makes no grammatical sense (and possibly also no technical sense).
It has been removed.
2005-07-14 15:30:58 +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 9426c9ddbf RLIMIT_RSS ceased to have any effect in 2.4 in kernel 2.4.30.
(It already didn't have any effect in 2.2.x and 2.6.x.)
2005-07-13 13:05:56 +00:00
Michael Kerrisk 9d8b1d5f55 Documented RLIMIT_MSGQUEUE limit.
s/MADVISE_WILLNEED/MADV_WILLNEED/
2005-07-13 12:51:27 +00:00
Michael Kerrisk 6d64ca9cb1 Added text on the /proc/sys/fs/mqueue/* files. 2005-07-13 08:15:47 +00:00
Michael Kerrisk 3e4d52e15f Added BUG: in some circumstances, a process that is
waiting for a semaphore to become zero is not not woken
up when the value does actually reach zero.
http://marc.theaimsgroup.com/?l=linux-kernel&m=110260821123863&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2
2005-07-12 10:25:16 +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 06795d3a1f Rename for 2.06 release 2005-07-06 11:30:34 +00:00
Michael Kerrisk 84d60f7955 s/can can/can/ 2005-07-06 11:23:52 +00:00
Michael Kerrisk fba59d25ec Eliminate consecutive duplicate words 2005-07-06 11:21:27 +00:00
Michael Kerrisk eb9a3e3c70 typo fix 2005-07-06 09:12:50 +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 e9496f74fa Hyphen/dash fixes 2005-07-06 06:54:27 +00:00
Michael Kerrisk bed66765fa Formatting fixes 2005-07-06 06:52:35 +00:00
Michael Kerrisk 4c8a01a695 This has never been a 'real' syscall on any Unix. 2005-07-05 15:29:29 +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 8c45053412 s/the the/the/ 2005-07-05 13:50:51 +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 b97a922231 s/positive/non-negative/ [file descriptor] 2005-07-04 06:47:34 +00:00
Michael Kerrisk 4041a5abf1 Von: "Michael Kerrisk" <mtk-manpages@gmx.net>
An: Olivier Croquette <ocroquette@free.fr>
Betreff: Re: 2.6.12 and setitimer
Datum: Mon, 4 Jul 2005 08:36:35 +0200 (MEST)

Hi Olivier,

> You will probably consider adding also a note to point out that the bug 
> will stay a known bug of the 2.4 serie:
> 
> http://lkml.org/lkml/2005/7/1/165

First off, I _very_ much appreciate the fact that you keep 
informing me of the progress of this bug!  Thank you.

At the moment, I'm inlined yo leave the manual page as it is.
It currently reads:

       On certain systems (including x86), Linux ker&#8208;
       nels  before  version  2.6.12 have a bug which
       will produce premature timer expirations of up
       to  one  jiffy under some circumstances.  This
       bug is fixed in kernel 2.6.12.

To me that implies that the bug also affects kernels before 
2.4 -- e.g., 2.4.x.  Now, what would be interesting is if the
bug *does* get fixed in 2.4, then I could also add a note 
about the 2.4.x version where it is fixed.

In the meantime, I have added a note to myself (i.e., a comment
in the man page source) about this point.

If the bug *does* eventually get fixed in 2.4.x, and you 
hear of it, please do let me know.

Thanks,

Michael
2005-07-04 06:44:50 +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 3e6b03a02b Renamed 's' arg to 'sockfd' 2005-06-30 10:32:41 +00:00
Michael Kerrisk 44d4d09df6 Various wording and formatting fixes. 2005-06-30 10:29:56 +00:00
Michael Kerrisk ae1a9ff438 Various wording and formatting fixes. 2005-06-30 10:16:11 +00:00
Michael Kerrisk 884dda7b87 Removed historic comment on BSD backlog ceiling.
Minor formatting changes.
2005-06-30 09:44:14 +00:00
Michael Kerrisk 85a3dc20db Added SEE ALSO for shutdown(2) 2005-06-30 09:40:35 +00:00
Michael Kerrisk a089ce72bb Minor formatting changes 2005-06-30 09:36:24 +00:00
Michael Kerrisk 0680fbb0e8 Various minor wording changes 2005-06-30 09:31:55 +00:00
Michael Kerrisk 0e5b601a02 Added getaddrinfo(3) to SEE ALSO 2005-06-30 09:31:11 +00:00
Michael Kerrisk edcc65ff8a Various minor wording improvements; some formatting fixes 2005-06-30 08:58:03 +00:00
Michael Kerrisk d1fd6d3d74 Added mkdir(2) to discussion, made term "file mode creation mask" clearer.
Various, mostly small, wording changes
2005-06-30 08:07:33 +00:00
Michael Kerrisk a6a99a4c8c wording fix 2005-06-29 09:19:41 +00:00
Michael Kerrisk de7e5e1848 wording fix 2005-06-29 08:13:08 +00:00
Michael Kerrisk bfbfcd18f0 Updates for /proc/stat 2005-06-28 14:19:06 +00:00
Michael Kerrisk aa6dd0995f Change protocol for UDP example 2005-06-28 11:57:06 +00:00