]> git.ipfire.org Git - thirdparty/man-pages.git/blame - Changes.old
Start of man-pages-3.31: updating Changes and Changes.old
[thirdparty/man-pages.git] / Changes.old
CommitLineData
0680aa5b
MK
1==================== Changes in man-pages-2.00 ====================
2
971b7dbf 3Released: 2004-12-16
0680aa5b
MK
4
5Contributors
6------------
7
8The following people contributed notes, ideas, or patches that have
9been incorporated in changes in this release:
10
11Alberto Bertogli <albertogli@telpin.com.ar>
12Anand Kumria <wildfire@progsoc.org>
13Andrey Kiselev <dron@ak4719.spb.edu>
14Andries Brouwer <Andries.Brouwer@cwi.nl>
15Chris Green <cmg@dok.org>
16Branden Robinson <branden@debian.org>
17Emmanuel Colbus <emmanuel.colbus@ensimag.imag.fr>
18Enrico Zini <enrico@debian.org>
19Eric Estievenart <eric.estievenart@free.fr>
20Fabian Kreutz <kreutz@dbs.uni-hannover.de>
21Florian Weimer <fw@deneb.enyo.de>
22Jan Kuznik <kuznik@gepro.cz>
23Joey (Martin) Schulze <joey@infodrom.org>
24Johannes Berg <johannes@sipsolutions.de>
25John V. Belmonte <jbelmonte@debian.org>
26Karel Kulhavy <clock@twibright.com>
27Luis Javier Merino MorĂ¡n <ljmerino@pandasoftware.es>
28Martin Pool <mbp@sourcefrog.net>
29Richard Kreckel <Richard.Kreckel@ginac.de>
30Vasya Pupkin <ptushnik@gmail.com>
31
32Apologies if I missed anyone!
33
34Global changes
35--------------
36
8fa20889 37Various pages
28b3a122 38 Fabian Kreutz
752cb57f
MK
39 Many math pages had their synopses compressed, as per suggestion
40 from Fabian Kreutz.
0680aa5b 41
8fa20889
MK
42Various pages
43 Fabian Kreutz / aeb
44 Many minor content and formatting bug fixes were made to the math
45 pages, following suggestions from Fabian Kreutz (who recently
46 translated many of the 1.70 math pages into German) and
47 Andries Brouwer.
0680aa5b 48
8fa20889
MK
49Various pages
50 mtk
51 For consistency, all instances of "super-user" were changed
752cb57f 52 to the more common "superuser".
0680aa5b 53
8fa20889
MK
54Various pages
55 Vasya Pupkin / mtk
56 After a note from Vasya Pupkin, I added <errno.h> to the SYNOPSIS
57 of several Section 2 pages using the _syscallN() macros.
0680aa5b 58
8fa20889
MK
59 In addition:
60 -- erroneous semicolons at the end of _syscallN() were removed
61 on various pages.
0680aa5b 62
8fa20889
MK
63 -- types such as "uint" in syscallN() declarations were changed
64 to "unsigned int", etc.
0680aa5b 65
8fa20889 66 -- various other minor breakages in the synopses were fixed.
0680aa5b 67
8fa20889 68 The affected pages are:
0680aa5b
MK
69
70 getdents.2
71 gettid.2
72 llseek.2
73 mmap2.2
74 modify_ldt.2
75 pivot_root.2
76 quotactl.2
77 readdir.2
78 sysctl.2
79 syslog.2
80 tkill.2
81
82Typographical or grammatical errors have been corrected in several
83other places.
84
258755b2
MK
85Changes to individual pages
86---------------------------
0680aa5b
MK
87
88bind.2
89 Florian Weimer
90 Added 'const' to declaration of 'my_addr' in prototype.
8fa20889 91 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239762.
0680aa5b
MK
92
93fcntl.2
94 Martin Pool
95 Added O_NOATIME to list of flags that can be changed via F_SETFL.
96 mtk/aeb
97 Noted F_GETOWN bug after suggestion from aeb.
98 See also:
99 http://marc.theaimsgroup.com/?l=linux-kernel&m=108380640603164&w=2
100
101getrlimit.2
102 mtk
103 Material on getrusage.2 has been separated out into its own page.
104 Rewrote discussion on RLIMIT_MEMLOCK to incorporate kernel
8fa20889 105 2.6.9 changes.
0680aa5b 106 Added note on RLIMIT_CPU error in older kernels.
8fa20889 107 Added RLIMIT_SIGPENDING.
0680aa5b
MK
108 Also made a few other minor changes.
109
110getrusage.2
111 mtk
112 This page is new(ish) -- it was created by splitting
8fa20889 113 getrlimit.2.
0680aa5b 114
755b5e17 115 Repaired note on SIGCHLD behavior to note that the
8fa20889 116 POSIX non-conformance has been fixed in 2.6.9.
0680aa5b
MK
117
118kill.2
119 Modified after suggestion from Emmanuel Colbus
120 Changed wording of sentence under NOTES describing
8fa20889 121 when signals can be sent to init(1).
0680aa5b 122
8fa20889
MK
123mlock.2
124munlock.2
125mlockall.2
126munlockall.2
0680aa5b
MK
127 These have been consolidated into a single mlock.2 page.
128 In the process, much duplication was eliminated
8fa20889
MK
129 and new information was added about RLIMIT_MEMLOCK
130 and the changes in memory locking in kernel 2.6.9,
0680aa5b
MK
131
132mmap.2
133 mtk
134 Added cross-ref to setrlimit(2) concerning memory locking limits.
135 Eric Estievenart
136 Note that MAP_FIXED replaces existing mappings
137
138msgctl.2
8fa20889 139 mtk
0680aa5b
MK
140 Substantial language and formatting clean-ups.
141 Added msqid_ds and ipc_perm structure definitions.
142
143msgget.2
8fa20889 144 mtk
0680aa5b
MK
145 Substantial language and formatting clean-ups.
146 Added notes on /proc files.
147
148msgop.2
8fa20889 149 mtk
0680aa5b
MK
150 Substantial language and formatting clean-ups.
151 Added notes on /proc files.
152
153open.2
154 Martin Pool
155 Added O_NOATIME (new in Linux 2.6.8)
156 mtk
157 Reordered list of 'flags' description alphabetically
158
159personality.2
28b3a122 160 2004-11-03 applied patch from Martin Schulze
0680aa5b
MK
161
162semctl.2
8fa20889 163 mtk
0680aa5b
MK
164 Substantial language and formatting clean-ups.
165 Rewrote semun text.
166 Added semid_ds and ipc_perm structure definitions.
167
168semget.2
8fa20889 169 mtk
0680aa5b
MK
170 Substantial language and formatting clean-ups.
171 Added notes on /proc files.
755b5e17 172 Rewrote BUGS note about semget()'s failure to initialize
8fa20889 173 semaphore values.
0680aa5b
MK
174
175semop.2
8fa20889 176 mtk
0680aa5b
MK
177 Substantial language and formatting clean-ups.
178 Added notes on /proc files.
179
180shmctl.2
8fa20889 181 mtk
0680aa5b
MK
182 Substantial language and formatting clean-ups.
183 Updated shmid_ds structure definitions.
184 Added information on SHM_DEST and SHM_LOCKED flags.
185 Noted that CAP_IPC_LOCK is not required for SHM_UNLOCK
8fa20889 186 since kernel 2.6.9.
0680aa5b
MK
187 Added notes on 2.6.9 RLIMIT_MEMLOCK changes.
188 Added RLIMIT_SIGPENDING (new in Linux 2.6.8)
189
190shmget.2
8fa20889 191 mtk
0680aa5b
MK
192 Substantial language and formatting clean-ups.
193 Added notes on /proc files.
194
195shmop.2
8fa20889 196 mtk
0680aa5b
MK
197 Substantial language and formatting clean-ups.
198 Changed wording and placement of sentence regarding attachment
8fa20889 199 of segments marked for destruction.
0680aa5b
MK
200
201sigaction.2
8fa20889 202 mtk
0680aa5b
MK
203 Added mention of SIGCONT under SA_NOCLDSTOP.
204 Added SA_NOCLDWAIT.
205 Updated discussion for POSIX.1-2001 and SIGCHLD and sa_flags.
206 Noted that CLD_CONTINUED is supported since Linux 2.6.9.
207 Added SI_TKILL (new in Linux 2.4.19).
208 Other minor changes.
209
210signal.2
211 mtk
258755b2 212 Removed text on ignoring SIGCHLD; replaced with pointer
8fa20889 213 to sigaction.2.
0680aa5b
MK
214
215sigwaitinfo.2
216 After bug report from Andrey Kiselev
217 Fixed prototype: "timeout" --> "*timeout"
218 as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=222145
219
2ed34e11 220stat.2
0680aa5b 221 Enrico Zini
258755b2 222 Added text to clarify that S_IS*() macros should be applied to
0680aa5b
MK
223 st_mode field.
224 as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249698
225
226swapon.2
cc1d6beb
MK
227 After Debian bug report from Anand Kumria
228 Added "no swap space signature" to EINVAL error.
0680aa5b
MK
229 mtk
230 Added EINVAL error for swapoff() ("not currently a swap area").
231 Added EBUSY error for swapon().
232 A few formatting fixes.
233
234times.2
235 mtk
258755b2 236 In Linux 2.6, the return value of times changed; it is no
8fa20889 237 longer time since boot, but rather:
0680aa5b 238
8fa20889 239 boot_time + 2^32 / HZ - 300
0680aa5b 240
755b5e17 241 Repaired note on SIGCHLD behavior to note that the
8fa20889 242 POSIX non-conformance has been fixed in 2.6.9.
0680aa5b
MK
243 Some formatting fixes.
244
245undocumented.2
246 After bug report from Johannes Berg
247 Changed
248 .TH UNIMPLEMENTED
249 to:
250 .TH UNDOCUMENTED
251 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220741
252
253wait.2
254 mtk
255 Added waitid(2).
256 Added WCONTINUED and WIFCONTINUED (new in 2.6.10).
257 Added text on SA_NOCLDSTOP.
755b5e17 258 Updated discussion of SA_NOCLDWAIT to reflect 2.6 behavior.
0680aa5b
MK
259 Much other text rewritten.
260
261wait4.2
262 mtk
263 Rewrote this page, removing much duplicated information,
8fa20889 264 and replacing with pointers to wait.2.
0680aa5b
MK
265 Luis Javier Merino MorĂ¡n / mtk
266 CONFORMING TO said "SVr4, POSIX". Changed to "4.3BSD"
267
268waitid.2
269 mtk
270 New link to wait.2
271
272assert.3
273 After bug report from Branden Robinson
274 The assert() failure message goes to stderr not stdout.
275 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284814
258755b2 276
0680aa5b
MK
277ctime.3
278 mtk
258755b2 279 Noted that 0 in tm_mday is interpreted to mean the last day
8fa20889 280 of the preceding month.
0680aa5b
MK
281
282getnameinfo.3
283 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229618
284 getnameinfo() does not set errno, it returns a non-zero
285 value indicating the error.
286 mtk
287 added EAI_OVERFLOW error
288
289killpg.3
290 mtk
291 Minor changes to SEE ALSO and CONFORMING TO.
292
293lseek64.3
294 aeb
295 New page by Andries Brouwer
296
297tzset.3
298 Richard Kreckel
299 Change "NULL" to "empty" when talking about the value of TZ.
300 http://sources.redhat.com/bugzilla/show_bug.cgi?id=601
301
302printf.3
258755b2 303 After bug report from Jan Kuznik
0680aa5b
MK
304 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205736
305 Fixed bad realloc() use in snprintf() example
306
2ed34e11
MK
307realpath.3
308 mtk
309 Added discussion of resolved_path == NULL.
310
0680aa5b
MK
311random.4
312 After bug report from John V. Belmonte
313 Updated init and quit scripts to reflect kernel 2.4/2.6 reality
314 (Scripts taken from drivers/char/random.c)
315 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247779
316
317proc.5
318 mtk
319 Updated description of /proc/loadavg to include
8fa20889 320 nr_running(), nr_threads, last_pid.
0680aa5b
MK
321
322 rtsig-max and rtsig-nr went away in 2.6.8
323
324 updated statm, and fixed error in order of list
325
0680aa5b
MK
326boot.7
327 applied patch from Martin Schulze
328
329capabilities.7
330 mtk
331 Added O_NOATIME for CAP_FOWNER
332
258755b2 333netdevice.7
0680aa5b 334 Karel Kulhavy and AEB
1d924504 335 Formatting fix after note from Karel Kulhavy and AEB, plus a
8fa20889 336 few wording fixes.
258755b2 337
0680aa5b
MK
338signal.7
339 mtk
26785b48 340 /proc/sys/kernel/rtsig-* were superseded by RLIMIT_SIGPENDING
8fa20889 341 in kernel 2.6.8.
258755b2 342
0680aa5b 343tcp.7
8fa20889 344 mtk/aeb
0680aa5b 345 Updated details of interaction of TCP_CORK and TCP_NODELAY.
9651df75
MK
346
347==================== Changes in man-pages-2.01 ====================
348
971b7dbf 349Released: 2004-12-20
9651df75
MK
350
351Contributors
352------------
353
354The following people contributed notes, ideas, or patches that have
355been incorporated in changes in this release:
356
357Carsten Hey <c.hey@web.de>
358Johannes Berg <johannes@sipsolutions.de>
359Joshua Kwan <joshk@triplehelix.org>
360Marek Habersack <grendel@debian.org>
361Martin Schulze <joey@infodrom.org>
362Matthew Dempsky <jivera@flame.org>
363Matthew Gregan <kinetik@orcon.net.nz>
364Pedro Zorzenon Neto <pzn@terra.com.br>
365Tony Crawford <tony@klosterdorf.de>
366
367Apologies if I missed anyone!
368
369Global changes
370--------------
371
8fa20889
MK
372accept.2
373close.2
374send.2
375setsid.2
376socket.2
377closedir.3
378initgroups.3
379mkstemp.3
380opendir.3
381readdir.3
382telldir.3
383 Matthew Dempsky, mtk
384 triggered by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283179
385 The wording describing how errno is set was fixed up in these pages.
9651df75
MK
386
387Typographical or grammatical errors have been corrected in several
388other places.
389
258755b2
MK
390Changes to individual pages
391---------------------------
9651df75
MK
392
393sendfile.2
394 mtk
258755b2 395 Adjusted descriptions of argument file types to be closer to
8fa20889
MK
396 2.6 reality.
397 Wording and formatting changes.
9651df75
MK
398
399ctan.3
400ctanh.3
401 Tony Crawford
402 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270817
403 Formulae on the pages should be T = S / C not T = C / S.
404
405errno.3
406 Martin Schulze, mtk
407 Removed errno declaration from prototype, added notes
8fa20889 408 on historical need for this declaration.
9651df75
MK
409 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=174175
410
411aio_return.3
8fa20889
MK
412 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224953
413 Changed erroneous "aio_return(2)" to "aio_return(3)".
9651df75
MK
414
415posix_openpt.3
416 mtk
417 New by mtk
418
419ptsname.3
420 mtk
421 Added description of ptsname_r().
422 Added ERRORS.
423
424ptsname_r.3
425 mtk
e8a09504 426 New link to ptsname.3.
9651df75
MK
427
428shm_open.3
429 Matthew Gregan
430 add <fcntl.h> to synopsis
431 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271243
432
433strcasecmp.3
40a54b37 434 Marek Habersack
9651df75
MK
435 .SH "CONFORMING TO"
436 -BSD 4.4
437 +BSD 4.4, SUSv3
438 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234443
258755b2 439
9651df75
MK
440strfry.3
441 Joshua Kwan
442 Added _GNU_SOURCE to prototype
443 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213538
258755b2 444
9651df75
MK
445strftime.3
446 Cartsen Hey
447 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276248
448
f5fed0f6 449 Changed range for "%S" from 0..61 to 0..60.
9651df75 450
258755b2 451 SUSv3 says 0..60. I think the manual page probably says
9651df75 452 0..61, because that's what SUSv2 said.
258755b2 453 (Some other implementations' man pages also say 0..61 --
9651df75
MK
454 e.g., Solaris 8 & 9, Tru64 5.1B; FreeBSD 5.1 says 0..60.)
455
456 The glibc manual currently says 0..60.
457
258755b2 458 Given that SUSv3 says 0..60, I've changed the
9651df75
MK
459 manual page to also say this:
460
461 -The second as a decimal number (range 00 to 61).
462 +The second as a decimal number (range 00 to 60).
463 +(The range is up to 60 to allow for occasional leap seconds.)
464
465sysconf.3
8fa20889
MK
466 Johannes Berg
467 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=226974
9651df75
MK
468 -.BR POSIX2_FORT_RUN " - " _SC_2_FORT_DEV
469 +.BR POSIX2_FORT_DEV " - " _SC_2_FORT_DEV
470
471system.3
258755b2 472 Pedro Zorzenon
9651df75 473 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242638
e360219d
MK
474 Noted use of _XOPEN_SOURCE to get macros from <stdlib.h>
475 for wait(2).
9651df75
MK
476
477 mtk
478 Changed name of argument from 'string' to 'command' (like POSIX).
479
480 Noted that glibc does nowadays explicitly check for the existence
755b5e17 481 of the shell if 'command' is NULL, rather than the older behavior
9651df75
MK
482 of assuming the shell exists and always returning 1 if
483 'command' is NULL.
484
485 Other wording and formatting clean-ups.
486
487undocumented.3
488 Remove some functions names that *are* documented.
4667b1b5
MK
489
490
491==================== Changes in man-pages-2.02 ====================
492
493Released: 2005-04-14
494
495Contributors
496------------
497
498The following people contributed notes, ideas, or patches that have
499been incorporated in changes in this release:
500
501Andries Brouwer <Andries.Brouwer@cwi.nl>
502Branden Robinson <branden@debian.org>
503Colin Watson <cjwatson@debian.org>
504David Lloyd <dmlloyd@tds.net>
258755b2 505Gordon Jin <gordon.jin@intel.com>
4667b1b5
MK
506Heikki Orsila <shd@modeemi.cs.tut.fi>
507Jamie Lokier <jamie@shareable.org>
508Johan Walles
509Kai Makisara <Kai.Makisara@kolumbus.fi>
510Marko Kohtala <marko.kohtala@gmail.com>
511Martin Pool <mbp@sourcefrog.net>
512Martin (Joey) Schulze <joey@infodrom.org>
513Matthias Lang <matthias@corelatus.se>
514Michael Haardt <michael@moria.de>
515Michael MĂ¼hlebach <michael@anduin.ch>
516Mike Frysinger <vapier@gentoo.org>
517Sasa Stevanovic <mg94c18@alas.matf.bg.ac.yu>
518Serguei Leontiev <leo@sai.msu.ru>
519
520Apologies if I missed anyone!
521
522Global changes
523--------------
524
8fa20889
MK
525ctime.3
526tzselect.8
527zdump.8
528zic.8
529 Martin (Joey) Schulze
58ce1507 530 Removed SEE ALSO reference to nonexistent newctime(3).
4667b1b5
MK
531 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236884
532
533Typographical or grammatical errors have been corrected in several
534other places.
535
258755b2
MK
536Changes to individual pages
537---------------------------
4667b1b5
MK
538
539clone.2
540 mtk
755b5e17 541 Noted the PID caching behavior of NPTL's getpid()
4667b1b5
MK
542 wrapper under BUGS.
543
258755b2 544 Added futex(2), set_thread_area(2), set_tid_address(2),
4667b1b5
MK
545 tkill(2) under SEE ALSO.
546
547epoll_ctl.2
548epoll_create.2
549 Marko Kohtala / mtk
550 Improved various error descriptions.
551
552epoll_wait.2
553 David Lloyd / Mike Frysinger, Marko Kohtala
554 Added EINTR to errors.
555
556fcntl.2
557 Jamie Lokier / mtk
558 Improved discussion of F_SETOWN and F_SETSIG with respect to
559 multi-threaded programs.
560 Generally cleaned up the discussion of F_SETOWN.
561
562 Updated CONFORMING TO to note that F_GETOWN and F_SETOWN are
563 now in POSIX.
564
565link.2
566 mtk
567 Noted discrepancy between Linux and POSIX.1 when oldpath
568 is a symbolic link.
569 See: http://bugs.linuxbase.org/show_bug.cgi?id=367
570 and: http://www.opengroup.org/austin/mailarchives/ag/msg08152.html
571
572 Michael Haardt / mtk
573 Clarified EXDEV error description: it isn't possible to link
574 across mount points, even if the mount points refer to the same
575 file system.
576
577mincore.2
578 mtk, after note from Gordon Jin
8fa20889 579 Updated ERRORS.
4667b1b5
MK
580
581pipe.2
582 As per message from Serguei Leontiev
583 Removed SVr2, AT&T, and BSD from CONFORMING TO, since
584 a pipe on those systems is actually bidirectional.
258755b2 585 (Pipes are implemented as STREAMS on the former, and
4667b1b5
MK
586 sockets on the latter.)
587
588posix_fadvise.2
589 mtk
590 Noted kernel version where posix_fadvise() appeared and
591 noted bug in handling of 'len' in kernels < 2.6.6.
592
593rename.2
594 Michael Haardt
595 Clarified EXDEV error description: it isn't possible to rename
258755b2 596 a file across mount points, even if the mount points refer to
4667b1b5
MK
597 the same file system.
598
599semop.2
600 mtk
601 Noted kernel version numbers for semtimedop().
602
603setitimer.2
604 Matthias Lang, mtk
605 Noted MAX_SEC_IN_JIFFIES ceiling.
606 Added note about treatment of out-of-range tv_usec values.
607
608sigqueue.2
609 Johan Walles, Martin (Joey) Schulze
8fa20889 610 Added sigqueue.2 to SEE ALSO.
4667b1b5
MK
611
612times.2
613 mtk
755b5e17 614 Added notes on non-standard behavior: Linux allows 'buf' to
4667b1b5
MK
615 be NULL, but POSIX.1 doesn't specify this and it's non-portable.
616
617uselib.2
618 Andries Brouwer
619 Improved DESCRIPTION; clarified distinction between
620 EACCES and ENOEXEC.
621
622bcopy.3
623 Heikki Orsila
90369a2c 624 bcopy() handles overlapping case, but memcpy() does not,
4667b1b5
MK
625 so for consistency memmove() should be also mentioned.
626
627getmntent_r.3
628 Martin (Joey) Schulze
629 New link to man3/getmntent.3.
630
631memcpy.3
632 Small wording change after suggestion from Sasa Stevanovic.
633
634strcasestr.3
635 mtk
636 Created as link to strstr.3.
637
638strftime.3
639 mtk
640 Noted that SUSv2 allowed a range of 00 to 61 for %S specifier.
641
642strstr.3
643 mtk
644 Added description of strcasestr().
645
646random.4
647 aeb
648 Improved description of read from /dev/urandom.
649
650st.4
651 Kai Makisara
652 Substantial updates.
653
654man.7
40a54b37
MK
655 Martin Schulze
656 Branden Robinson
657 Colin Watson
4667b1b5
MK
658 Mention the .URL macro more verbosely.
659
4e6bd42c 660
9a7957be
MK
661==================== Changes in man-pages-2.03 ====================
662
663Released: 2005-06-02
664
665Contributors
666------------
667
668The following people contributed notes, ideas, or patches that have
669been incorporated in changes in this release:
670
671Andries Brouwer <Andries.Brouwer@cwi.nl>
672Joey (Martin) Schulze <joey@infodrom.org>
673Johannes Nicolai <johannes.nicolai@hpi.uni-potsdam.de>
674Justin Pryzby <justinpryzby@users.sourceforge.net>
675Klaus Ethgen <Klaus@Ethgen.de>
676Pavel Heimlich <tropikhajma@seznam.cz>
677Ross Boylan <RossBoylan@stanfordalumni.org>
678Vincent Fourmond <vincent.fourmond@9online.fr>
679
680Apologies if I missed anyone!
681
682Global changes
683--------------
684
8fa20889
MK
685console.4
686console_ioctl.4
687mouse.4
688tty.4
689vcs.4
690 Pavel Heimlich
691 Change `ttys(4)' to `ttyS(4)'.
9a7957be
MK
692
693Typographical or grammatical errors have been corrected in several
694places.
695
258755b2
MK
696Changes to individual pages
697---------------------------
9a7957be
MK
698
699clone.2
700 mtk
701 Substantially enhanced discussion of CLONE_THREAD.
702
703 Added CLONE_SYSVSEM, CLONE_UNTRACED, CLONE_STOPPED.
704
705 Other minor fixes.
706
707execve.2
708 aeb
4e6bd42c 709 Noted effect of ptracing when execing a set-UID program.
258755b2 710
9a7957be
MK
711fcntl.2
712 Johannes Nicolai / mtk
713 Noted F_SETOWN bug for socket file descriptor in Linux 2.4
714 and earlier.
715
716 Added text on permissions required to send signal to owner.
717
718flock.2
719 mtk
720 Noted that lock conversions are not atomic.
721
722getrusage.2
723 mtk
724 ru_nswap has never contained useful information.
258755b2 725 Kernel 2.6.6 clarified that with a patch
9a7957be
MK
726 ("[PATCH] eliminate nswap and cnswap"). See also:
727 http://www.ussg.iu.edu/hypermail/linux/kernel/0404.1/0720.html
728
729kill.2
730 mtk
731 Clarified wording of the 'pid == -1' case.
732
733mount.2
734 mtk
735 Added MNT_EXPIRE, plus a few other tidy-ups.
736
737sched_setaffinity.2
738 mtk
258755b2 739 Added text to note that sched_setaffinity() will migrate the
9a7957be
MK
740 affected process to one of the specified CPUs if necessary.
741
258755b2
MK
742 Added a NOTE to point out that the affinity mask is actually a
743 per-thread attribute that can be adjusted independently for
9a7957be
MK
744 each thread in a thread group.
745
746shmctl.2
747 mtk
755b5e17 748 Noted aberrant Linux behavior with respect to new attaches to a
9a7957be
MK
749 segment that has already been marked for deletion.
750
751 Noted changes in permissions required for SHM_LOCK/SHM_UNLOCK.
752
753wait.2
754 mtk
755 Noted that the __W* flags can't be used with waitid().
756
8fa20889 757confstr.3
9a7957be 758 mtk
fe209df6 759 Added _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION.
9a7957be 760
258755b2 761hosts.5
9a7957be 762 Ross Boylan / Martin Schulze
258755b2 763 various changes as per
9a7957be
MK
764 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304242
765
766proc.5
767 mtk
768 Minor changes to discussion of /proc/PID/stat signal fields.
769 Added 'rt_priority' and 'policy' to /proc/PID/stat.
770
771capabilities.7
772 mtk
773 1,$s/inherited/inheritable/g
774
775regex.7
776 Vincent Fourmond / Joey (Martin) Schulze
777 Removed discussion of `[[:<:]]' and `[[:>:]]' since they do
778 not seem to be in the glibc implementation.
779 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295666
780
781tzselect.8
782 Joey (Martin) Schulze / Klaus Ethgen
deea4228 783 The default zoneinfo directory is now /usr/share/zoneinfo.
9a7957be
MK
784 (was: /usr/local/etc/zoneinfo)
785 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267471
786
4e6bd42c
MK
787
788==================== Changes in man-pages-2.04 ====================
789
790Released: 2005-06-21
791
792Contributors
793------------
794
795The following people contributed notes, ideas, or patches that have
796been incorporated in changes in this release:
797
798Andries Brouwer <Andries.Brouwer@cwi.nl>
799Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
800Dave Love <d.love@dl.ac.uk>
801Dieter Brueggemann <dieter.brueggemann@entitec.de>
802Geoff Clare <gclare@gclare.org.uk>
803Guido Trotter <ultrotter@debian.org>
9fdfa163 804kabloom <kabloom@ucdavis.edu>
4e6bd42c
MK
805Kevin Ryde <user42@zip.com.au>
806Justin Pryzby <justinpryzby@users.sourceforge.net>
807Mike Furr <mfurr@debian.org>
808Olivier Croquette <ocroquette@free.fr>
809Olivier Guilyardi <ylf@xung.org>
810Peter Cordes <peter@llama.nslug.ns.ca>
811Philipp Spitzer <philipp@toastfreeware.priv.at>
812Tanaka Akira <akr@m17n.org>
813Thierry Excoffier <exco@bat710.univ-lyon1.fr>
814Thomas Hood <jdthood@yahoo.co.uk>
815Vincent Lefevre <vincent@vinc17.org>
816Walter Harms <walter.harms@informatik.uni-oldenburg.de>
817
818Apologies if I missed anyone!
819
820Global changes
821--------------
822
8fa20889
MK
823Various pages
824 mtk
825 For consistency across pages:
4e6bd42c 826
8fa20889 827 1,$s/nonzero/non-zero/g
4e6bd42c
MK
828
829Typographical or grammatical errors have been corrected in several
830places.
831
832
833New pages
834---------
835
836pthreads.7
837 mtk
838 An overview of the Linux implementations of POSIX threads.
839
840
841Changes to individual pages
842---------------------------
843
844_exit.2
845 mtk
8fa20889 846 Various minor changes.
4e6bd42c
MK
847
848epoll_ctl.2
40a54b37 849 Mike Furr
4e6bd42c
MK
850 BUGS: In kernels < 2.6.9, EPOLL_CTL_DEL required a non-NULL
851 'event', even though this argument is ignored.
8fa20889 852 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306517
4e6bd42c
MK
853
854flock.2
8fa20889
MK
855 mtk / Kevin Ryde
856 Clarified semantics of relationship between flock() locks
857 and open file entries and file descriptors.
858 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291121
258755b2 859
4e6bd42c
MK
860getitimer.2
861 Olivier Croquette, Thierry Excoffier
862 Noted the existence of the short sleep bug (up to 1 jiffy).
863
864getrlimit.2
865 mtk
866 RLIMIT_RSS only has affect "in 2.4.x", not "in 2.4 and later".
867
868getrusage.2
869 Geoff Clare
870 Since Linux 2.6, the ru_nvcsw and ru_nivcsw fields are used.
871
872nice.2
873 mtk / Guido Trotter
874 Rewrote description of return value.
875 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296183
876
877open.2
878 Walter Harms
879 O_DIRECT needs _GNU_SOURCE.
880 mtk
8fa20889
MK
881 O_ASYNC works for pipes and FIFOs in Linux 2.6.
882 Various minor fixes.
4e6bd42c
MK
883
884atexit.3
885 mtk
8fa20889 886 Various minor changes.
4e6bd42c
MK
887
888exit.3
889 mtk
8fa20889 890 Various minor changes.
4e6bd42c
MK
891
892getopt.3
8fa20889
MK
893 mtk / Philipp Spitzer
894 Fix description of return value.
895 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308359
258755b2 896
4e6bd42c
MK
897hsearch.3
898 mtk
899 Changed (char *) to (void *) in example.
900 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313607
901
902log1p.3
903 Justin Pryzby
8fa20889
MK
904 Make log(3) SEE ALSO log1p(3),
905 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=309578
4e6bd42c
MK
906
907makecontext.3
908 Tanaka Akira
8fa20889
MK
909 Fix description of RETURN VALUE for makecontext(),
910 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=311800
4e6bd42c
MK
911
912on_exit.3
913 mtk
8fa20889 914 Various minor changes.
4e6bd42c
MK
915
916rand.3
8912c1da 917 kabloom
8fa20889
MK
918 Small fix to a code example,
919 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=194842
4e6bd42c
MK
920
921realpath.3
922 mtk / Thomas Hood
923 When specifying resolved_path as NULL, realpath()
924 will (still) only allocate up to PATH_MAX bytes.
925 Plus other minor changes.
926 See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239424
927
928rcmd.3
929 Dave Love
8fa20889
MK
930 The required header file for these functions on Linux is <netdb.h>,
931 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=311680
4e6bd42c
MK
932
933scanf.3
934 Olivier Guilyardi
8fa20889
MK
935 Arg for %p is a pointer to _a pointer to_ void,
936 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263109
4e6bd42c
MK
937
938stdin.3
939 Vincent Lefevre
940 freopen() can change the descriptors associated with
8fa20889
MK
941 stdin/stdout/stderr, as per
942 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295859
4e6bd42c
MK
943
944strerror.3
945 Baurjan Ismagulov
8fa20889
MK
946 strerror_r(3) requires #define _XOPEN_SOURCE 600,
947 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=290880
4e6bd42c
MK
948
949sysconf.3
28b3a122
MK
950 Peter Cordes / mtk
951 Fix typo: "_SC_2_DEV" should be "_SC_2_C_DEV".
4e6bd42c
MK
952
953proc.5
954 mtk
8fa20889 955 Added pointers under /proc/sys/net to tcp.7 and ip.7.
4e6bd42c
MK
956
957ip.7
958 mtk
959 Various wording and formatting fixes.
960 Reordered /proc/sys/net/ipv4/ip_* file descriptions alphabetically.
961
962tcp.7
963 Dieter Brueggemann / mtk
8fa20889 964 Fixes to the discussion of SIOCATMARK and tcp_stdurg.
4e6bd42c
MK
965 mtk
966 Various wording and formatting fixes.
967 Incorporated some new /proc/sys/net/ipv4/tcp_* file descriptions
968 from the 2.6.12 source file Documentation/networking/ip-sysctl.txt.
eb9a3e3c
MK
969
970
971==================== Changes in man-pages-2.05 ====================
972
973Released: 2005-06-27
974
975Contributors
976------------
977
978The following people contributed notes, ideas, or patches that have
979been incorporated in changes in this release:
980
981A Costa <agcosta@gis.net>
982Andries Brouwer <Andries.Brouwer@cwi.nl>
983Bas Zoetekouw <bas@debian.org>
984Dan Jacobson <jidanni@jidanni.org>
985Delian Krustev <krustev@krustev.net>
986Dora Anna Volgyesi <volgyesi@elte.hu>
987Martin (Joey) Schulze <joey@infodrom.org>
988Ove Kaaven <ovek@arcticnet.no>
989
990Apologies if I missed anyone!
991
992Global changes
993--------------
994
995Typographical or grammatical errors have been corrected in several
996places. (Special thanks to A Costa.)
997
998
eb9a3e3c
MK
999Changes to individual pages
1000---------------------------
1001
1002_exit.2
1003 mtk / aeb
1004 Reversed 2.04 introduction of the term "process termination
8fa20889 1005 function".
eb9a3e3c
MK
1006
1007close.2
1008 mtk
1009 Clarified what type of lock close() affects.
1010 Minor formatting changes.
1011
1012dup.2
1013 mtk
1014 Consistent use of terms "open file description",
8fa20889
MK
1015 "file status flags", and "file descriptor flags".
1016 Removed mention of lock sharing -- it was not accurate.
1017 Minor formatting fixes.
eb9a3e3c
MK
1018
1019fcntl.2
1020 mtk
1021 Consistent use of terms "open file description",
8fa20889 1022 "file status flags", and "file descriptor flags".
eb9a3e3c
MK
1023 Some rewriting of discussion of file descriptor flags
1024 Under F_DUPFD, replaced some text duplicated in dup.2
8fa20889
MK
1025 with a cross ref to dup.2
1026 Minor wording and formatting fixes.
eb9a3e3c
MK
1027
1028fpclassify.3
1029 mtk / Martin (Joey) Schulze / Bas Zoetekouw
1030 The return value of isinf() changed in glibc 2.02
26785b48 1031 to differentiate positive and negative infinity.
eb9a3e3c
MK
1032 See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285765
1033
1034getgid.2
1035getuid.2
1036 Delian Krustev
1037 Remove confusing text describing real and effective IDs.
1038 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285852
1039
1040getitimer.2
1041 mtk
8fa20889
MK
1042 The short sleep bug (up to 1 jiffy) that was newly noted in
1043 man-pages-2.04 has just been fixed in 2.6.12.
eb9a3e3c
MK
1044
1045getpriority.2
8fa20889
MK
1046 mtk
1047 Changed range documented in main text from -20..20 to -20..19.
1048 Noted that the range is -20..20 on some systems.
eb9a3e3c
MK
1049
1050open.2
1051 mtk / aeb
1052 Clarification of term "open file description" along with
8fa20889
MK
1053 explanation of what information it maintains.
1054 Other wording improvements.
1055 Various minor wording changes.
eb9a3e3c
MK
1056
1057atexit.3
1058 mtk / aeb
1059 Reversed 2.04 introduction of the term "process termination
8fa20889 1060 function".
eb9a3e3c
MK
1061 mtk
1062 Noted use of atexit() for establishing function to be invoked on
8fa20889 1063 shared library unload.
eb9a3e3c 1064 Noted that atexit()-registered functions are not invoked on
8fa20889 1065 abnormal termination.
eb9a3e3c
MK
1066 Formatting fixes.
1067
1068exit.3
1069 mtk / aeb
1070 Reversed 2.04 introduction of the term "process termination
8fa20889 1071 function".
eb9a3e3c
MK
1072 mtk
1073 Minor rewording and formatting changes.
1074
1075getloadavg.3
1076 mtk
8fa20889 1077 Added #define _BSD_SOURCE to prototype.
eb9a3e3c
MK
1078
1079log2.3
1080 Martin (Joey) Schulze
1081 Add ERANGE error.
1082
1083readdir.3
1084 mtk
1085 Added definition of Linux dirent structure.
1086 Some formatting cleanups.
1087
1088strtod.3
cc1d6beb 1089 Dora Anna Volgyesi / mtk
eb9a3e3c
MK
1090 strtold() and strtof() need _ISOC99_SOURCE or _XOPEN_SOURCE=600
1091 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246668
1092
1093tdestroy.3
1094 mtk
8fa20889 1095 New link to tsearch.3.
eb9a3e3c
MK
1096
1097tsearch.3
1098 mtk
8fa20889 1099 Added tdestroy to .TH line.
eb9a3e3c
MK
1100
1101mem.4
1102 mtk
8fa20889 1103 Change "chown root:mem /dev/mem" to "chown root:kmem /dev/mem".
eb9a3e3c
MK
1104
1105null.4
1106 mtk
1107 Change "chown root:mem /dev/null /dev/zero" to
8fa20889 1108 "chown root:root /dev/null /dev/zero".
eb9a3e3c
MK
1109
1110vcs.4
1111 Dan Jacobson / Martin (Joey) Schulze
1112 Replaced "selection(1)" by "gpm(8)" under SEE ALSO
1113 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253515
1114
1115signal.7
1116 Ove Kaaven
1117 SA_SIGACTION should be SA_SIGINFO
1118 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=305369
1119
1120urn.7
1121 mtk
1122 New link to uri.7
c6e136d5
MK
1123
1124
1125==================== Changes in man-pages-2.06 ====================
1126
1127Released: 2005-07-15
1128
1129Contributors
1130------------
1131
1132The following people contributed notes, ideas, or patches that have
1133been incorporated in changes in this release:
1134
1135Alain Portal <aportal@univ-montp2.fr>
1136Andries Brouwer <Andries.Brouwer@cwi.nl>
1137Bhavesh P Davda <bhavesh@avaya.com>
1138Clau Weber <claus@jambit.com>
1139Dov Murik <dov@dv-networks.com>
1140David Lloyd <dlloyd@microbits.com.au>
1141Frederik Deweerdt <frederik.deweerdt@gmail.com>
1142Justin Pryzby <justinpryzby@users.sourceforge.net>
1143Lars Wirzenius <liw@iki.fi>
1144Martin Pool <mbp@sourcefrog.net>
1145Mike Frysinger <vapier@gentoo.org>
1146Petter Reinholdtsen <pere@hungry.com>
1147Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
1148Walter Harms <walter.harms@informatik.uni-oldenburg.de>
1149
1150Apologies if I missed anyone!
1151
1152Global changes
1153--------------
1154
1155Typographical or grammatical errors have been corrected in several
1156places.
1157
1158Many uses of hyphens and dashes were corrected.
1159
1160
1161New pages
1162---------
1163
1164canonicalize_file_name.3
1165 Walter Harms / mtk
1166
1167Removed Pages
1168-------------
1169
1170sstk.2
1171 mtk
26785b48 1172 AFAIK, this system call has never actually done anything (other
8fa20889 1173 than be a stub) on any Unix.
c6e136d5
MK
1174
1175Changes to individual pages
1176---------------------------
1177
1178accept.2
1179 mtk
1180 Various wording and formatting fixes.
1181
1182bind.2
1183 mtk
1184 Minor formatting changes
1185
1186clone.2
1187 mtk
1188 Various minor wording improvements; some formatting fixes
1189
1190connect.2
1191 mtk
1192 Various wording and formatting fixes.
1193
1194epoll_create.2
1195 Bhavesh P Davda
1196 s/positive/non-negative/ [for file descriptor]
1197
1198getrlimit.2
1199 mtk
1200 Documented RLIMIT_MSGQUEUE limit.
1201 RLIMIT_RSS ceased to have any effect in 2.4 in kernel 2.4.30.
8fa20889 1202 (It already didn't have any effect in 2.2.x and 2.6.x.)
c6e136d5
MK
1203 s/MADVISE_WILLNEED/MADV_WILLNEED/
1204
1205listen.2
1206 mtk
1207 Removed historic comment on BSD backlog ceiling.
1208 Minor wording and formatting changes.
1209
1210semop.2
1211 mtk
1212 Added BUG: in some circumstances, a process that is
1213 waiting for a semaphore to become zero is not not woken
1214 up when the value does actually reach zero.
1215 http://marc.theaimsgroup.com/?l=linux-kernel&m=110260821123863&w=2
1216 http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2
1217
1218socket.2
1219 mtk
28b3a122 1220 Various minor wording improvements
c6e136d5
MK
1221
1222umask.2
1223 mtk
1224 Added mkdir(2) to discussion, made term "file mode creation
8fa20889 1225 mask" clearer.
c6e136d5
MK
1226 Various, mostly small, wording changes
1227
1228errno.3
1229 Martin Pool
1230 Change description for ESTALE
1231 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=237344
1232
1233fgetgrent.3
1234getgrent.3
1235getgrent_r.3
1236 David Lloyd
1237 Added SEE ALSO putgrent(3)
1238 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211336
1239
1240getgrent.3
1241getgrnam.3
1242getpwent.3
1243getpwnam.3
1244 Lars Wirzenius / mtk
fe209df6 1245 Replace mention of /etc/{passwd,group} by references to
8fa20889 1246 "passwd/group database", and LDAP and NIS.
c6e136d5
MK
1247 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117
1248 mtk
1249 Miscellaneous wording improvements
1250 Consistent DESCRIPTION and ERRORS wording across these pages.
1251
1252getnameinfo.3
8fa20889
MK
1253 mtk
1254 Relocate misplaced text describing gai_strerror().
c6e136d5
MK
1255
1256getnetent.3
1257 Petter Reinholdtsen
1258 s/endservent/endnetent/
8fa20889 1259 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316517
c6e136d5
MK
1260
1261getspnam.3
1262 Lars Wirzenius / mtk
fe209df6 1263 Replace mention of /etc/shadow by references to
8fa20889 1264 "shadow password database", and LDAP and NIS.
c6e136d5
MK
1265 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117
1266 mtk, Claus Weber
1267 Miscellaneous wording improvements
1268 Consistent DESCRIPTION wording vis-a-vis getpwnam.3 etc.
1269
1270hsearch.3
1271 Frederik Deweerdt
1272 Fix hsearch_r() prototype
1273
1274scanf.3
1275 Justin Pryzby / mtk
1276 Fix description of RETURN VALUE
8fa20889 1277 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317037
c6e136d5
MK
1278 mtk
1279 various parts substantially rewritten; added description of
1280 %n$ form; various text incorporated from the GNU C library
1281 documentation ((C) The Free Software Foundation).
1282
1283shm_open.3
1284 mtk
1285 Modified details of how user and group ownership of a new
8fa20889 1286 object are set.
c6e136d5
MK
1287 Various minor wording and formatting cleanups.
1288
1289elf.5
1290 Mike Frysinger
1291 tweaked the short description to include definition of 'ELF'
1292 add ELFOSABI_NONE to the ELFOSABI_ list
1293 tweak/add more machines to EM_ list for ehdr->e_machine
1294 fix indenting to be consistent
1295 tweak the display of the ELF_ST_* macros
1296 document the Elf_Dyn structure
1297
1298proc.5
1299 mtk
258755b2 1300 Updated discussion of /proc/stat.
c6e136d5
MK
1301 Added text on the /proc/sys/fs/mqueue/* files.
1302
1303ip.7
1304 Steven Murdoch
1305 Change protocol in UDP prototype.
1306 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182635
1307
1308tcp.7
1309 Dov Murik
1310 The first sentence under NOTES about SO_KEEPALIVE and SIGPIPE
1311 makes no grammatical sense (and possibly also no technical sense).
1312 It has been removed.
3fa70acd
MK
1313
1314
1315==================== Changes in man-pages-2.07 ====================
1316
1317Released: 2005-07-19
1318
1319Contributors
1320------------
1321
1322The following people contributed notes, ideas, or patches that have
1323been incorporated in changes in this release:
1324
1325Andries Brouwer <Andries.Brouwer@cwi.nl>
1326Mike Frysinger <vapier@gentoo.org>
1327
1328Apologies if I missed anyone!
1329
1330Global changes
1331--------------
1332
8fa20889
MK
1333Various pages
1334 mtk
1335 The terms "set-user-ID" and "set-group-ID" are now used
752cb57f 1336 consistently (no abbreviations) across all manual pages.
3fa70acd 1337
8fa20889
MK
1338Various pages
1339 mtk
1340 Consistent use of "saved set-user-ID" and "saved set-group-ID"
1341 (no more "saved user ID", "saved effective UID",
752cb57f 1342 saved group ID", etc.)
3fa70acd 1343
8fa20889
MK
1344Various pages
1345 mtk
1346 Global fixes in textual descriptions:
3fa70acd 1347
8fa20889
MK
1348 uid --> UID
1349 gid --> GID
1350 pid --> PID
1351 id --> ID
3fa70acd 1352
8fa20889
MK
1353Various pages
1354 mtk
1355 Consistent use of st_atime, st_ctime, st_mtime, with
752cb57f 1356 explanatory text, instead of atime/ctime/mtime.
3fa70acd 1357
8fa20889
MK
1358Various pages
1359 mtk
1360 Classical BSD versions are now always named x.yBSD (formerly
1361 there was a mix of x.yBSD and BSD x.y).
3fa70acd
MK
1362
1363Typographical or grammatical errors have been corrected in several
1364places.
1365
1366
1367Changes to individual pages
1368---------------------------
1369
1370setresuid.2
1371 mtk
1372 Some rewording.
1373
1374stat.2
1375 Mike Frysinger
1376 Improve description of st_dev and st_rdev.
1377 mtk
1378 Various wording and formatting improvements.
1379
1380truncate.2
1381 mtk
1382 Some formatting fixes
6859d357
MK
1383
1384
1385==================== Changes in man-pages-2.08 ====================
1386
1387Released: 2005-09-21
1388
1389Contributors
1390------------
1391
1392The following people contributed notes, ideas, or patches that have
1393been incorporated in changes in this release:
1394
1395Adrian Bunk <bunk@stusta.de>
1396Alain PORTAL <aportal@univ-montp2.fr>
1397Andrew Pimlott <andrew@pimlott.net>
1398Andries Brouwer <Andries.Brouwer@cwi.nl>
1399Baurzhan Ismagulov <ibr@radix50.net>
1400Bernhard R. Link <brlink@debian.org>
dba4b377 1401Bodo Stroesser <bstroesser@fujitsu-siemens.com>
6859d357
MK
1402David N. Welton <davidw@eidetix.com>
1403Dov Murik <dov@dv-networks.com>
1404Heikki Orsila <shd@modeemi.cs.tut.fi>
1405Hasso Tepper <hasso@estpak.ee>
1406Hrvoje Niksic <hniksic@xemacs.org>
1407Justin Pryzby <justinpryzby@users.sourceforge.net>
1408Ludovic Courtes <ludovic.courtes@laas.fr>
1409Mike Frysinger <vapier@gentoo.org>
b5dd6044 1410