Date: Thu, 13 Jun 2013 00:19:31 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251672 - head/lib/libc/stdlib Message-ID: <201306130019.r5D0JV0h012382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Jun 13 00:19:30 2013 New Revision: 251672 URL: http://svnweb.freebsd.org/changeset/base/251672 Log: Renumber clauses to reduce diffs to other versions NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. Modified: head/lib/libc/stdlib/labs.3 head/lib/libc/stdlib/labs.c head/lib/libc/stdlib/ldiv.3 head/lib/libc/stdlib/ldiv.c head/lib/libc/stdlib/memory.3 head/lib/libc/stdlib/merge.c head/lib/libc/stdlib/qsort.3 head/lib/libc/stdlib/qsort.c head/lib/libc/stdlib/radixsort.3 head/lib/libc/stdlib/radixsort.c head/lib/libc/stdlib/rand.3 head/lib/libc/stdlib/rand.c head/lib/libc/stdlib/random.3 head/lib/libc/stdlib/random.c head/lib/libc/stdlib/realpath.3 head/lib/libc/stdlib/strtod.3 head/lib/libc/stdlib/strtoimax.c head/lib/libc/stdlib/strtol.3 head/lib/libc/stdlib/strtol.c head/lib/libc/stdlib/strtoll.c head/lib/libc/stdlib/strtoq.c head/lib/libc/stdlib/strtoul.3 head/lib/libc/stdlib/strtoul.c head/lib/libc/stdlib/strtoull.c head/lib/libc/stdlib/strtoumax.c head/lib/libc/stdlib/strtouq.c head/lib/libc/stdlib/system.3 head/lib/libc/stdlib/system.c Modified: head/lib/libc/stdlib/labs.3 ============================================================================== --- head/lib/libc/stdlib/labs.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/labs.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/labs.c ============================================================================== --- head/lib/libc/stdlib/labs.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/labs.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/ldiv.3 ============================================================================== --- head/lib/libc/stdlib/ldiv.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/ldiv.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/ldiv.c ============================================================================== --- head/lib/libc/stdlib/ldiv.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/ldiv.c Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/memory.3 ============================================================================== --- head/lib/libc/stdlib/memory.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/memory.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -9,7 +9,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/merge.c ============================================================================== --- head/lib/libc/stdlib/merge.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/merge.c Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/qsort.3 ============================================================================== --- head/lib/libc/stdlib/qsort.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/qsort.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/qsort.c ============================================================================== --- head/lib/libc/stdlib/qsort.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/qsort.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/radixsort.3 ============================================================================== --- head/lib/libc/stdlib/radixsort.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/radixsort.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -9,7 +9,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/radixsort.c ============================================================================== --- head/lib/libc/stdlib/radixsort.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/radixsort.c Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/rand.3 ============================================================================== --- head/lib/libc/stdlib/rand.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/rand.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/rand.c ============================================================================== --- head/lib/libc/stdlib/rand.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/rand.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/random.3 ============================================================================== --- head/lib/libc/stdlib/random.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/random.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -9,7 +9,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/random.c ============================================================================== --- head/lib/libc/stdlib/random.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/random.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/realpath.3 ============================================================================== --- head/lib/libc/stdlib/realpath.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/realpath.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -12,7 +12,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/strtod.3 ============================================================================== --- head/lib/libc/stdlib/strtod.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtod.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/strtoimax.c ============================================================================== --- head/lib/libc/stdlib/strtoimax.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoimax.c Thu Jun 13 00:19:30 2013 (r251672) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtol.3 ============================================================================== --- head/lib/libc/stdlib/strtol.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtol.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/strtol.c ============================================================================== --- head/lib/libc/stdlib/strtol.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtol.c Thu Jun 13 00:19:30 2013 (r251672) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtoll.c ============================================================================== --- head/lib/libc/stdlib/strtoll.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoll.c Thu Jun 13 00:19:30 2013 (r251672) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtoq.c ============================================================================== --- head/lib/libc/stdlib/strtoq.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoq.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtoul.3 ============================================================================== --- head/lib/libc/stdlib/strtoul.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoul.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/strtoul.c ============================================================================== --- head/lib/libc/stdlib/strtoul.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoul.c Thu Jun 13 00:19:30 2013 (r251672) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtoull.c ============================================================================== --- head/lib/libc/stdlib/strtoull.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoull.c Thu Jun 13 00:19:30 2013 (r251672) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtoumax.c ============================================================================== --- head/lib/libc/stdlib/strtoumax.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtoumax.c Thu Jun 13 00:19:30 2013 (r251672) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/strtouq.c ============================================================================== --- head/lib/libc/stdlib/strtouq.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/strtouq.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/lib/libc/stdlib/system.3 ============================================================================== --- head/lib/libc/stdlib/system.3 Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/system.3 Thu Jun 13 00:19:30 2013 (r251672) @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" Modified: head/lib/libc/stdlib/system.c ============================================================================== --- head/lib/libc/stdlib/system.c Wed Jun 12 23:13:42 2013 (r251671) +++ head/lib/libc/stdlib/system.c Thu Jun 13 00:19:30 2013 (r251672) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306130019.r5D0JV0h012382>