]> andersk Git - openssh.git/commitdiff
- david@cvs.openbsd.org 2003/04/30 20:41:07
authordjm <djm>
Wed, 14 May 2003 03:44:58 +0000 (03:44 +0000)
committerdjm <djm>
Wed, 14 May 2003 03:44:58 +0000 (03:44 +0000)
     [sshd.8]
     fix invalid .Pf macro usage introduced in previous commit
     ok jmc@ mouring@

ChangeLog
sshd.8

index efb3de2fed0928718a641e0be1e0a2da117de695..c7b77b7bf7c156043accb177f7925ebf0a3ad9ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [sshd.8 sshd_config.5]
      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
      Bug #550 and * escaping suggested by jmc@.
+   - david@cvs.openbsd.org 2003/04/30 20:41:07
+     [sshd.8]
+     fix invalid .Pf macro usage introduced in previous commit
+     ok jmc@ mouring@
 
 20030512
  - (djm) Redhat spec: Don't install profile.d scripts when not 
diff --git a/sshd.8 b/sshd.8
index 1d4e90fb2f8803bca6e4c04a189cb2c5c5a4c8a6..f7464d95b794033e73a1bd526df266c24dfa177f 100644 (file)
--- a/sshd.8
+++ b/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
This page took 0.051155 seconds and 5 git commands to generate.