summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-12-08 06:34:31 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-12-08 06:34:31 +0000
commit8982b3c084d8acdae973844cbc4d5b45ff6c6751 (patch)
treef00429ec3fe20db5fae8961724b781d22ea57a71
parent1d906ac9cd583a08d1950b3708cda21ebc46905a (diff)
//bugs.freedesktop.org/show_bug.cgi?id=1453) attachment #964
(https://bugs.freedesktop.org/attachment.cgi?id=964): Fix spaces in usage output for BIGREQUESTS extension (option "-maxbigreqsize").
-rw-r--r--os/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c
index 2dcf8a5e0..538d7d804 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.6.2.1 2004/12/08 05:28:12 gisburn Exp $ */
+/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.6.2.2 2004/12/08 06:29:59 gisburn Exp $ */
/* $Xorg: utils.c,v 1.5 2001/02/09 02:05:24 xorgcvs Exp $ */
/*
@@ -661,7 +661,7 @@ void UseMsg(void)
ErrorF("-v screen-saver without video blanking\n");
ErrorF("-wm WhenMapped default backing-store\n");
ErrorF("-x string loads named extension at init time \n");
- ErrorF("-maxbigreqsize set maximal bigrequest size \n");
+ ErrorF("-maxbigreqsize set maximal bigrequest size \n");
#ifdef PANORAMIX
ErrorF("+xinerama Enable XINERAMA extension\n");
ErrorF("-xinerama Disable XINERAMA extension\n");