From owner-freebsd-doc Fri Apr 13 0:30:25 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CCCC37B509 for ; Fri, 13 Apr 2001 00:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3D7U9G63568; Fri, 13 Apr 2001 00:30:09 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3657E37B43E for ; Fri, 13 Apr 2001 00:25:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3D7PT763159; Fri, 13 Apr 2001 00:25:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200104130725.f3D7PT763159@freefall.freebsd.org> Date: Fri, 13 Apr 2001 00:25:29 -0700 (PDT) From: y-koga@jp.FreeBSD.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/26532: ".lQ ?" becomes "`'?" through nroff (and man) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26532 >Category: docs >Synopsis: ".lQ ?" becomes "`'?" through nroff (and man) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 13 00:30:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Koga, Youichirou >Release: 4.3-BETA2 >Organization: >Environment: >Description: There are some ".lQ ?" in ssh.1 and sshd.8. ".lQ ?" becomes "`'?" through nroff (and man). >How-To-Repeat: man ssh man sshd >Fix: Apply following patch: --- /usr/src/crypto/openssh/ssh.1 Thu Apr 5 13:08:17 2001 +++ ssh.1 Fri Apr 13 16:16:16 2001 @@ -592,7 +592,7 @@ given after the keyword. .Ql \&* and -.Ql ? +.Ql \&? can be used as wildcards in the patterns. A single --- /usr/src/crypto/openssh/sshd.8 Tue Jan 30 10:19:00 2001 +++ sshd.8 Fri Apr 13 16:15:10 2001 @@ -299,7 +299,7 @@ group matches one of the patterns. .Ql \&* and -.Ql ? +.Ql \&? can be used as wildcards in the patterns. Only group names are valid; a numerical group ID isn't recognized. @@ -320,7 +320,7 @@ match one of the patterns. .Ql \&* and -.Ql ? +.Ql \&? can be used as wildcards in the patterns. Only user names are valid; a numerical user ID isn't recognized. @@ -344,7 +344,7 @@ aren't allowed to log in. .Ql \&* and -.Ql ? +.Ql \&? can be used as wildcards in the patterns. Only group names are valid; a numerical group ID isn't recognized. @@ -356,7 +356,7 @@ Login is disallowed for user names that match one of the patterns. .Ql \&* and -.Ql ? +.Ql \&? can be used as wildcards in the patterns. Only user names are valid; a numerical user ID isn't recognized. By default login is allowed regardless of the user name. @@ -761,7 +761,7 @@ patterns .Pf ( Ql * and -.Ql ? +.Ql \&? serve as wildcards). The list may also contain patterns negated by prefixing them with >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message