summaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2015-01-19 15:30:53 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2015-01-19 15:30:53 +0000
commitf774a1312a9f06c827ac9e6ed5c9c1197010197f (patch)
tree139e59e962c99091edc8b8377e729aaf529b5851 /usr.bin/find
parent1d12cef4c0121f7533ba118213f79fd14894ce13 (diff)
Make some $OpenBSD$ lines prettier/standardier by eliminating
superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts. Aesthetic approval from tedu@.
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/extern.h2
-rw-r--r--usr.bin/find/find.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index b1d90ab402b..273f0420cb3 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -1,4 +1,4 @@
-/* * $OpenBSD: extern.h,v 1.19 2014/05/18 08:10:00 espie Exp $*/
+/* $OpenBSD: extern.h,v 1.20 2015/01/19 15:30:52 krw Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index 5226a26115a..6380c93f82f 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -1,4 +1,4 @@
-/* * $OpenBSD: find.h,v 1.15 2012/01/02 23:19:45 pascal Exp $*/
+/* $OpenBSD: find.h,v 1.16 2015/01/19 15:30:52 krw Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.