]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- jmc@cvs.openbsd.org 2010/03/05 06:50:35
authorDamien Miller <djm@mindrot.org>
Fri, 5 Mar 2010 10:30:35 +0000 (21:30 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 5 Mar 2010 10:30:35 +0000 (21:30 +1100)
     [ssh.1 sshd.8]
     tweak previous;

ChangeLog
ssh.1
sshd.8

index efb7a0940aa4995b22ef214089f5cc2751913268..99ec97956d26a54112378b450d5c145fcc0ca509 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
    - djm@cvs.openbsd.org 2010/03/05 02:58:11
      [auth.c]
      make the warning for a revoked key louder and more noticable
+   - jmc@cvs.openbsd.org 2010/03/05 06:50:35
+     [ssh.1 sshd.8]
+     tweak previous;
  - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
    compilers. OK djm@
  - (djm) [ssh-rand-helper.c] declare optind, avoiding compilation failure
diff --git a/ssh.1 b/ssh.1
index b201d87de8084c8739c0e3931e84a38e792da4f0..fd713e3b4ebab4d850b1c2b3a97bd60ed197ed09 100644 (file)
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,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.299 2010/03/04 23:19:29 djm Exp $
-.Dd $Mdocdate: March 4 2010 $
+.\" $OpenBSD: ssh.1,v 1.300 2010/03/05 06:50:34 jmc Exp $
+.Dd $Mdocdate: March 5 2010 $
 .Dt SSH 1
 .Os
 .Sh NAME
@@ -1103,7 +1103,6 @@ See the
 option in
 .Xr ssh_config 5
 for more information.
-.Pp
 .Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
 .Nm
 contains support for Virtual Private Network (VPN) tunnelling
diff --git a/sshd.8 b/sshd.8
index 577d19940f36fef906605d0e9d3fcfbda77ca16b..5f19660056b9bd563f12a188718ce0b65af3f825 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -34,8 +34,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.254 2010/03/04 23:19:29 djm Exp $
-.Dd $Mdocdate: March 4 2010 $
+.\" $OpenBSD: sshd.8,v 1.255 2010/03/05 06:50:35 jmc Exp $
+.Dd $Mdocdate: March 5 2010 $
 .Dt SSHD 8
 .Os
 .Sh NAME
@@ -721,7 +721,7 @@ or by taking
 .Pa /etc/ssh/ssh_host_key.pub
 and adding the host names at the front.
 .Xr ssh-keygen 1
-also offers some basic automated editing for 
+also offers some basic automated editing for
 .Pa ~/.ssh/known_hosts
 including removing hosts matching a host name and converting all host
 names to their hashed representations.