1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
|
diff -ur man.orig/YCloseConnection.3 man.new/YCloseConnection.3
--- man.orig/YCloseConnection.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YCloseConnection.3 2010-02-08 08:34:28.000000000 +0000
@@ -37,9 +37,9 @@
this function, the given pointer \fIconnection\fR
should no longer be referanced.
.LP
-You will not recieve a YDisconnect event after calling
+You will not receive a YDisconnect event after calling
this function, since the connection has been terminated
-and there is no way to recieve further YEvents.
+and there is no way to receive further YEvents.
.SH "EXAMPLE"
.LP
#include <stdio.h>
diff -ur man.orig/YEventAudioChange.3 man.new/YEventAudioChange.3
--- man.orig/YEventAudioChange.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventAudioChange.3 2010-02-08 08:34:28.000000000 +0000
@@ -30,7 +30,7 @@
.LP
} YEventAudioChange;
.LP
-When you recieve this event it means that the Y server
+When you receive this event it means that the Y server
has changed its Audio values.
.LP
If the preset member is True then it means its changed
diff -ur man.orig/YEventCycleChange.3 man.new/YEventCycleChange.3
--- man.orig/YEventCycleChange.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventCycleChange.3 2010-02-08 08:34:28.000000000 +0000
@@ -10,7 +10,7 @@
.LP
} YEventCycleChange;
.LP
-When you recieve this event it means that the Y server
+When you receive this event it means that the Y server
has changed its cycle.
.SH "SEE ALSO"
.LP
diff -ur man.orig/YEventDisconnect.3 man.new/YEventDisconnect.3
--- man.orig/YEventDisconnect.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventDisconnect.3 2010-02-08 08:34:28.000000000 +0000
@@ -10,14 +10,14 @@
.LP
} YEventDisconnect;
.LP
-When you recieve this event it means that the Y server
+When you receive this event it means that the Y server
has disconnected the Y client application. This can be due
to a variety of reasons, the reason code member determines
this. Typical values are 0 for normal disconnect and non\-zero
for error. Each Y server may report different error
(non\-zero) reason codes in accordance with its own standards.
.LP
-When you recieve this event, you should call
+When you receive this event, you should call
YCloseConnection immediatly afterwards.
.SH "SEE ALSO"
.LP
diff -ur man.orig/YEventHost.3 man.new/YEventHost.3
--- man.orig/YEventHost.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventHost.3 2010-02-08 08:34:28.000000000 +0000
@@ -12,7 +12,7 @@
.LP
} YEventHost;
.LP
-When you recieve this event it means that a host address
+When you receive this event it means that a host address
has been added or removed to the Y server's list of
permitted hosts which may connect to it.
.LP
diff -ur man.orig/YEventMixer.3 man.new/YEventMixer.3
--- man.orig/YEventMixer.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventMixer.3 2010-02-08 08:34:28.000000000 +0000
@@ -12,7 +12,7 @@
.LP
} YEventMixer;
.LP
-When you recieve this event it means that the specified
+When you receive this event it means that the specified
mixer device code (not the mixer number) has changed
in values where the new values are specified by the
values member.
diff -ur man.orig/YEventShutdown.3 man.new/YEventShutdown.3
--- man.orig/YEventShutdown.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventShutdown.3 2010-02-08 08:34:28.000000000 +0000
@@ -10,14 +10,14 @@
.LP
} YEventShutdown;
.LP
-When you recieve this event it means that the Y server
+When you receive this event it means that the Y server
has shutdown. This can be due
to a variety of reasons, the reason code member determines
this. Typical values are 0 for normal shutdown and non\-zero
for error. Each Y server may report different error
(non\-zero) reason codes in accordance with its own standards.
.LP
-When you recieve this event, you should call
+When you receive this event, you should call
YCloseConnection immediatly afterwards.
.SH "SEE ALSO"
.LP
diff -ur man.orig/YEventSoundKill.3 man.new/YEventSoundKill.3
--- man.orig/YEventSoundKill.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventSoundKill.3 2010-02-08 08:34:28.000000000 +0000
@@ -10,12 +10,12 @@
.LP
} YEventSoundKill;
.LP
-When you recieve this event it means that a Y sound object
+When you receive this event it means that a Y sound object
(that the Y client on the connection that fetched this event
started playing) as stopped playing.
.LP
The Y sound object referanced by the yid member should
-be considered invalid after recieving this event.
+be considered invalid after receiving this event.
.SH "SEE ALSO"
.LP
YEvent(3) YEventAudioChange(3) YEventServerStats(3)
diff -ur man.orig/YEventSoundPlay.3 man.new/YEventSoundPlay.3
--- man.orig/YEventSoundPlay.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventSoundPlay.3 2010-02-08 08:34:28.000000000 +0000
@@ -46,7 +46,7 @@
.LP
} YEventSoundPlay;
.LP
-When you recieve this event it means that a Y sound object
+When you receive this event it means that a Y sound object
(that belongs to the Y client of the connection
that fetched this event) has changed in its values.
.SH "SEE ALSO"
diff -ur man.orig/YEventSync.3 man.new/YEventSync.3
--- man.orig/YEventSync.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YEventSync.3 2010-02-08 08:34:28.000000000 +0000
@@ -10,7 +10,7 @@
.LP
} YEventSync;
.LP
-When you recieve this event it means that the Y server
+When you receive this event it means that the Y server
has synced and the cycle_ahead_us member indicates the
microseconds that the Y server has synced ahead (which
is server side implmentation specific).
diff -ur man.orig/YGetNextEvent.3 man.new/YGetNextEvent.3
--- man.orig/YGetNextEvent.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YGetNextEvent.3 2010-02-08 08:34:28.000000000 +0000
@@ -38,7 +38,7 @@
latest, if you will) event from the Y server.
.LP
If block is set to True, then the call will block
-untill an event is recieved.
+untill an event is received.
.LP
If block is set to False, then the call will check
if there are any events queued. If there is atleast
@@ -47,7 +47,7 @@
event and the function will return 1. If there were
no events in the queue, then the function returns 0.
.LP
-If you recieve a YDisconnect or YShutdown event then
+If you receive a YDisconnect or YShutdown event then
the given YConnection con structure's connection
would have been closed. You should call
YCloseConnection on it immediatly afterwards to
@@ -55,7 +55,7 @@
.SH "RETURN VALUE"
.LP
The YGetNextEvent function returns the number of events
-recieved or 0.
+received or 0.
.SH "EXAMPLE"
.LP
#include <stdio.h>
diff -ur man.orig/YGetPlaySoundObjectValues.3 man.new/YGetPlaySoundObjectValues.3
--- man.orig/YGetPlaySoundObjectValues.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YGetPlaySoundObjectValues.3 2010-02-08 08:34:28.000000000 +0000
@@ -40,7 +40,7 @@
.LP
The YGetPlaySoundObjectValues gets the play values
of a sound object already playing. The value of yid
-must be that of one recieved from a call to
+must be that of one received from a call to
YStartPlaySoundObject or YStartPlaySoundObjectSimple.
.SH "RETURN VALUE"
.LP
diff -ur man.orig/YGetSoundObjectAttributes.3 man.new/YGetSoundObjectAttributes.3
--- man.orig/YGetSoundObjectAttributes.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YGetSoundObjectAttributes.3 2010-02-08 08:34:28.000000000 +0000
@@ -43,7 +43,7 @@
.SH "RETURN VALUE"
.LP
The YGetSoundObjectAttributes function returns \-1
-if the sound object does not exist/is not accessable or
+if the sound object does not exist/is not accessible or
0 on success.
.SH "EXAMPLE"
.LP
diff -ur man.orig/YSetMixerChannel.3 man.new/YSetMixerChannel.3
--- man.orig/YSetMixerChannel.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YSetMixerChannel.3 2010-02-08 08:34:28.000000000 +0000
@@ -65,7 +65,7 @@
the specified mixer channel by the given
\fImixer_channel_code\fR to the specified values.
.LP
-If successful a YMixerChannel event will be recieved
+If successful a YMixerChannel event will be received
by all Y clients including the one that called
YSetMixerChannel or YSetMixerChannelQuad
.SH "RETURN VALUE"
diff -ur man.orig/YSetMixerChannelQuad.3 man.new/YSetMixerChannelQuad.3
--- man.orig/YSetMixerChannelQuad.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YSetMixerChannelQuad.3 2010-02-08 08:34:28.000000000 +0000
@@ -65,7 +65,7 @@
the specified mixer channel by the given
\fImixer_channel_code\fR to the specified values.
.LP
-If successful a YMixerChannel event will be recieved
+If successful a YMixerChannel event will be received
by all Y clients including the one that called
YSetMixerChannel or YSetMixerChannelQuad
.SH "RETURN VALUE"
diff -ur man.orig/YSetPlaySoundObjectValues.3 man.new/YSetPlaySoundObjectValues.3
--- man.orig/YSetPlaySoundObjectValues.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YSetPlaySoundObjectValues.3 2010-02-08 08:34:28.000000000 +0000
@@ -39,7 +39,7 @@
.LP
The YSetPlaySoundObjectValues changes the play values
of a sound object already playing. The value of yid
-must be that of one recieved from a call to
+must be that of one received from a call to
YStartPlaySoundObject or YStartPlaySoundObjectSimple.
.LP
On success a YSoundObjectPlayValues event will be generated.
diff -ur man.orig/YShutdownServer.3 man.new/YShutdownServer.3
--- man.orig/YShutdownServer.3 2005-09-26 09:41:57.000000000 +0100
+++ man.new/YShutdownServer.3 2010-02-08 08:34:28.000000000 +0000
@@ -26,7 +26,7 @@
The connection pointer \fIconnection\fR passed to this
function should not be referanced again.
.LP
-You will not recieve a YShutdown event after this function
+You will not receive a YShutdown event after this function
is called.
.LP
If you only want to close the connection to the Y server
|