diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-03-27 06:13:26 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-03-27 06:13:26 +0000 |
commit | 5b0eecec1c5d15ac68f8eae9cfbd62f2846898ee (patch) | |
tree | cbb4db21eecc4d5b114044762f0b350832766e8c | |
parent | ab9de30cfa45ef35aed85408a597e0560c8efe98 (diff) |
67. Prevent segfault if LISTEN specified with no hosts in xdm accessxo-6_7_0XORG-RELEASE-1-TM-MERGEXORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-6_7_0
control file. (Reported by Peter Breitenlohner to devel@xfree86.org)
(Alan Coopersmith)
66. Typo in Xau.man reported by Peter Breitenlohner to devel@xfree86.org
(Alan Coopersmith)
-rw-r--r-- | Xau.man | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ .\" $Xorg: Xau.man,v 1.3 2000/08/17 19:41:54 cpqbld Exp $ +.\" $XdotOrg$ +.\" .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining a @@ -82,7 +84,7 @@ not be freed. \fBnot\fP statically allocated and should be freed by calling \fIXauDisposeAuth\fP. .PP -\fBXuWriteAuth\fP writes an authorization entry to \fIauth_file\fP. It +\fBXauWriteAuth\fP writes an authorization entry to \fIauth_file\fP. It returns 1 on success, 0 on failure. .PP \fBXauGetAuthByAddr\fP searches for an entry which matches the given network |