diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-04-19 16:38:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-04-19 16:38:48 +0000 |
commit | 63cbbf6e0eb45e5f4a43c327415e65f1b440e666 (patch) | |
tree | 47a6752c11fd30cec811e6f1d2a72349bd9cab8a /usr.sbin | |
parent | 828f18db67a27733daa1cb6e9eabcb9c0d68d808 (diff) |
comment incorrect; rdate has -n support now too
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rdate/rdate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rdate/rdate.c b/usr.sbin/rdate/rdate.c index 2f768d5f23c..17acda0c353 100644 --- a/usr.sbin/rdate/rdate.c +++ b/usr.sbin/rdate/rdate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rdate.c,v 1.24 2009/10/27 23:59:54 deraadt Exp $ */ +/* $OpenBSD: rdate.c,v 1.25 2013/04/19 16:38:47 deraadt Exp $ */ /* $NetBSD: rdate.c,v 1.4 1996/03/16 12:37:45 pk Exp $ */ /* @@ -34,7 +34,6 @@ /* * rdate.c: Set the date from the specified host * - * Uses the rfc868 time protocol at socket 37. * Time is returned as the number of seconds since * midnight January 1st 1900. */ |