Commit Graph

517 Commits

Author SHA1 Message Date
Michael Kerrisk f8fc5a2301 Maintenance scripts 2005-10-19 07:28:43 +00:00
Michael Kerrisk 63aa9df02f Automated unformatting of parentheses using unformat_parens.sh 2005-10-19 07:07:02 +00:00
Michael Kerrisk e511ffb6bc Automated addition of parentheses by add_parens_for_own_funcs.sh 2005-10-19 06:54:38 +00:00
Michael Kerrisk ce9cb96e16 Maintenance scripts 2005-10-19 06:32:52 +00:00
Michael Kerrisk 11b25ca00d 2.10 release 2005-10-18 14:19:12 +00:00
Michael Kerrisk cffe816e33 Start of 2.10 release 2005-10-13 10:21:35 +00:00
Michael Kerrisk cec3b627a5 prepare for 2.09 2005-10-13 10:08:05 +00:00
Michael Kerrisk 53ab7c3034 prepare for 2.09 2005-10-13 09:49:08 +00:00
Michael Kerrisk dba4b3774f Prepare for 2.09 release 2005-10-13 09:46:33 +00:00
Michael Kerrisk a7a0588842 Further improvements to recently changed leases text 2005-10-13 09:30:54 +00:00
Michael Kerrisk 1a6d974a99 Since kernel 2.6.10, a read lease can only be placed on a
file descriptor that is opened read-only.
See the following LKML thread of Aug 2005
("fcntl(F GETLEASE) semantics??"):
http://marc.theaimsgroup.com/?l=linux-kernel&m=112371777712197&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112374818213000&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2
2005-10-12 14:54:00 +00:00
Michael Kerrisk 834fec09e7 Removed references to fropen() and fwopen(), which are
BSDisms that don't appear in glibc.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174
2005-10-12 14:11:30 +00:00
Michael Kerrisk 9f8d688afd Added .\" comment pointing out that O_DIRECTORY | O_CREAT causes
O_DIRECTORY to be ignored
2005-10-12 10:35:09 +00:00
Michael Kerrisk 4f76dae069 Added description of MREMAP_FIXED and 'new_address' argument under NOTES.
Revised text of EINVAL error.
2005-10-11 08:24:39 +00:00
Michael Kerrisk 5872bd2f1d Small changes to new page 2005-10-10 13:24:08 +00:00
Michael Kerrisk 88ab292b0d Added SEE ALSO for pty.7 2005-10-10 13:14:12 +00:00
Michael Kerrisk 94604cf710 EINVAL can happen with O_DIRECT 2005-10-10 13:07:32 +00:00
Michael Kerrisk 1ae9f93747 Pseudo-terminals -- new page 2005-10-10 13:00:25 +00:00
Michael Kerrisk f8b8dd887d Update description of SO_RCVLOWAT and SO_SNDLOWAT.
(fix derived from Fedora man-pages-2.07-7).
2005-10-04 13:18:49 +00:00
Michael Kerrisk 6546fec22c s/getrpcent/setrpcent/ (fix from Fedora man-pages-2.07-7). 2005-10-04 13:01:07 +00:00
Michael Kerrisk 7c80e581ec s/network/networks/ (fix from Fedora man-pages-2.07-7). 2005-10-04 12:51:59 +00:00
Michael Kerrisk 9de38bffff Remove "-V" option -- it doesn't exist 2005-10-04 12:49:58 +00:00
Michael Kerrisk 6da0ad1883 Fix: s/acosh/atanh/ (fix from Fedora man-pages-2.07-7) 2005-10-04 12:48:05 +00:00
Michael Kerrisk be88d3f735 s/cusor/cursor/ 2005-10-04 12:42:49 +00:00
Michael Kerrisk 3302970d23 Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from Fedora man-pages-2.07-7). 2005-10-04 12:42:11 +00:00
Michael Kerrisk f717467217 s/int/size_t/ for type of 'size' argument (fix from Fedora man-pages-2.07-7 2005-10-04 12:39:34 +00:00
Michael Kerrisk be9dccdff6 Improved "a+" description (fix from Fedora man-pages-2.07-7). 2005-10-04 12:35:17 +00:00
Michael Kerrisk 473ad28f41 Added /proc/sys/vm/legacy_va_layout 2005-09-22 14:49:44 +00:00
Michael Kerrisk f8ad0aeb4b Added new text for ENOMEM 2005-09-21 15:47:18 +00:00
Michael Kerrisk 6859d357ee Start of 2.08 release. 2005-09-21 13:26:50 +00:00
Michael Kerrisk 644e22fd0d Start of man-pages-2.09 2005-09-21 13:23:39 +00:00
Michael Kerrisk b893392c9c Prepare for man-pages-2.08 release 2005-09-21 13:07:12 +00:00
Michael Kerrisk 480239acfa Prepare for man-pages-2.08 release 2005-09-21 13:00:20 +00:00
Michael Kerrisk 47607cd362 Prepare for man-pages-2.08 release 2005-09-21 12:58:04 +00:00
Michael Kerrisk 1a57baf234 Added text noting that the use or real-root-dev for changing
the root device is obsolete, in favour of pivot root.
(However, the page still needs to be rewritten
to actually describe the pivot_root method...)
As per Debian bug 323621.
2005-09-21 12:40:22 +00:00
Michael Kerrisk 6b2fc2945f Add NOTES text describing relationship of pw_dir and HOME and
pointing out that applications should preferentially
inspect HOME
2005-09-21 12:02:23 +00:00
Michael Kerrisk 84a0a0510d Remove misleading text describing FreeBSD's sranddev() function.
As per debian bug 328629
2005-09-21 11:23:38 +00:00
Michael Kerrisk edac57cf3e Further fix of "one has..." test 2005-09-21 10:45:03 +00:00
Michael Kerrisk 314df009da fix version in .TH 2005-09-21 06:28:33 +00:00
Michael Kerrisk 9eabf77ada fix typo 2005-09-21 06:28:16 +00:00
Michael Kerrisk 614f40af1d Further reorking of RLIMIT_NICE text.
Noted 2.6.12 change in credentials checking for setpriority().
2005-09-20 17:45:12 +00:00
Michael Kerrisk cedd678ff7 Further reworking of discussion or RLIMIT_NICE and RLIMIT_RTPRIO 2005-09-20 17:43:58 +00:00
Michael Kerrisk 8ba10b3e91 Added cross-reference to setrlimit(2) for discussion on RLIMIT_NICE. 2005-09-20 17:42:39 +00:00
Michael Kerrisk afdee10dbc Further reworking of text on privileges and RLIMIT_RTPRIO 2005-09-20 14:52:34 +00:00
Michael Kerrisk 6151ea9a91 Noted 2.6.12 off-by-one error for RLIMIT_NICE. 2005-09-20 06:52:49 +00:00
Michael Kerrisk 23b1b9bc40 Uncommented text that I wrote earlier that added mention of RLIMIT_NICE
and a cross reference to getrlimit.2 under the description of the EACCES 
error.
2005-09-19 14:57:58 +00:00
Michael Kerrisk a23bf8a396 Uncommented description of RLIMIT_NICE that I wrote earlier 2005-09-19 14:57:05 +00:00
Michael Kerrisk 363f747ccd Added (minimal) /proc/zoneinfo description + some FIXMEs 2005-09-19 14:20:48 +00:00
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 58d323a7f7 Formatting fix 2005-09-19 12:18:57 +00:00