From owner-svn-src-all@freebsd.org Fri Oct 27 21:48:03 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1E63E51A29; Fri, 27 Oct 2017 21:48:03 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AED197C85F; Fri, 27 Oct 2017 21:48:03 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9RLm2EW080562; Fri, 27 Oct 2017 21:48:02 GMT (envelope-from jlh@FreeBSD.org) Received: (from jlh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9RLm2uO080559; Fri, 27 Oct 2017 21:48:02 GMT (envelope-from jlh@FreeBSD.org) Message-Id: <201710272148.v9RLm2uO080559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlh set sender to jlh@FreeBSD.org using -f From: Jeremie Le Hen Date: Fri, 27 Oct 2017 21:48:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325049 - in head: usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod X-SVN-Group: head X-SVN-Commit-Author: jlh X-SVN-Commit-Paths: in head: usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod X-SVN-Commit-Revision: 325049 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 21:48:04 -0000 Author: jlh Date: Fri Oct 27 21:48:02 2017 New Revision: 325049 URL: https://svnweb.freebsd.org/changeset/base/325049 Log: Update manpage date to when the deprecation notice was removed. Reported by: bcr Modified: head/usr.bin/ruptime/ruptime.1 head/usr.bin/rwho/rwho.1 head/usr.sbin/rwhod/rwhod.8 Modified: head/usr.bin/ruptime/ruptime.1 ============================================================================== --- head/usr.bin/ruptime/ruptime.1 Fri Oct 27 21:22:38 2017 (r325048) +++ head/usr.bin/ruptime/ruptime.1 Fri Oct 27 21:48:02 2017 (r325049) @@ -28,7 +28,7 @@ .\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 .\" $FreeBSD$ .\" -.Dd July 3, 2017 +.Dd August 8, 2017 .Dt RUPTIME 1 .Os .Sh NAME Modified: head/usr.bin/rwho/rwho.1 ============================================================================== --- head/usr.bin/rwho/rwho.1 Fri Oct 27 21:22:38 2017 (r325048) +++ head/usr.bin/rwho/rwho.1 Fri Oct 27 21:48:02 2017 (r325049) @@ -28,7 +28,7 @@ .\" @(#)rwho.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd July 3, 2017 +.Dd August 8, 2017 .Dt RWHO 1 .Os .Sh NAME Modified: head/usr.sbin/rwhod/rwhod.8 ============================================================================== --- head/usr.sbin/rwhod/rwhod.8 Fri Oct 27 21:22:38 2017 (r325048) +++ head/usr.sbin/rwhod/rwhod.8 Fri Oct 27 21:48:02 2017 (r325049) @@ -28,7 +28,7 @@ .\" @(#)rwhod.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd July 3, 2017 +.Dd August 8, 2017 .Dt RWHOD 8 .Os .Sh NAME