summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--scp.15
-rw-r--r--ssh-add.16
-rw-r--r--ssh-keygen.16
-rw-r--r--ssh.15
-rw-r--r--ssh_config.55
-rw-r--r--sshd.85
-rw-r--r--sshd_config.55
8 files changed, 17 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 79419367..b58bd918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
rather than as a set of explicit group parameters (by setting
the OPENSSL_EC_NAMED_CURVE flag). This makes for shorter key files and
retrieves the group's OpenSSL NID that we need for various things.
+ - jmc@cvs.openbsd.org 2010/10/28 18:33:28
+ [scp.1 ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5]
+ knock out some "-*- nroff -*-" lines;
20101025
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
diff --git a/scp.1 b/scp.1
index 13a43f6b..24b88b56 100644
--- a/scp.1
+++ b/scp.1
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.\"
.\" scp.1
.\"
@@ -9,9 +8,9 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $OpenBSD: scp.1,v 1.52 2010/09/23 13:36:46 jmc Exp $
+.\" $OpenBSD: scp.1,v 1.53 2010/10/28 18:33:28 jmc Exp $
.\"
-.Dd $Mdocdate: September 23 2010 $
+.Dd $Mdocdate: October 28 2010 $
.Dt SCP 1
.Os
.Sh NAME
diff --git a/ssh-add.1 b/ssh-add.1
index 1862eed8..fd48ff98 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,6 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.54 2010/09/04 09:38:34 jmc Exp $
-.\"
-.\" -*- nroff -*-
+.\" $OpenBSD: ssh-add.1,v 1.55 2010/10/28 18:33:28 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -37,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 $Mdocdate: September 4 2010 $
+.Dd $Mdocdate: October 28 2010 $
.Dt SSH-ADD 1
.Os
.Sh NAME
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index b9700230..205f741b 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,6 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.100 2010/09/10 15:19:29 naddy Exp $
-.\"
-.\" -*- nroff -*-
+.\" $OpenBSD: ssh-keygen.1,v 1.101 2010/10/28 18:33:28 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -37,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 $Mdocdate: September 10 2010 $
+.Dd $Mdocdate: October 28 2010 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
diff --git a/ssh.1 b/ssh.1
index a3d66cb1..22564918 100644
--- a/ssh.1
+++ b/ssh.1
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.314 2010/09/22 08:30:08 jmc Exp $
-.Dd $Mdocdate: September 22 2010 $
+.\" $OpenBSD: ssh.1,v 1.315 2010/10/28 18:33:28 jmc Exp $
+.Dd $Mdocdate: October 28 2010 $
.Dt SSH 1
.Os
.Sh NAME
diff --git a/ssh_config.5 b/ssh_config.5
index 4a71e2af..dd39bfaf 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.141 2010/09/22 08:30:08 jmc Exp $
-.Dd $Mdocdate: September 22 2010 $
+.\" $OpenBSD: ssh_config.5,v 1.142 2010/10/28 18:33:28 jmc Exp $
+.Dd $Mdocdate: October 28 2010 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
diff --git a/sshd.8 b/sshd.8
index 9d2efc7e..5503b133 100644
--- a/sshd.8
+++ b/sshd.8
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.259 2010/08/31 11:54:45 djm Exp $
-.Dd $Mdocdate: August 31 2010 $
+.\" $OpenBSD: sshd.8,v 1.260 2010/10/28 18:33:28 jmc Exp $
+.Dd $Mdocdate: October 28 2010 $
.Dt SSHD 8
.Os
.Sh NAME
diff --git a/sshd_config.5 b/sshd_config.5
index d87f6024..d0c02ca7 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.127 2010/09/22 05:01:30 djm Exp $
-.Dd $Mdocdate: September 22 2010 $
+.\" $OpenBSD: sshd_config.5,v 1.128 2010/10/28 18:33:28 jmc Exp $
+.Dd $Mdocdate: October 28 2010 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME