mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 05:45:20 +02:00
- sobrado@cvs.openbsd.org 2009/03/26 08:38:39
[sftp-server.8 sshd.8 ssh-agent.1] fix a few typographical errors found by spell(1). ok dtucker@, jmc@
This commit is contained in:
parent
9013323644
commit
5837b51aec
@ -22,6 +22,10 @@
|
|||||||
version of the fix presented to dtucker.
|
version of the fix presented to dtucker.
|
||||||
Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
|
Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
|
||||||
ok dtucker
|
ok dtucker
|
||||||
|
- sobrado@cvs.openbsd.org 2009/03/26 08:38:39
|
||||||
|
[sftp-server.8 sshd.8 ssh-agent.1]
|
||||||
|
fix a few typographical errors found by spell(1).
|
||||||
|
ok dtucker@, jmc@
|
||||||
|
|
||||||
20090616
|
20090616
|
||||||
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
|
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: sftp-server.8,v 1.14 2008/07/18 22:51:01 jmc Exp $
|
.\" $OpenBSD: sftp-server.8,v 1.15 2009/03/26 08:38:39 sobrado Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
|
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -22,7 +22,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: July 18 2008 $
|
.Dd $Mdocdate: March 26 2009 $
|
||||||
.Dt SFTP-SERVER 8
|
.Dt SFTP-SERVER 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -79,7 +79,7 @@ must be able to access
|
|||||||
.Pa /dev/log .
|
.Pa /dev/log .
|
||||||
Use of
|
Use of
|
||||||
.Nm
|
.Nm
|
||||||
in a chroot configuation therefore requires that
|
in a chroot configuration therefore requires that
|
||||||
.Xr syslogd 8
|
.Xr syslogd 8
|
||||||
establish a logging socket inside the chroot directory.
|
establish a logging socket inside the chroot directory.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-agent.1,v 1.46 2007/09/09 11:38:01 sobrado Exp $
|
.\" $OpenBSD: ssh-agent.1,v 1.47 2009/03/26 08:38:39 sobrado Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: June 5 2007 $
|
.Dd $Mdocdate: March 26 2009 $
|
||||||
.Dt SSH-AGENT 1
|
.Dt SSH-AGENT 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -141,7 +141,7 @@ The second is that the agent prints the needed shell commands (either
|
|||||||
.Xr sh 1
|
.Xr sh 1
|
||||||
or
|
or
|
||||||
.Xr csh 1
|
.Xr csh 1
|
||||||
syntax can be generated) which can be evalled in the calling shell, eg
|
syntax can be generated) which can be evaluated in the calling shell, eg
|
||||||
.Cm eval `ssh-agent -s`
|
.Cm eval `ssh-agent -s`
|
||||||
for Bourne-type shells such as
|
for Bourne-type shells such as
|
||||||
.Xr sh 1
|
.Xr sh 1
|
||||||
|
6
sshd.8
6
sshd.8
@ -34,8 +34,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.247 2008/10/03 13:08:12 jmc Exp $
|
.\" $OpenBSD: sshd.8,v 1.248 2009/03/26 08:38:39 sobrado Exp $
|
||||||
.Dd $Mdocdate: October 3 2008 $
|
.Dd $Mdocdate: March 26 2009 $
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -543,7 +543,7 @@ for more information on patterns.
|
|||||||
In addition to the wildcard matching that may be applied to hostnames or
|
In addition to the wildcard matching that may be applied to hostnames or
|
||||||
addresses, a
|
addresses, a
|
||||||
.Cm from
|
.Cm from
|
||||||
stanza may match IP addressess using CIDR address/masklen notation.
|
stanza may match IP addresses using CIDR address/masklen notation.
|
||||||
.Pp
|
.Pp
|
||||||
The purpose of this option is to optionally increase security: public key
|
The purpose of this option is to optionally increase security: public key
|
||||||
authentication by itself does not trust the network or name servers or
|
authentication by itself does not trust the network or name servers or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user