diff options
Diffstat (limited to 'usr.bin/xstr')
-rw-r--r-- | usr.bin/xstr/pathnames.h | 2 | ||||
-rw-r--r-- | usr.bin/xstr/xstr.1 | 2 | ||||
-rw-r--r-- | usr.bin/xstr/xstr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xstr/pathnames.h b/usr.bin/xstr/pathnames.h index 63f633efdd82..c042e8529514 100644 --- a/usr.bin/xstr/pathnames.h +++ b/usr.bin/xstr/pathnames.h @@ -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. * diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index d21f7fb15bf7..b0f7ee51ba4e 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -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. .\" diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 4aad8e66e74a..d0d7e9ee6184 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -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. * |