xserver: Branch 'master' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 24 09:54:23 UTC 2024


 hw/xfree86/man/xorg.conf.man |    1 +
 man/Xserver.man              |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit bb2e2eba422128d06666afa7dedd45f08a78f02e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 23 14:29:33 2024 -0700

    xorg.conf.man: Add missing new paragraph mark before AllowByteSwappedClients
    
    Was previously being shown as part of previous entry.
    
    Fixes: 412777664 ("Disallow byte-swapped clients by default")
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1439>

diff --git a/hw/xfree86/man/xorg.conf.man b/hw/xfree86/man/xorg.conf.man
index 3669e6d1f..ac214591e 100644
--- a/hw/xfree86/man/xorg.conf.man
+++ b/hw/xfree86/man/xorg.conf.man
@@ -677,6 +677,7 @@ Possible values are
 or
 .BR sync .
 Unset by default.
+.TP 7
 .BI "Option \*qAllowByteSwappedClients\*q  \*q" boolean \*q
 Allow clients with a different byte-order than the server. Disabled by default.
 .SH "MODULE SECTION"
commit 3385449c72fc09b44e79ad57afbdf3c49d873322
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 23 10:27:03 2024 -0700

    Xserver.man: Note that -byteswappedclients is the default in this release
    
    Fixes: 412777664 ("Disallow byte-swapped clients by default")
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1439>

diff --git a/man/Xserver.man b/man/Xserver.man
index e7adf9eb3..a9aad463b 100644
--- a/man/Xserver.man
+++ b/man/Xserver.man
@@ -119,6 +119,7 @@ Allow connections from clients with an endianess different to that of the server
 .TP 8
 .B \-byteswappedclients
 Prohibit connections from clients with an endianess different to that of the server.
+This is the default unless \fB\+byteswappedclients\fP is specified.
 .TP 8
 .B \-c
 turns off key-click.


More information about the xorg-commit mailing list