summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-04-20 16:26:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-04-20 16:26:23 +0000
commit3582235a6fc232c5371d1ec9fceb8555241d5580 (patch)
tree9a6b61725a173a68e7b8029002d9f6e483923021 /usr.bin/ssh
parenta66e12e0a1a453806a4df76ea12d6ca47a0a4047 (diff)
use "brackets" instead of "braces", for consistency;
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/ssh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index ac61326e8ca..20783403969 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -33,8 +33,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.323 2011/09/11 06:59:05 okan Exp $
-.Dd $Mdocdate: September 11 2011 $
+.\" $OpenBSD: ssh.1,v 1.324 2012/04/20 16:26:22 jmc Exp $
+.Dd $Mdocdate: April 20 2012 $
.Dt SSH 1
.Os
.Sh NAME
@@ -506,7 +506,7 @@ from the local machine.
Port forwardings can also be specified in the configuration file.
Privileged ports can be forwarded only when
logging in as root on the remote machine.
-IPv6 addresses can be specified by enclosing the address in square braces.
+IPv6 addresses can be specified by enclosing the address in square brackets.
.Pp
By default, the listening socket on the server will be bound to the loopback
interface only.