- jmc@cvs.openbsd.org 2010/03/26 06:54:36

[ssh.1]
     tweak previous;
This commit is contained in:
Damien Miller 2010-04-16 15:52:03 +10:00
parent d6fc3065da
commit 67f30d70d9
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
[bufaux.c]
allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer
argument to allow skipping past values in a buffer
- jmc@cvs.openbsd.org 2010/03/26 06:54:36
[ssh.1]
tweak previous;
20100410
- (dtucker) [configure.ac] Put the check for the existence of getaddrinfo

4
ssh.1
View File

@ -34,7 +34,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.
.\"
.\" $OpenBSD: ssh.1,v 1.303 2010/03/26 00:26:58 djm Exp $
.\" $OpenBSD: ssh.1,v 1.304 2010/03/26 06:54:36 jmc Exp $
.Dd $Mdocdate: March 26 2010 $
.Dt SSH 1
.Os
@ -558,7 +558,7 @@ argument is
the listen port will be dynamically allocated on the server and reported
to the client at run time.
.It Fl S Ar ctl_path
Specifies the location of a control socket for connection sharing
Specifies the location of a control socket for connection sharing,
or the string
.Dq none
to disable connection sharing.