aboutsummaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
commit9ddb49cbe45441fa3f3a10f6dd355e9956480b5f (patch)
tree7dca27c9a790badf045197bb573b3e53ba372480 /bin/echo
parent20ef2e29634f6cc2efc195e55f5742fd09b832fe (diff)
downloadsrc-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.tar.gz
src-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.zip
Notes
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/echo.11
-rw-r--r--bin/echo/echo.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index 6fdf213240df..248320c68067 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,3 +1,4 @@
+.\"-
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/bin/echo/echo.c b/bin/echo/echo.c
index d859cf881d76..45d9d7e18c52 100644
--- a/bin/echo/echo.c
+++ b/bin/echo/echo.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*