From owner-svn-src-head@FreeBSD.ORG Thu Jun 13 00:19:37 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 23EEBDBD; Thu, 13 Jun 2013 00:19:37 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D3D881C16; Thu, 13 Jun 2013 00:19:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5D0JaZT012420; Thu, 13 Jun 2013 00:19:36 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5D0JV0h012382; Thu, 13 Jun 2013 00:19:31 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201306130019.r5D0JV0h012382@svn.freebsd.org> From: Ed Maste Date: Thu, 13 Jun 2013 00:19:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251672 - head/lib/libc/stdlib X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 00:19:37 -0000 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. *