diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:30 +0000 |
| commit | bdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch) | |
| tree | 4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/expand | |
| parent | ac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff) | |
Diffstat (limited to 'usr.bin/expand')
| -rw-r--r-- | usr.bin/expand/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/expand/expand.1 | 2 | ||||
| -rw-r--r-- | usr.bin/expand/expand.c | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index 2dc8b0bae68d..25f2e1f9014e 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= expand MLINKS= expand.1 unexpand.1 diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 9a49deb1a948..06a2ad2e6132 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)expand.1 8.1 (Berkeley) 6/9/93 -.\" .Dd June 6, 2015 .Dt EXPAND 1 .Os diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index ae063c2c6499..3af04c456266 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <ctype.h> |
