diff options
author | emaste <emaste@FreeBSD.org> | 2013-04-23 13:33:13 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2013-04-23 13:33:13 +0000 |
commit | afbef1895e627cd1993428a252d39b505cf6c085 (patch) | |
tree | 75417143cc8ab030c6159407d0b0cee1d50fc44c /lib/libc/stdio/puts.c | |
parent | 157a058e219597d4031a4e09a2b1ba55834d8207 (diff) | |
download | FreeBSD-src-afbef1895e627cd1993428a252d39b505cf6c085.zip FreeBSD-src-afbef1895e627cd1993428a252d39b505cf6c085.tar.gz |
Renumber clauses to reduce diffs to other versions
NetBSD, OpenBSD, and Android's Bionic all number the clauses 1 through 3,
so follow suit to make comparison easier.
Acked-by: imp@
Diffstat (limited to 'lib/libc/stdio/puts.c')
-rw-r--r-- | lib/libc/stdio/puts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 2dc945b..31d5135 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -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. * |