cvs commit: src/share/man/man3 queue.3

2008-03-16 Thread David E. O'Brien
obrien 2008-03-16 08:00:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man3 queue.3 Log: MFC: rev 1.41: don't imply O(n) removal for the doubly linked data structures. Revision ChangesPath 1.40.2.1 +8 -2 src/share/man/ma

cvs commit: src/share/man/man3 queue.3

2007-11-01 Thread David E. O'Brien
obrien 2007-11-02 00:34:45 UTC FreeBSD src repository Modified files: share/man/man3 queue.3 Log: Don't imply O(n) removal for the doubly linked data structures. Revision ChangesPath 1.41 +8 -2 src/share/man/man3/queue.3 __

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 04:04:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_6_1: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated.

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 04:02:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_6: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 03:59:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_5: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR

cvs commit: src/share/man/man3 queue.3

2006-03-25 Thread Ed Maste
emaste 2006-03-25 23:11:10 UTC FreeBSD src repository Modified files: share/man/man3 queue.3 Log: The removal of CIRCLEQ left four queue macros. One sentence was missed in the man page update. PR: docs/94938 Submitted by: Ed Schouten <[EMAIL PROTECT

cvs commit: src/share/man/man3 queue.3

2006-03-23 Thread Kirk McKusick
mckusick2006-03-24 07:41:12 UTC FreeBSD src repository Modified files: share/man/man3 queue.3 Log: Typesetting fix for -r1.137. If a tail queue is empty the return value of TAILQ_LAST is not undefined, it is NULL. Submitted by: Ruslan Ermilov <[EMAIL PROTECTED]>

cvs commit: src/share/man/man3 queue.3

2006-03-21 Thread Kirk McKusick
mckusick2006-03-22 02:40:38 UTC FreeBSD src repository Modified files: share/man/man3 queue.3 Log: If a tail queue is empty the return value is not undefined, it is NULL. Revision ChangesPath 1.37 +2 -2 src/share/man/man3/queue.3

cvs commit: src/share/man/man3 queue.3

2005-11-06 Thread John Baldwin
jhb 2005-11-06 15:51:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/man/man3 queue.3 Log: MFC: Remove spurious newline. Revision ChangesPath 1.34.2.2 +0 -1 src/share/man/man3/queue.3 __

cvs commit: src/share/man/man3 queue.3

2005-11-06 Thread John Baldwin
jhb 2005-11-06 15:50:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man3 queue.3 Log: MFC: Remove spurious newline. Revision ChangesPath 1.35.2.1 +0 -1 src/share/man/man3/queue.3 __