aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit89730b290a5b2a1506fc7b4a1e604d01e16395ad (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/rmail
parent1ee6b373eb024652b73587eabcad2b9fa32fe121 (diff)
downloadsrc-89730b290a5b2a1506fc7b4a1e604d01e16395ad.tar.gz
src-89730b290a5b2a1506fc7b4a1e604d01e16395ad.zip
Added $Id$
Notes
Notes: svn path=/head/; revision=3044
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/Makefile1
-rw-r--r--bin/rmail/rmail.81
-rw-r--r--bin/rmail/rmail.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index 9db1ad4904bc..2623be57e319 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id$
PROG= rmail
MAN8= rmail.8
diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8
index 2079d4e9f8a7..859a3c55c9b8 100644
--- a/bin/rmail/rmail.8
+++ b/bin/rmail/rmail.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rmail.8 6.10 (Berkeley) 4/29/93
+.\" $Id$
.\"
.Dd April 29, 1993
.Dt RMAIL 8
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c
index aac400a39676..41922224252e 100644
--- a/bin/rmail/rmail.c
+++ b/bin/rmail/rmail.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint