From nobody@FreeBSD.org  Fri Apr 13 00:25:30 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3657E37B43E
	for <freebsd-gnats-submit@FreeBSD.org>; 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
Subject: ".Ql ?" becomes "`'?" through nroff (and man)
X-Send-Pr-Version: www-1.0

>Number:         26532
>Category:       docs
>Synopsis:       ".Ql ?" becomes "`'?" through nroff (and man)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    des
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 00:30:09 PDT 2001
>Closed-Date:    Mon Jan 26 11:16:01 PST 2004
>Last-Modified:  Mon Jan 26 11:16:01 PST 2004
>Originator:     Koga, Youichirou
>Release:        4.3-BETA2
>Organization:
>Environment:
>Description:
There are some ".Ql ?" in ssh.1 and sshd.8.
".Ql ?" 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:

From: Dima Dorfman <dima@unixfreak.org>
To: y-koga@jp.FreeBSD.org
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/26532: ".Ql ?" becomes "`'?" through nroff (and man) 
Date: Fri, 13 Apr 2001 00:47:21 -0700

 y-koga@jp.FreeBSD.org writes:
 > 
 > >Number:         26532
 > >Category:       docs
 > >Synopsis:       ".Ql ?" becomes "`'?" through nroff (and man)
 > >Description:
 > There are some ".Ql ?" in ssh.1 and sshd.8.
 
 These man pages are maintained externally by the OpenSSH folks.  It
 doesn't look like this problem is specific to FreeBSD, so could you
 please try to get them to apply this stuff and FreeBSD could get it
 with the next update?
 
 Thanks,
 
 					Dima Dorfman
 					dima@unixfreak.org
State-Changed-From-To: open->feedback 
State-Changed-By: dd 
State-Changed-When: Wed Apr 18 18:05:41 PDT 2001 
State-Changed-Why:  
These man pages are maintained externally by the OpenSSH folks.  It 
doesn't look like this problem is specific to FreeBSD, so could you 
please try to get them to apply this stuff and FreeBSD could get it 
with the next update? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=26532 
State-Changed-From-To: feedback->analyzed 
State-Changed-By: ru 
State-Changed-When: Mon May 14 11:22:32 PDT 2001 
State-Changed-Why:  
A more complete patch is at http://www.FreeBSD.org/~ru/crypto_openssh.patch. 


Responsible-Changed-From-To: freebsd-doc->green 
Responsible-Changed-By: ru 
Responsible-Changed-When: Mon May 14 11:22:32 PDT 2001 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26532 
Responsible-Changed-From-To: green->ru 
Responsible-Changed-By: green 
Responsible-Changed-When: Sat Jul 12 21:17:35 PDT 2003 
Responsible-Changed-Why:  
ru should take care of this if he really wants. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26532 
Responsible-Changed-From-To: ru->des 
Responsible-Changed-By: ru 
Responsible-Changed-When: Sat Jul 19 13:23:21 PDT 2003 
Responsible-Changed-Why:  
I'm still maintaining a copy of the patch at: 

http://people.freebsd.org/~ru/patches/mdoc/crypto_openssh.patch 

DES, could you please take care of coordinating the acceptance 
of this patch with OpenSSH maintainers? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26532 
State-Changed-From-To: analyzed->suspended 
State-Changed-By: des 
State-Changed-When: Tue Aug 19 04:09:16 PDT 2003 
State-Changed-Why:  
Awaiting feedback from OpenSSH maintainers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26532 
State-Changed-From-To: suspended->closed 
State-Changed-By: des 
State-Changed-When: Mon Jan 26 11:15:59 PST 2004 
State-Changed-Why:  
this has been fixed in later openssh versions. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26532 
>Unformatted:
