summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-12-16 18:12:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-12-16 18:12:23 +0000
commit54f2e21ecb93eefb697b08699404abf1216c93a9 (patch)
tree069c97c1364cf28b665eb5070255acdd86dcd824
parent372efa4cdb16637e30d4dfb4cf319a56746aa0f0 (diff)
make the description of -c a little nicer;
-rw-r--r--usr.bin/ssh/ssh.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index f09b9528102..1e46dab64ae 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -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.219 2005/12/16 18:08:53 jmc Exp $
+.\" $OpenBSD: ssh.1,v 1.220 2005/12/16 18:12:22 jmc Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -166,7 +166,7 @@ Selects the cipher specification for encrypting the session.
Protocol version 1 allows specification of a single cipher.
The supported values are
.Dq 3des ,
-.Dq blowfish
+.Dq blowfish ,
and
.Dq des .
.Ar 3des
@@ -204,11 +204,11 @@ The supported ciphers are
.Dq blowfish-cbc ,
and
.Dq cast128-cbc .
-The default is
-.Bd -literal
- ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
- arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
- aes192-ctr,aes256-ctr''
+The default is:
+.Bd -literal -offset indent
+aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
+arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
+aes192-ctr,aes256-ctr
.Ed
.It Fl D Xo
.Sm off