From c1e769250078cbc74d7e6e6ddc5323c4f420ab14 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 27 Nov 2010 08:06:40 -0800 Subject: [PATCH] Xserver-spec: Update location of log functions Signed-off-by: Alan Coopersmith Reviewed-by: Julien Cristau Reviewed-by: Jeremy Huddleston --- doc/xml/Xserver-spec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xml/Xserver-spec.xml b/doc/xml/Xserver-spec.xml index 74306373d..391ecb9a2 100644 --- a/doc/xml/Xserver-spec.xml +++ b/doc/xml/Xserver-spec.xml @@ -1344,7 +1344,7 @@ terminate the server; it must not return. The sample server implementation for these routines -is in Xserver/os/util.c. +is in Xserver/os/log.c along with other routines for logging messages.