diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:32:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:33 +0000 |
commit | 350f9ac5b362558a39f447dea99d102b831ee0c8 (patch) | |
tree | a9bd5f4867a6b2b7099df843d645f3f8bbdf2342 /usr.bin/compress/doc | |
parent | 27096e41f03f81fd6622e45ec3a91268f0eacdc8 (diff) |
Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit 05248206f720)
Diffstat (limited to 'usr.bin/compress/doc')
-rw-r--r-- | usr.bin/compress/doc/NOTES | 2 | ||||
-rw-r--r-- | usr.bin/compress/doc/README | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/compress/doc/NOTES b/usr.bin/compress/doc/NOTES index ef3931a52c39..dbc0857727ca 100644 --- a/usr.bin/compress/doc/NOTES +++ b/usr.bin/compress/doc/NOTES @@ -1,6 +1,4 @@ - $FreeBSD$ - From: James A. Woods <jaw@eos.arc.nasa.gov> >From vn Fri Dec 2 18:05:27 1988 diff --git a/usr.bin/compress/doc/README b/usr.bin/compress/doc/README index 2b5f6ba98b23..4357c92d5bda 100644 --- a/usr.bin/compress/doc/README +++ b/usr.bin/compress/doc/README @@ -1,6 +1,5 @@ @(#)README 8.1 (Berkeley) 6/9/93 - $FreeBSD$ Compress version 4.0 improvements over 3.0: o compress() speedup (10-50%) by changing division hash to xor |