Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 13:23:07 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290671 - head/crypto/openssh
Message-ID:  <201511111323.tABDN773006706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Nov 11 13:23:07 2015
New Revision: 290671
URL: https://svnweb.freebsd.org/changeset/base/290671

Log:
  Now that we have mandoc, we can leave $Mdocdate$ tags as-is.  Unfortunately,
  there is (currently) no way to make Subversion generate correct $Mdocdate$
  tags, but perhas we can teach mandoc to read Subversion's %d format.

Modified:
  head/crypto/openssh/moduli.5
  head/crypto/openssh/scp.1
  head/crypto/openssh/sftp-server.8
  head/crypto/openssh/sftp.1
  head/crypto/openssh/ssh-add.1
  head/crypto/openssh/ssh-keygen.1
  head/crypto/openssh/ssh-keyscan.1
  head/crypto/openssh/ssh-keysign.8
  head/crypto/openssh/ssh-pkcs11-helper.8
  head/crypto/openssh/ssh.1
  head/crypto/openssh/ssh_config.5
  head/crypto/openssh/sshd.8
  head/crypto/openssh/sshd_config.5

Modified: head/crypto/openssh/moduli.5
==============================================================================
--- head/crypto/openssh/moduli.5	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/moduli.5	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\"	$OpenBSD: moduli.5,v 1.17 2012/09/26 17:34:38 jmc Exp $
-.\"	$FreeBSD$
 .\"
 .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
 .\"
@@ -14,7 +13,7 @@
 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd September 26, 2012
+.Dd $Mdocdate: September 26 2012 $
 .Dt MODULI 5
 .Os
 .Sh NAME

Modified: head/crypto/openssh/scp.1
==============================================================================
--- head/crypto/openssh/scp.1	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/scp.1	Wed Nov 11 13:23:07 2015	(r290671)
@@ -9,9 +9,8 @@
 .\" Created: Sun May  7 00:14:37 1995 ylo
 .\"
 .\" $OpenBSD: scp.1,v 1.61 2013/10/20 09:51:26 djm Exp $
-.\" $FreeBSD$
 .\"
-.Dd October 20, 2013
+.Dd $Mdocdate: October 20 2013 $
 .Dt SCP 1
 .Os
 .Sh NAME

Modified: head/crypto/openssh/sftp-server.8
==============================================================================
--- head/crypto/openssh/sftp-server.8	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/sftp-server.8	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\" $OpenBSD: sftp-server.8,v 1.25 2013/10/14 14:18:56 jmc Exp $
-.\" $FreeBSD$
 .\"
 .\" Copyright (c) 2000 Markus Friedl.  All rights reserved.
 .\"
@@ -23,7 +22,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 14, 2013
+.Dd $Mdocdate: October 14 2013 $
 .Dt SFTP-SERVER 8
 .Os
 .Sh NAME

Modified: head/crypto/openssh/sftp.1
==============================================================================
--- head/crypto/openssh/sftp.1	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/sftp.1	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\" $OpenBSD: sftp.1,v 1.97 2013/10/20 09:51:26 djm Exp $
-.\" $FreeBSD$
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"
@@ -23,7 +22,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 20, 2013
+.Dd $Mdocdate: October 20 2013 $
 .Dt SFTP 1
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh-add.1
==============================================================================
--- head/crypto/openssh/ssh-add.1	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh-add.1	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\"	$OpenBSD: ssh-add.1,v 1.59 2013/12/07 11:58:46 naddy Exp $
-.\"	$FreeBSD$
 .\"
 .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,7 +35,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 7, 2013
+.Dd $Mdocdate: December 7 2013 $
 .Dt SSH-ADD 1
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh-keygen.1
==============================================================================
--- head/crypto/openssh/ssh-keygen.1	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh-keygen.1	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\"	$OpenBSD: ssh-keygen.1,v 1.120 2014/02/05 20:13:25 naddy Exp $
-.\"	$FreeBSD$
 .\"
 .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,7 +35,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 5, 2014
+.Dd $Mdocdate: February 5 2014 $
 .Dt SSH-KEYGEN 1
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh-keyscan.1
==============================================================================
--- head/crypto/openssh/ssh-keyscan.1	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh-keyscan.1	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\"	$OpenBSD: ssh-keyscan.1,v 1.34 2014/01/28 14:13:39 jmc Exp $
-.\"	$FreeBSD$
 .\"
 .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
 .\"
@@ -7,7 +6,7 @@
 .\" permitted provided that due credit is given to the author and the
 .\" OpenBSD project by leaving this copyright notice intact.
 .\"
-.Dd January 28, 2014
+.Dd $Mdocdate: January 28 2014 $
 .Dt SSH-KEYSCAN 1
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh-keysign.8
==============================================================================
--- head/crypto/openssh/ssh-keysign.8	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh-keysign.8	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\" $OpenBSD: ssh-keysign.8,v 1.14 2013/12/07 11:58:46 naddy Exp $
-.\" $FreeBSD$
 .\"
 .\" Copyright (c) 2002 Markus Friedl.  All rights reserved.
 .\"
@@ -23,7 +22,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 7, 2013
+.Dd $Mdocdate: December 7 2013 $
 .Dt SSH-KEYSIGN 8
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh-pkcs11-helper.8
==============================================================================
--- head/crypto/openssh/ssh-pkcs11-helper.8	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh-pkcs11-helper.8	Wed Nov 11 13:23:07 2015	(r290671)
@@ -1,5 +1,4 @@
 .\" $OpenBSD: ssh-pkcs11-helper.8,v 1.4 2013/07/16 00:07:52 schwarze Exp $
-.\" $FreeBSD$
 .\"
 .\" Copyright (c) 2010 Markus Friedl.  All rights reserved.
 .\"
@@ -15,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd July 16, 2013
+.Dd $Mdocdate: July 16 2013 $
 .Dt SSH-PKCS11-HELPER 8
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh.1
==============================================================================
--- head/crypto/openssh/ssh.1	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh.1	Wed Nov 11 13:23:07 2015	(r290671)
@@ -35,7 +35,7 @@
 .\"
 .\" $OpenBSD: ssh.1,v 1.343 2013/12/07 11:58:46 naddy Exp $
 .\" $FreeBSD$
-.Dd December 7, 2013
+.Dd $Mdocdate: December 7 2013 $
 .Dt SSH 1
 .Os
 .Sh NAME

Modified: head/crypto/openssh/ssh_config.5
==============================================================================
--- head/crypto/openssh/ssh_config.5	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/ssh_config.5	Wed Nov 11 13:23:07 2015	(r290671)
@@ -35,7 +35,7 @@
 .\"
 .\" $OpenBSD: ssh_config.5,v 1.185 2014/02/23 20:11:36 djm Exp $
 .\" $FreeBSD$
-.Dd March 22, 2015
+.Dd $Mdocdate: February 23 2014 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME

Modified: head/crypto/openssh/sshd.8
==============================================================================
--- head/crypto/openssh/sshd.8	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/sshd.8	Wed Nov 11 13:23:07 2015	(r290671)
@@ -35,7 +35,7 @@
 .\"
 .\" $OpenBSD: sshd.8,v 1.273 2013/12/07 11:58:46 naddy Exp $
 .\" $FreeBSD$
-.Dd December 7, 2013
+.Dd $Mdocdate: December 7 2013 $
 .Dt SSHD 8
 .Os
 .Sh NAME

Modified: head/crypto/openssh/sshd_config.5
==============================================================================
--- head/crypto/openssh/sshd_config.5	Wed Nov 11 13:18:38 2015	(r290670)
+++ head/crypto/openssh/sshd_config.5	Wed Nov 11 13:23:07 2015	(r290671)
@@ -35,7 +35,7 @@
 .\"
 .\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $
 .\" $FreeBSD$
-.Dd March 22, 2015
+.Dd $Mdocdate: February 27 2014 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511111323.tABDN773006706>