From d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:55:03 -0600 Subject: Remove $FreeBSD$: one-line sh pattern Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ --- usr.bin/man/Makefile | 1 - usr.bin/man/Makefile.depend | 1 - usr.bin/man/man.sh | 1 - 3 files changed, 3 deletions(-) (limited to 'usr.bin/man') diff --git a/usr.bin/man/Makefile b/usr.bin/man/Makefile index dc3748e2627e..01b861697510 100644 --- a/usr.bin/man/Makefile +++ b/usr.bin/man/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SCRIPTS= man.sh LINKS= ${BINDIR}/man ${BINDIR}/manpath diff --git a/usr.bin/man/Makefile.depend b/usr.bin/man/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/man/Makefile.depend +++ b/usr.bin/man/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index c95b47e2ee62..dd327cc5d1d8 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -26,7 +26,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # Rendering a manual page is fast. Even a manual page several 100k in size # takes less than a CPU second. If it takes much longer, it is very likely -- cgit v1.3