summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsi <tsi>2008-05-19 16:11:44 +0000
committertsi <tsi>2008-05-19 16:11:44 +0000
commit7e1e0dd368920e42fa10a75032bf6db339f0a0bb (patch)
tree57bab37ca262cacce5f03cf8a99483e9eb05c31d
parent11ec9deb960062d3e80267195f9b6d52102e104b (diff)
Add usage description for '-noredirect' on Solaris.
-rw-r--r--programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c b/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c
index 41cbb9e07..11acd535f 100644
--- a/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c
+++ b/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c,v 1.14tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c,v 1.15 2008/05/01 16:13:23 tsi Exp $ */
/*
* Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
* Copyright 1993 by David Wexelblat <dwex@goblin.org>
@@ -589,6 +589,10 @@ void xf86UseMsg()
ErrorF("-ar2 <float> Set autorepeat interval time (sec)\n");
ErrorF(" (if not using XKB)\n");
#endif
+#ifdef SRIOCSREDIR
+ ErrorF("-noredirect Don't redirect /dev/console output\n");
+ ErrorF(" while the X server is running\n");
+#endif
ErrorF("-keeptty Don't detach controlling tty\n");
ErrorF(" (for debugging only)\n");
}