]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Now that we have mandoc, we can leave $Mdocdate$ tags as-is. Unfortunately,
authordes <des@FreeBSD.org>
Wed, 11 Nov 2015 13:23:07 +0000 (13:23 +0000)
committerdes <des@FreeBSD.org>
Wed, 11 Nov 2015 13:23:07 +0000 (13:23 +0000)
there is (currently) no way to make Subversion generate correct $Mdocdate$
tags, but perhas we can teach mandoc to read Subversion's %d format.

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

index dbb20a079fb49dee58e28913ce5c98461f7c49da..ef0de08506b17cc339904ad951d747435e6cb081 100644 (file)
@@ -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
index 21d94ba95bdd945d0b3efa8be8d906e070a0de3d..3b67cff0eefb3b76a675a3da623d2b1ea4233cfc 100644 (file)
@@ -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
index 4407045cfb23e710e9b080da66514c27c28da5f3..1e0b277b43634e66ded0f09b5bebb97cfb3f88e2 100644 (file)
@@ -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
index b97f62cc35d8a0965e537d06eea2495b68dbdbda..8e00b132696d17a72ff47d9aad7e05e8d0202c72 100644 (file)
@@ -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
index 915e0a6e82f0bf4675b88403c9a018aed9fbed3b..4812448fa93d43a8ce089baefedd04dd5f37d2f1 100644 (file)
@@ -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
index 6adb20206f7bd53b75809af16c8fea9746b36729..12e00d416ec7c1283ff584f0ee9b1738790cc53e 100644 (file)
@@ -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
index 1b2fd40c313d7fe2107ae4eab0547aca6ba6c919..dae4fd9fb3e47d5a8cc722e55c55cf28b70eced6 100644 (file)
@@ -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
index 32e7253166d7e12363158ddea8cf55508edcfa89..69d082954df6554e77ae4f5446f52af755ba8ea9 100644 (file)
@@ -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
index 17beebe454475c53a4a1fa0ae2b034313db7940a..3728c4e4e7e4b4047ff8d3ea78ad1f35bc64acc4 100644 (file)
@@ -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
index 48aa748ea18440f9522b2d0e585d948cf8b630cd..00785ef7f8cc0907c3c6060052760b15c68e42a0 100644 (file)
@@ -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
index b84438409e7a0fa4d6c94c128d7e6d5f2c282321..adf0d2f50dd9fb2a74e3f3fef0a9ff0506667250 100644 (file)
@@ -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
index b9ae6ffc0b62f108a68416541b0397c7d3632fa7..56aa37c21f8ffa6aea87d46b9947c110e0a58534 100644 (file)
@@ -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
index 14fa41cc4b50fbf00959edc4ead08e2b6acfd43c..0b98672f1947935a98fb28dd73376bae03bc524e 100644 (file)
@@ -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