diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sftp-server.8 | 6 | ||||
-rw-r--r-- | ssh-agent.1 | 6 | ||||
-rw-r--r-- | sshd.8 | 6 |
4 files changed, 13 insertions, 9 deletions
@@ -22,6 +22,10 @@ | |||
22 | version of the fix presented to dtucker. | 22 | version of the fix presented to dtucker. |
23 | Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de). | 23 | Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de). |
24 | ok dtucker | 24 | ok dtucker |
25 | - sobrado@cvs.openbsd.org 2009/03/26 08:38:39 | ||
26 | [sftp-server.8 sshd.8 ssh-agent.1] | ||
27 | fix a few typographical errors found by spell(1). | ||
28 | ok dtucker@, jmc@ | ||
25 | 29 | ||
26 | 20090616 | 30 | 20090616 |
27 | - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t | 31 | - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t |
diff --git a/sftp-server.8 b/sftp-server.8 index 74c1e4bc5..372b0770e 100644 --- a/sftp-server.8 +++ b/sftp-server.8 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp-server.8,v 1.14 2008/07/18 22:51:01 jmc Exp $ | 1 | .\" $OpenBSD: sftp-server.8,v 1.15 2009/03/26 08:38:39 sobrado Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | .\" Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -22,7 +22,7 @@ | |||
22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | .\" | 24 | .\" |
25 | .Dd $Mdocdate: July 18 2008 $ | 25 | .Dd $Mdocdate: March 26 2009 $ |
26 | .Dt SFTP-SERVER 8 | 26 | .Dt SFTP-SERVER 8 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -79,7 +79,7 @@ must be able to access | |||
79 | .Pa /dev/log . | 79 | .Pa /dev/log . |
80 | Use of | 80 | Use of |
81 | .Nm | 81 | .Nm |
82 | in a chroot configuation therefore requires that | 82 | in a chroot configuration therefore requires that |
83 | .Xr syslogd 8 | 83 | .Xr syslogd 8 |
84 | establish a logging socket inside the chroot directory. | 84 | establish a logging socket inside the chroot directory. |
85 | .Sh SEE ALSO | 85 | .Sh SEE ALSO |
diff --git a/ssh-agent.1 b/ssh-agent.1 index 6a5dc62af..533cd6f6b 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.46 2007/09/09 11:38:01 sobrado Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.47 2009/03/26 08:38:39 sobrado Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .Dd $Mdocdate: June 5 2007 $ | 37 | .Dd $Mdocdate: March 26 2009 $ |
38 | .Dt SSH-AGENT 1 | 38 | .Dt SSH-AGENT 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -141,7 +141,7 @@ The second is that the agent prints the needed shell commands (either | |||
141 | .Xr sh 1 | 141 | .Xr sh 1 |
142 | or | 142 | or |
143 | .Xr csh 1 | 143 | .Xr csh 1 |
144 | syntax can be generated) which can be evalled in the calling shell, eg | 144 | syntax can be generated) which can be evaluated in the calling shell, eg |
145 | .Cm eval `ssh-agent -s` | 145 | .Cm eval `ssh-agent -s` |
146 | for Bourne-type shells such as | 146 | for Bourne-type shells such as |
147 | .Xr sh 1 | 147 | .Xr sh 1 |
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.247 2008/10/03 13:08:12 jmc Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.248 2009/03/26 08:38:39 sobrado Exp $ |
38 | .Dd $Mdocdate: October 3 2008 $ | 38 | .Dd $Mdocdate: March 26 2009 $ |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -543,7 +543,7 @@ for more information on patterns. | |||
543 | In addition to the wildcard matching that may be applied to hostnames or | 543 | In addition to the wildcard matching that may be applied to hostnames or |
544 | addresses, a | 544 | addresses, a |
545 | .Cm from | 545 | .Cm from |
546 | stanza may match IP addressess using CIDR address/masklen notation. | 546 | stanza may match IP addresses using CIDR address/masklen notation. |
547 | .Pp | 547 | .Pp |
548 | The purpose of this option is to optionally increase security: public key | 548 | The purpose of this option is to optionally increase security: public key |
549 | authentication by itself does not trust the network or name servers or | 549 | authentication by itself does not trust the network or name servers or |