diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh.1 | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -43,6 +43,9 @@ | |||
43 | - djm@cvs.openbsd.org 2012/04/20 03:24:23 | 43 | - djm@cvs.openbsd.org 2012/04/20 03:24:23 |
44 | [sftp.c] | 44 | [sftp.c] |
45 | setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...) | 45 | setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...) |
46 | - jmc@cvs.openbsd.org 2012/04/20 16:26:22 | ||
47 | [ssh.1] | ||
48 | use "brackets" instead of "braces", for consistency; | ||
46 | 49 | ||
47 | 20120420 | 50 | 20120420 |
48 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 51 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.324 2012/04/20 16:26:22 jmc Exp $ |
37 | .Dd $Mdocdate: September 11 2011 $ | 37 | .Dd $Mdocdate: April 20 2012 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -506,7 +506,7 @@ from the local machine. | |||
506 | Port forwardings can also be specified in the configuration file. | 506 | Port forwardings can also be specified in the configuration file. |
507 | Privileged ports can be forwarded only when | 507 | Privileged ports can be forwarded only when |
508 | logging in as root on the remote machine. | 508 | logging in as root on the remote machine. |
509 | IPv6 addresses can be specified by enclosing the address in square braces. | 509 | IPv6 addresses can be specified by enclosing the address in square brackets. |
510 | .Pp | 510 | .Pp |
511 | By default, the listening socket on the server will be bound to the loopback | 511 | By default, the listening socket on the server will be bound to the loopback |
512 | interface only. | 512 | interface only. |