diff options
-rw-r--r-- | ssh_config.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 01acd4286..96e6904bc 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,7 +33,7 @@ | |||
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_config.5,v 1.258 2017/10/18 02:49:44 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.259 2017/10/18 05:36:59 jmc Exp $ |
37 | .Dd $Mdocdate: October 18 2017 $ | 37 | .Dd $Mdocdate: October 18 2017 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -1686,7 +1686,6 @@ The solution here is to include a term that will yield a positive match, | |||
1686 | such as a wildcard: | 1686 | such as a wildcard: |
1687 | .Pp | 1687 | .Pp |
1688 | .Dl from=\&"!host1,!host2,*\&" | 1688 | .Dl from=\&"!host1,!host2,*\&" |
1689 | .Pp | ||
1690 | .Sh TOKENS | 1689 | .Sh TOKENS |
1691 | Arguments to some keywords can make use of tokens, | 1690 | Arguments to some keywords can make use of tokens, |
1692 | which are expanded at runtime: | 1691 | which are expanded at runtime: |