diff options
author | David Krause <david@cvs.openbsd.org> | 2003-04-30 20:41:08 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-04-30 20:41:08 +0000 |
commit | a21b9b2af184cc264456fa8c3a4f6a6b5a1a474f (patch) | |
tree | da15ecd417181dfa44808e43fe2f895a7aae9328 /usr.bin/ssh | |
parent | 9eb40563177f8377c18e9a01474ee32daf085e1e (diff) |
fix invalid .Pf macro usage introduced in previous commit
ok jmc@ mouring@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 1d4e90fb2f8..f7464d95b79 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -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: sshd.8,v 1.195 2003/04/30 01:16:20 mouring Exp $ +.\" $OpenBSD: sshd.8,v 1.196 2003/04/30 20:41:07 david Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -429,8 +429,7 @@ that option keywords are case-insensitive): Specifies that in addition to public key authentication, the canonical name of the remote host must be present in the comma-separated list of patterns -.Pf ( -.Ql \&* +.Pf ( Ql \&* and .Ql \&? serve as wildcards). @@ -525,8 +524,8 @@ Each line in these files contains the following fields: hostnames, bits, exponent, modulus, comment. The fields are separated by spaces. .Pp -Hostnames is a comma-separated list of patterns ( -.Ql \&* +Hostnames is a comma-separated list of patterns +.Pf ( Ql \&* and .Ql \&? act as |