diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-18 05:37:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-18 05:37:00 +0000 |
commit | 677980b43bc328e86a28e764c07d95125418b6e6 (patch) | |
tree | 4a63118b1f844eb38e185cea87ced96a94b0cfd4 /usr.bin | |
parent | e896864539237f765ae9617958ace6938cd9a840 (diff) |
remove unused Pp;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 01acd428603..96e6904bcf9 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,7 +33,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_config.5,v 1.258 2017/10/18 02:49:44 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.259 2017/10/18 05:36:59 jmc Exp $ .Dd $Mdocdate: October 18 2017 $ .Dt SSH_CONFIG 5 .Os @@ -1686,7 +1686,6 @@ The solution here is to include a term that will yield a positive match, such as a wildcard: .Pp .Dl from=\&"!host1,!host2,*\&" -.Pp .Sh TOKENS Arguments to some keywords can make use of tokens, which are expanded at runtime: |