8000 xinstall: renumber UCB clauses to avoid skipping #3 · freebsd/freebsd-src@32a1773 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32a1773

Browse files
committed
xinstall: renumber UCB clauses to avoid skipping #3
1 parent 2d640e9 commit 32a1773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usr.bin/xinstall/install.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" 2. Redistributions in binary form must reproduce the above copyright
1010
.\" notice, this list of conditions and the following disclaimer in the
1111
.\" documentation and/or other materials provided with the distribution.
12-
.\" 4. Neither the name of the University nor the names of its contributors
12+
.\" 3. Neither the name of the University nor the names of its contributors
1313
.\" may be used to endorse or promote products derived from this software
1414
.\" without specific prior written permission.
1515
.\"

usr.bin/xinstall/xinstall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* 2. Redistributions in binary form must reproduce the above copyright
1212
* notice, this list of conditions and the following disclaimer in the
1313
* documentation and/or other materials provided with the distribution.
14-
* 4. Neither the name of the University nor the names of its contributors
14+
* 3. Neither the name of the University nor the names of its contributors
1515
* may be used to endorse or promote products derived from this software
1616
* without specific prior written permission.
1717
*

0 commit comments

Comments
 (0)
0