Commit Graph

3366 Commits

Author SHA1 Message Date
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 89ad8b1347 ffixes 2007-12-22 21:39:13 +00:00
Michael Kerrisk acabf1c114 ffix 2007-12-22 21:28:36 +00:00
Michael Kerrisk d061dbacc3 spfix 2007-12-22 20:50:00 +00:00
Michael Kerrisk 728dbc291c Remove duplicate "#include <fcntl.h>" from SYNOPSIS. 2007-12-22 20:48:31 +00:00
Michael Kerrisk 495846d9eb Format SYNOPSIS in manner consistent with other pages. 2007-12-22 17:10:05 +00:00
Michael Kerrisk 4a8d10ef27 Minor rewordings 2007-12-22 17:00:19 +00:00
Michael Kerrisk 4d2be0ee63 ffix 2007-12-22 16:56:03 +00:00
Michael Kerrisk 4922b5d50b ffix 2007-12-22 16:46:37 +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 a574189c5f Minor formatting changes. 2007-12-21 12:40:54 +00:00
Michael Kerrisk 949f13d23a Minor formatting and wording fixes. 2007-12-21 12:28:23 +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 3d4ad70957 Start of 2.75 2007-12-20 12:45:12 +00:00
Michael Kerrisk 5f414585bc ffix 2007-12-20 12:44:59 +00:00
Michael Kerrisk 19975673c9 Start of 2.75 2007-12-20 12:44:44 +00:00
Michael Kerrisk 4af3e4b8e5 Start of 2.75 2007-12-20 12:40:58 +00:00
Michael Kerrisk 0f42004f98 Ready for 2.74 2007-12-20 12:13:25 +00:00
Michael Kerrisk 9fb1e24a26 Removed trailing white space at end of lines 2007-12-20 12:12:32 +00:00
Michael Kerrisk 4aa6e14b97 Removed tabs 2007-12-20 12:12:13 +00:00
Michael Kerrisk 2337a1d3b0 sync 2007-12-20 12:02:09 +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 30f6523ba5 We can use context FDs for the dirfd argument to the *at() syscalls. 2007-12-20 11:49:17 +00:00
Michael Kerrisk cf94921b75 ffix 2007-12-20 11:25:58 +00:00
Michael Kerrisk a612f2d070 Add a little information about the differences to mbox. 2007-12-20 11:24:01 +00:00
Michael Kerrisk 26cf2565db Updated date in .TH line 2007-12-19 07:24:03 +00:00
Michael Kerrisk 878fcf7322 sync 2007-12-19 07:21:19 +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 28f6564486 Note that code segments, structure definitions, shell session
logs, should be indented by 4 spaces.
2007-12-19 06:01:40 +00:00
Michael Kerrisk 6f79a70bf6 ffix 2007-12-19 05:54:44 +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 8a35999094 Minor heading changes and reformattings. 2007-12-19 05:17:51 +00:00
Michael Kerrisk c1bdeb84c5 Fix typos in argument names; ffixes 2007-12-18 15:59:38 +00:00
Michael Kerrisk 40271293b2 Update date in .TH line 2007-12-18 15:46:06 +00:00
Michael Kerrisk be9634cfdd s/epoch/Epoch/ 2007-12-18 15:37:46 +00:00
Michael Kerrisk 5e27f149be http://marc.info/?l=linux-kernel&m=119447727031225&w=2
Rework the text describing the return value to be closer
to the requirements of POSIX.1; move Linux details
to NOTES and add a warning not to rely on those details.
Add a warning about the -1 to -4095 bug which results
in a 41 second window where the glibc wrapper will wrongly
return -1 indicating an error.

Remove cruft HZ text.

Clarify text describing return value of clock(3).
2007-12-18 15:36:00 +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 094b4ed0c1 sync 2007-12-18 07:17:51 +00:00
Michael Kerrisk 92a5f98331 ffix 2007-12-17 17:06:05 +00:00