diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-05 23:32:26 +0200 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-23 10:24:48 -0400 |
commit | 4803f7139131cee7bbf50b32d667d6e60302df09 (patch) | |
tree | 32adb4ad862053180876c3c21bfc44effb855145 /man | |
parent | 593270038d8983b99aa0aaa24509da3cb944be5c (diff) |
man: Fix case for MIT-unspecified.
include/site.h says that COMPILEDDISPLAYCLASS is MIT-unspecified, rather
than MIT-Unspecified. Fix the manpage accordingly.
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xserver.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Xserver.man b/man/Xserver.man index ea000e1a6..d927913fa 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@ -396,7 +396,7 @@ ends. .B \-class \fIdisplay-class\fP XDMCP has an additional display qualifier used in resource lookup for display-specific options. This option sets that value, by default it -is "MIT-Unspecified" (not a very useful value). +is "MIT-unspecified" (not a very useful value). .TP 8 .B \-cookie \fIxdm-auth-bits\fP When testing XDM-AUTHENTICATION-1, a private key is shared between the |