aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/look
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/look')
-rw-r--r--usr.bin/look/Makefile1
-rw-r--r--usr.bin/look/look.12
-rw-r--r--usr.bin/look/look.c3
-rw-r--r--usr.bin/look/pathnames.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/look/Makefile b/usr.bin/look/Makefile
index 64d778891fba..ddbe20b05d90 100644
--- a/usr.bin/look/Makefile
+++ b/usr.bin/look/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/9/93
PROG= look
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1
index aa0cb771fea7..ff868d129a84 100644
--- a/usr.bin/look/look.1
+++ b/usr.bin/look/look.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)look.1 8.1 (Berkeley) 6/14/93
-.\"
.Dd December 29, 2020
.Dt LOOK 1
.Os
diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c
index 459105ba0d73..ac7a200841c7 100644
--- a/usr.bin/look/look.c
+++ b/usr.bin/look/look.c
@@ -39,9 +39,6 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
/*
diff --git a/usr.bin/look/pathnames.h b/usr.bin/look/pathnames.h
index dcddad069cc6..e0c3296fc1ab 100644
--- a/usr.bin/look/pathnames.h
+++ b/usr.bin/look/pathnames.h
@@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)pathnames.h 8.1 (Berkeley) 6/9/93
*/
#define _PATH_WORDS "/usr/share/dict/words"