diff options
author | ru <ru@FreeBSD.org> | 2001-04-13 08:49:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-13 08:49:52 +0000 |
commit | 8e59fdc98e4866f84cdbcd9a09a49fb26817d7db (patch) | |
tree | afee62710058f3a7e32feeb7ee6b5115c0dede4e | |
parent | c987a9115bfb1e77e72981a0e41155382b06af54 (diff) | |
download | FreeBSD-src-8e59fdc98e4866f84cdbcd9a09a49fb26817d7db.zip FreeBSD-src-8e59fdc98e4866f84cdbcd9a09a49fb26817d7db.tar.gz |
mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.
-rw-r--r-- | contrib/telnet/telnet/telnet.1 | 9 | ||||
-rw-r--r-- | crypto/telnet/telnet/telnet.1 | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/contrib/telnet/telnet/telnet.1 b/contrib/telnet/telnet/telnet.1 index 8ff070c..6434cfc 100644 --- a/contrib/telnet/telnet/telnet.1 +++ b/contrib/telnet/telnet/telnet.1 @@ -108,8 +108,9 @@ Disables the .Ar atype type of authentication. .It Fl a -Attempt automatic login. This is now the default, so this option is -ignored. Currently, this sends the user name via the +Attempt automatic login. +This is now the default, so this option is ignored. +Currently, this sends the user name via the .Ev USER variable of the @@ -184,8 +185,8 @@ connection to .Ar src_addr , which can be an IP address or a host name. .It Fl x -Turns on encryption of the data stream if possible. This is now the -default, so this option is ignored. +Turns on encryption of the data stream if possible. +This is now the default, so this option is ignored. .It Fl y Suppresses encryption of the data stream. .It Ar host diff --git a/crypto/telnet/telnet/telnet.1 b/crypto/telnet/telnet/telnet.1 index 8ff070c..6434cfc 100644 --- a/crypto/telnet/telnet/telnet.1 +++ b/crypto/telnet/telnet/telnet.1 @@ -108,8 +108,9 @@ Disables the .Ar atype type of authentication. .It Fl a -Attempt automatic login. This is now the default, so this option is -ignored. Currently, this sends the user name via the +Attempt automatic login. +This is now the default, so this option is ignored. +Currently, this sends the user name via the .Ev USER variable of the @@ -184,8 +185,8 @@ connection to .Ar src_addr , which can be an IP address or a host name. .It Fl x -Turns on encryption of the data stream if possible. This is now the -default, so this option is ignored. +Turns on encryption of the data stream if possible. +This is now the default, so this option is ignored. .It Fl y Suppresses encryption of the data stream. .It Ar host |