Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 20:25:19 +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: r288231 - head/usr.bin/xinstall
Message-ID:  <201509252025.t8PKPJkU028185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Sep 25 20:25:18 2015
New Revision: 288231
URL: https://svnweb.freebsd.org/changeset/base/288231

Log:
  xinstall: renumber UCB clauses to avoid skipping #3

Modified:
  head/usr.bin/xinstall/install.1
  head/usr.bin/xinstall/xinstall.c

Modified: head/usr.bin/xinstall/install.1
==============================================================================
--- head/usr.bin/xinstall/install.1	Fri Sep 25 20:21:45 2015	(r288230)
+++ head/usr.bin/xinstall/install.1	Fri Sep 25 20:25:18 2015	(r288231)
@@ -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/usr.bin/xinstall/xinstall.c
==============================================================================
--- head/usr.bin/xinstall/xinstall.c	Fri Sep 25 20:21:45 2015	(r288230)
+++ head/usr.bin/xinstall/xinstall.c	Fri Sep 25 20:25:18 2015	(r288231)
@@ -11,7 +11,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?201509252025.t8PKPJkU028185>