From owner-svn-src-head@FreeBSD.ORG Wed Mar 26 05:49:10 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49493C34; Wed, 26 Mar 2014 05:49:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C48FA89; Wed, 26 Mar 2014 05:49:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q5n9lC011765; Wed, 26 Mar 2014 05:49:09 GMT (envelope-from jmg@svn.freebsd.org) Received: (from jmg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2Q5n91C011763; Wed, 26 Mar 2014 05:49:09 GMT (envelope-from jmg@svn.freebsd.org) Message-Id: <201403260549.s2Q5n91C011763@svn.freebsd.org> From: John-Mark Gurney Date: Wed, 26 Mar 2014 05:49:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263760 - in head/share/man: man4 man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 05:49:10 -0000 Author: jmg Date: Wed Mar 26 05:49:09 2014 New Revision: 263760 URL: http://svnweb.freebsd.org/changeset/base/263760 Log: fix up an old email address and drop clause 3 of my copyright... bump date.. MFC after: 1 week Modified: head/share/man/man4/sysmouse.4 head/share/man/man9/cd.9 Modified: head/share/man/man4/sysmouse.4 ============================================================================== --- head/share/man/man4/sysmouse.4 Wed Mar 26 03:18:27 2014 (r263759) +++ head/share/man/man4/sysmouse.4 Wed Mar 26 05:49:09 2014 (r263760) @@ -8,9 +8,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. Neither the name of the author nor the names of any co-contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -26,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 16, 2010 +.Dd March 25, 2014 .Dt SYSMOUSE 4 .Os .Sh NAME @@ -471,6 +468,6 @@ driver first appeared in .An -nosplit This manual page was written by -.An John-Mark Gurney Aq gurney_j@efn.org +.An John-Mark Gurney Aq jmg@FreeBSD.org and .An Kazutaka Yokota Aq yokota@FreeBSD.org . Modified: head/share/man/man9/cd.9 ============================================================================== --- head/share/man/man9/cd.9 Wed Mar 26 03:18:27 2014 (r263759) +++ head/share/man/man9/cd.9 Wed Mar 26 05:49:09 2014 (r263760) @@ -9,9 +9,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. Neither the name of the author nor the names of any co-contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -27,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 2, 2003 +.Dd March 25, 2014 .Dt CD 9 .Os .Sh NAME @@ -119,7 +116,7 @@ manual page first appeared in .An -nosplit This manual page was written by -.An John-Mark Gurney Aq gurney_j@efn.org . +.An John-Mark Gurney Aq jmg@FreeBSD.org . It was updated for CAM and .Fx 3.0 by