Bugzilla – Attachment 277 Details for
Bug 550
Problems with .Ql in mdoc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix punctuation in argument to .Ql
Ql-punctuation.patch (text/plain), 2.25 KB, created by
Colin Watson
on 2003-04-29 22:29:51 AEST
(
hide
)
Description:
Fix punctuation in argument to .Ql
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2003-04-29 22:29:51 AEST
Size:
2.25 KB
patch
obsolete
>Index: sshd.8 >=================================================================== >RCS file: /cvs/openssh/sshd.8,v >retrieving revision 1.151 >diff -p -u -r1.151 sshd.8 >--- sshd.8 24 Feb 2003 00:52:27 -0000 1.151 >+++ sshd.8 29 Apr 2003 12:43:04 -0000 >@@ -431,11 +431,11 @@ of the remote host must be present in th > patterns > .Pf ( Ql * > and >-.Ql ? >+.Ql \&? > serve as wildcards). > The list may also contain > patterns negated by prefixing them with >-.Ql ! ; >+.Ql \&! ; > if the canonical host name matches a negated pattern, the key is not accepted. > The purpose > of this option is to optionally increase security: public key authentication >@@ -529,7 +529,7 @@ wildcards); each pattern in turn is matc > name (when authenticating a client) or against the user-supplied > name (when authenticating a server). > A pattern may also be preceded by >-.Ql ! >+.Ql \&! > to indicate negation: if the host name matches a negated > pattern, it is not accepted (by that line) even if it matched another > pattern on the line. >Index: sshd_config.5 >=================================================================== >RCS file: /cvs/openssh/sshd_config.5,v >retrieving revision 1.14 >diff -p -u -r1.14 sshd_config.5 >--- sshd_config.5 1 Apr 2003 11:42:14 -0000 1.14 >+++ sshd_config.5 29 Apr 2003 12:43:04 -0000 >@@ -72,7 +72,7 @@ If specified, login is allowed only for > group or supplementary group list 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 is not recognized. >@@ -93,7 +93,7 @@ If specified, login is allowed only for > 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 is not recognized. >@@ -187,7 +187,7 @@ Login is disallowed for users whose prim > group list 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 is not recognized. >@@ -199,7 +199,7 @@ by spaces. > 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 is not recognized. > By default, login is allowed for all users.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 550
: 277